https://github.com/ops4j/org.ops4j.pax.jpa
An OSGi JPA Service Implementation
https://github.com/ops4j/org.ops4j.pax.jpa
Last synced: about 1 year ago
JSON representation
An OSGi JPA Service Implementation
- Host: GitHub
- URL: https://github.com/ops4j/org.ops4j.pax.jpa
- Owner: ops4j
- Created: 2012-06-17T12:10:36.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T18:45:47.000Z (over 1 year ago)
- Last Synced: 2024-12-13T08:28:16.617Z (over 1 year ago)
- Language: Java
- Size: 313 KB
- Stars: 3
- Watchers: 53
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Pax JPA
=======
Thanks for looking into Pax JPA - an OSGi JPA Service implementation.
This is the official source repository of the OPS4J Pax JPA project.
It is licensed under the Apache Software License 2.0 by the OPS4J community.
## Documentation
* https://github.com/ops4j/org.ops4j.pax.jpa/wiki
## Build
You'll need a machine with Java 17+ and Apache Maven 3 installed.
Checkout:
git clone git://github.com/ops4j/org.ops4j.pax.jpa.git
Run Build:
mvn clean install
Run TCK:
mvn clean install -Ptck
## Releases
Releases go to Maven Central.
The current milestone release is *Pax JPA 0.3.0*.
## Issue Tracking
* https://github.com/ops4j/org.ops4j.pax.jpa/issues
## Continuous Integration Builds
We have a continuous integration build set up here:
* https://github.com/ops4j/org.ops4j.pax.jpa/actions
The OPS4J Team.