Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updates related to OpenJPA 2.2.0 snapshot.

Excerpt
hiddentrue

OpenJPA Build and Runtime Dependencies

Java versions

  • Trunk OpenJPA trunk (i.e. OpenJPA 2.12.0 currently) and 2.1.x branch require JDK 1.6.
  • OpenJPA 2.0.x branch require requires JDK 1.6 or 1.5. Note that some functionality that requires JDK 1.6 will not be available if you choose to build with JDK 1.5.
  • Building javadoc from Trunk and 2.0.x branch require or newer requires JDK 1.6.
  • OpenJPA 1.3.x, 1.2.x and 1.1.x branches require JDK 1.5.
  • OpenJPA 1.0.x branch requires JDK 1.5 or 1.4.

Maven versions

  • Trunk, 2.1.x and 2.0.x branch branches require Maven 2.2.1.
  • 1.3.x, 1.2.x, 1.1.x and 1.0.x branches require Maven 2.0.9.

Runtime Dependencies

The binary release download of OpenJPA apache-openjpa-<version>-binary.zip includes all of the code needed to run in a stand-alone Java SE JVM or within a Java EE application server.

...