Set up default protection ruleset for default and release branches
1 file changed
tree: 80b3c17f8bf634b853be86af6edf6abefda785a9
  1. .github/
  2. examples/
  3. itests/
  4. javax-persistence/
  5. jpa-api/
  6. jpa-blueprint/
  7. jpa-cdi/
  8. jpa-container/
  9. jpa-container-eclipselink-adapter/
  10. jpa-features/
  11. jpa-parent/
  12. jpa-repository/
  13. jpa-support/
  14. .asf.yaml
  15. .gitignore
  16. .travis.yml
  17. LICENSE
  18. NOTICE
  19. pom.xml
  20. README.md
README.md

Aries JPA

Build Status

Implements the JPA Service Specification from the OSGi compendium 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

Building

mvn clean install

Examples

See examples.

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.