https://github.com/toolisticon/byoct-jpa
https://github.com/toolisticon/byoct-jpa
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/toolisticon/byoct-jpa
- Owner: toolisticon
- License: mit
- Created: 2018-01-11T22:04:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:29:00.000Z (over 2 years ago)
- Last Synced: 2025-03-04T14:49:17.258Z (over 1 year ago)
- Language: Java
- Size: 138 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BYOCT-JPA - The JPA Compliance Test
[](https://maven-badges.herokuapp.com/maven-central/io.toolisticon.byoct.jpa/byoct-jpa)
[](https://travis-ci.org/toolisticon/byoct-jpa)
[](https://codecov.io/gh/toolisticon/byoct-jpa)
# Why you should use this project?
# Features
# How does it work?
Just put the byoct-jpa jar into your classpath during compilation.
# Contributing
We welcome any kind of suggestions and pull requests.
## Building and developing the BYOCT
The BYOCT-JPA is built using Maven (at least version 3.0.0).
A simple import of the pom in your IDE should get you up and running. To build the byoct on the commandline, just run `mvn` or `mvn clean install`
## Requirements
The likelihood of a pull request being used rises with the following properties:
- You have used a feature branch.
- You have included a test that demonstrates the functionality added or fixed.
- You adhered to the [code conventions](http://www.oracle.com/technetwork/java/javase/documentation/codeconvtoc-136057.html).
## Contributions
- (2018) Tobias Stamann (Holisticon AG)
# License
This project is released under the revised [MIT License](LICENSE).
This project contains code generated by the [byoct](https://github.com/toolisticon/bjoct) project released under the [MIT License](/3rdPartyLicenses/byoct/LICENSE.txt).
This project includes and repackages the [Annotation-Processor-Toolkit](https://github.com/toolisticon/annotation-processor-toolkit) released under the [MIT License](/3rdPartyLicenses/annotation-processor-toolkit/LICENSE.txt).