Apache Aries JPA

Clone this repo:
  1. 58cc054 [maven-release-plugin] prepare for next development iteration by jbonofre · 2 years, 7 months ago master
  2. d81d98e [maven-release-plugin] prepare release jpa-2.7.3 by jbonofre · 2 years, 7 months ago jpa-2.7.3
  3. bd204d0 Update SCM section to use https by jbonofre · 2 years, 7 months ago
  4. d017bd7 Merge pull request #10 from apache/ARIES-2050 by Jean-Baptiste Onofré · 2 years, 7 months ago
  5. 125a4ae [ARIES-2050] Use org.apache.aries.transaction.blueprint-2.3.0 by Grzegorz Grzybek · 2 years, 8 months ago

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.