commit | 72d3ab485ad93db26160ad9618c78d8c2d56e94b | [log] [tgz] |
---|---|---|
author | Christian Schneider <chris@die-schneider.net> | Fri Feb 24 16:40:13 2017 +0000 |
committer | Christian Schneider <chris@die-schneider.net> | Fri Feb 24 16:40:13 2017 +0000 |
tree | 83f489116eb48cbd21d7bf7826bd089df09de55b | |
parent | 37e4ebebfbfb8e45b0c315718ff6d74353394317 [diff] |
[ARIES-1695] Embed OSGi jpa spec git-svn-id: http://svn.apache.org/repos/asf/aries/trunk/jpa@1784296 13f79535-47bb-0310-9956-ffa450edef68
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
See itests/jpa-tck-itest/README.txt
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.