[hibernate-dev] run a single unit test???? do I really have to manually put -x for every task I do not want?

2020-04-22 Thread Jason Pyeron
Does anyone know how to get a single unit test to run without building a battleship too? Tried in eclipse too. ./gradlew test --tests org.hibernate.test.annotations.cid.CompositeIdFkGeneratedValueIdentityTest ... 5 minutes later ... FAILURE: Build failed with an exception. * What went wrong:

Re: [hibernate-dev] run a single unit test speed up?

2020-04-22 Thread Jason Pyeron
I got it down to BUILD SUCCESSFUL in 2m 32s 27 actionable tasks: 5 executed, 22 up-to-date By using ./gradlew :hibernate-core:test --tests org.hibernate.test.annotations.cid.CompositeIdFkGeneratedValueIdentityTest Package___ Tests DurationSuccess rate org

[hibernate-dev] HHH-10956 fixed, pull request pending

2020-04-22 Thread Jason Pyeron
This fix addresses partially-generated composite id failure introduced with HHH-4848. The pull request is at https://github.com/hibernate/hibernate-orm/pull/3368 . Please review and can this be backported to 5.2? We have cherry picked it and applied it to 5.2.18.Final on JDK8 with SQLServ