Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 03e2fc96549c6aa023826ebf7128eebb612515db
https://github.com/hibernate/hibernate-orm/commit/03e2fc96549c6aa023826eb...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-08-07 (Mon, 07 Aug 2023)
Changed paths:
M settings.gradle
Log Message:
-----------
Use Java 21 bytecode for tests when testing against JDK 21
Commit: 09c6c1d6e8cf1017143a2297d3150a16fdbfe4c8
https://github.com/hibernate/hibernate-orm/commit/09c6c1d6e8cf1017143a229...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-08-07 (Mon, 07 Aug 2023)
Changed paths:
M
hibernate-integrationtest-java-modules/hibernate-integrationtest-java-modules.gradle
Log Message:
-----------
Use JUnit 5 for Java Modules integration tests
No idea why we weren't, but using JUnit 4 leads to problems with JDK 21
(some classes being detected as tests even though they aren't),
so let's avoid that.
Compare:
https://github.com/hibernate/hibernate-orm/compare/ffbced83a934...09c6c1d...