Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Java and Maven versions updated.

...

Java versions

  • Trunk (i.e. OpenJPA 2.01.0 currently) requires and 2.0.x branch require 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 requires and 2.0.x branch require JDK 1.6.
  • OpenJPA 1.3.x, 1.2.x and 1.1.x branches requires require JDK 1.5.
  • OpenJPA 1.0.x branch requires JDK 1.5 or 1.4.

Maven versions

  • Trunk and 2.0.x branch require Maven 2.2.1
  • , 1.3.x, 1.2.x, 1.1.x and 1.0.x all branches require Maven 2.0.5 or later ( 2.0.9 is recommended)

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.

...