An open API service indexing awesome lists of open source software.

https://github.com/toolisticon/byoct-jpa


https://github.com/toolisticon/byoct-jpa

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

          

# BYOCT-JPA - The JPA Compliance Test
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.toolisticon.byoct.jpa/byoct-jpa/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.toolisticon.byoct.jpa/byoct-jpa)
[![Build Status](https://travis-ci.org/toolisticon/byoct-jpa.svg?branch=master)](https://travis-ci.org/toolisticon/byoct-jpa)
[![codecov](https://codecov.io/gh/toolisticon/byoct-jpa/branch/master/graph/badge.svg)](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).