Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

These releases implement the JSR-317 Java Persistence 2.0 specification and pass the JPA 2.0 TCK.

2.

...

2.x Releases

 

Download

Release Date

Checksum

Signatures

OpenJPA 2.2.1 Binary

apache-openjpa-2.2.1-binary.zip

1 November 2012

MD5

PGP

OpenJPA 2.2.1 Source

apache-openjpa-2.2.1-source.zip

1 November 2012

MD5

PGP

OpenJPA 2.2.1 Release Notes

RELEASE-NOTES.html

1 November 2012

 

 

OpenJPA 2.2.0 Binary

apache-openjpa-2.2.0-binary.zip (**)

20 February 2012

MD5

PGP

OpenJPA 2.2.0 Source

apache-openjpa-2.2.0-source.zip

20 February 2012

MD5

PGP

OpenJPA 2.2.0 Release Notes

RELEASE-NOTES.html

20 February 2012

 

 

2.1.x Releases

 

Download

Release Date

Checksum

Signatures

OpenJPA 2.1.1 Binary

apache-openjpa-2.1.1-binary.zip

25 July 2011

MD5

PGP

OpenJPA 2.1.1 Source

apache-openjpa-2.1.1-source.zip

25 July 2011

MD5

PGP

OpenJPA 2.1.1 Release Notes

RELEASE-NOTES.html

25 July 2011

 

 

OpenJPA 2.1.0 Binary

apache-openjpa-2.1.0-binary.zip

21 February 2011

MD5

PGP

OpenJPA 2.1.0 Source

apache-openjpa-2.1.0-source.zip

21 February 2011

MD5

PGP

OpenJPA 2.1.0 Release Notes

RELEASE-NOTES.html

21 February 2011

 

 

...

 

Download

Release Date

Checksum

Signatures

OpenJPA 2.0.1 Binary

apache-openjpa-2.0.1-binary.zip

30 August 2010

MD5

PGP

OpenJPA 2.0.1 Source

apache-openjpa-2.0.1-source.zip

30 August 2010

MD5

PGP

OpenJPA 2.0.1 Release Notes

RELEASE-NOTES.html

30 August 2010

 

 

OpenJPA 2.0.0 Binary

apache-openjpa-2.0.0-binary.zip

22 April 2010

MD5

PGP

OpenJPA 2.0.0 Source

apache-openjpa-2.0.0-source.zip

22 April 2010

MD5

PGP

OpenJPA 2.0.0 Release Notes

RELEASE-NOTES.html

22 April 2010

 

 

...

Snapshot builds for all active releases are published to the Apache snapshot repository.

Version 1.2.x, 1.3.x, 2.0.x, 2.1.x

...

, 2.2.x

...

and trunk can be found in the snapshot repository on repository.apache.org. A maven project can access this snapshot repository by adding the following repository in pom.xml:
Code Block
XML
XML
<repository>
    <id>apache.snapshots</id>
    <name>Apache Snapshot Repository</name>
    <url>http://repository.apache.org/snapshots</url>
    <releases>
        <enabled>false</enabled>
    </releases>
</repository>

...

...

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. Windows users can get binary md5 programs from here or here. fsum supports MD5 and SHA1.

...

Anchor
missing.asm
missing.asm
(**) asm-3.2.jar can be found from http://search.maven.org/remotecontent?filepath=asm/asm/3.2/asm-3.2.jar.