https://github.com/apache/aries-jpa
Apache Aries JPA
https://github.com/apache/aries-jpa
aries java library
Last synced: about 1 year ago
JSON representation
Apache Aries JPA
- Host: GitHub
- URL: https://github.com/apache/aries-jpa
- Owner: apache
- License: apache-2.0
- Created: 2017-04-14T07:00:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T09:58:22.000Z (about 3 years ago)
- Last Synced: 2025-04-18T04:07:09.491Z (about 1 year ago)
- Topics: aries, java, library
- Language: Java
- Homepage:
- Size: 626 KB
- Stars: 11
- Watchers: 17
- Forks: 21
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aries JPA
[](https://builds.apache.org/job/Aries-JPA-Trunk-JDK8/)
Implements the [JPA Service Specification from the OSGi compendium spec](https://osgi.org/specification/osgi.cmpn/7.0.0/service.jpa.html). 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](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.