Selaron I personally work with Eclipse and use the Eclipse Gradle plugin (which is included in the latest Eclipse Java build) to import the project. It's not perfect: I still have some compilation errors and I can't run the tests directly from the IDE. The ORM team is using IDEA. But, as for the test case, don't bother with integrating it in the ORM project, we have a small Maven project just for that: https://github.com/hibernate/hibernate-test-case-templates/tree/master/orm/hibernate-orm-5 . Just build your test case with it and attach it to the JIRA or point us to a branch in your GitHub repo. Thanks! |