A sample runner for validating the Hibernate Data Repositories implementation against the Jakarta Data 1.0 TCK.
Currently incubating in Hibernate 6.5.
This is a work in progress that probably contains extraneous code and dependencies.
The Java SE version in use needs to be 17 or higher.
- git clone https://github.com/hibernate/hibernate-orm.git
- cd hibernate-orm
- ./gradlew :hibernate-core:publishToMavenLocal :hibernate-jpamodelgen:publishToMavenLocal
- git clone https://github.com/jakartaee/data.git
- cd data
- mvn install
- mvn test