tree: 9ea7f0cb02191e6dc3f892efa02f6cce45a00e57 [path history] [tgz]
  1. examples/
  2. itests/
  3. jpa-api/
  4. jpa-blueprint/
  5. jpa-cdi/
  6. jpa-container/
  7. jpa-container-eclipselink-adapter/
  8. jpa-features/
  9. jpa-parent/
  10. jpa-repository/
  11. jpa-support/
  12. LICENSE
  13. NOTICE
  14. pom.xml
  15. README.md
jpa/README.md

Aries JPA

Implements the OSGi JPA Service Specification from the enterprise spec. Additionally some convenience services are provided to make it easier to use JPA in blueprint and DS.

http://aries.apache.org/modules/jpaproject.html

Running tck tests

See itests/jpa-tck-itest/README.txt

Releasing

Run the tck tests to make sure we are still conforming to the spec.

mvn clean deploy mvn release:prepare -Darguments=“-DskipTests” mvn release:perform

After the release make sure to adapt the versions in the tck test modules.