https://github.com/ops4j/org.ops4j.pax.jdbc
An OSGi JDBC Service Implementation, including adapters for various database drivers
https://github.com/ops4j/org.ops4j.pax.jdbc
Last synced: about 1 year ago
JSON representation
An OSGi JDBC Service Implementation, including adapters for various database drivers
- Host: GitHub
- URL: https://github.com/ops4j/org.ops4j.pax.jdbc
- Owner: ops4j
- License: apache-2.0
- Created: 2012-06-14T17:03:16.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T13:34:45.000Z (about 2 years ago)
- Last Synced: 2024-12-12T01:12:07.568Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 1.42 MB
- Stars: 45
- Watchers: 49
- Forks: 68
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pax JDBC
========
[](https://maven-badges.herokuapp.com/maven-central/org.ops4j.pax/jdbc)
[](https://ops4j1.jira.com/wiki/display/ops4j/Licensing)
Thanks for looking into Pax JDBC - an OSGi JDBC Service implementation.
This is the official source repository of the OPS4J Pax JDBC project.
Its licensed under the Apache Software License 2.0 by the OPS4J community.
## Documentation
* https://github.com/ops4j/org.ops4j.pax.jdbc/wiki
* https://ops4j1.jira.com/wiki/spaces/PAXJDBC/pages/23953600/Documentation (**This documentation is outdated**, please help to transfer it to the [github wiki](https://github.com/ops4j/org.ops4j.pax.jdbc/wiki))
## Build
You'll need a machine with Java 6 or Java 7 and Apache Maven 3 installed.
Checkout:
git clone git://github.com/ops4j/org.ops4j.pax.jdbc.git
Run Build:
mvn clean install
## Issue Tracking
* https://github.com/ops4j/org.ops4j.pax.jdbc/issues
## Continuous Integration Builds
We have a continuous integration build set up here:
* https://github.com/ops4j/org.ops4j.pax.jdbc/actions
Snapshot artifacts are being published to:
*
The OPS4J Team.