OpenJPA DownloadsUse the links below to download a distribution of Apache OpenJPA. It is good practice to verify the integrity of the distribution files. For information on obtaining OpenJPA binaries, see the Obtaining page. For information on building OpenJPA from source, see the Building OpenJPA page. Official Releases1.2.x Releases
1.1.x Releases
1.0.x Releases
Older incubating Releases
Nightly SnapshotsThese distributions are built and deployed nightly, and contain up-to-date fixes and improvements. However, their stability cannot be guaranteed. Use at your own risk.
OpenJPA jar is self-describing and after downloading a nightly snapshot, you can find out the latest revision number included in the build by Determining Revision number included in a particular build % java -jar you/path/to/openjpa.jar | grep revision will print the revision numbers, for example, as Apache svn revision: 422266:686421 which designates that the nightly build includes Apache SVN revision 686421 as the latest. Verifying ReleasesWe strongly recommend you verify the integrity of the downloaded files with both PGP and MD5. The PGP signatures can be verified using PGP Verifying Release Files using the pgpk Utility % pgpk -a KEYS % pgpv openjpa-*.zip.asc Verifying Release Files using the pgp Utility % pgp -ka KEYS % pgp openjpa-*.zip.asc Verifying Release Files using the gpg Utility % gpg --import KEYS % gpg --verify openjpa-*.zip.asc Alternatively, you can verify the checksums on the files. Unix programs called md5/sha1 or md5sum/sha1sum are included in many unix distributions. *sum is also available as part of GNU Textutils |