Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 6c128598b02376018c23d5ff3bbe5c3cdeb73b12
https://github.com/hibernate/hibernate-orm/commit/6c128598b02376018c23d5f...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M gradle.properties
Log Message:
-----------
HHH-14370 Add --add-opens options required for Gradle
In order to work around illegal accesses in Gradle.
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: 2659e75271d6ab0a0ef885d13dbc5426e573615b
https://github.com/hibernate/hibernate-orm/commit/2659e75271d6ab0a0ef885d...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M gradle/libraries.gradle
Log Message:
-----------
HHH-14372 Upgrade to Weld 3.1.5.Final in tests
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: f6a9338f973e935ad6438cb0d5dfc495e692d065
https://github.com/hibernate/hibernate-orm/commit/f6a9338f973e935ad6438cb...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M gradle/java-module.gradle
M hibernate-core/hibernate-core.gradle
Log Message:
-----------
HHH-14371 Correctly set JVM args in the JVM running tests
Turns out getJvmArgs() returns a copy, so modifying that copy won't
change the JVM args.
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: 27c5980a208a53aad5d3bde45d35ca2a568ce3b3
https://github.com/hibernate/hibernate-orm/commit/27c5980a208a53aad5d3bde...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M hibernate-core/hibernate-core.gradle
Log Message:
-----------
HHH-14371 Open java.base/java.nio.charset to the unnamed module in tests
NamingHelper test needs access to Charset.defaultCharset.
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: 8e3bf43a18d80ad7b14c09b2476d9d328169edf9
https://github.com/hibernate/hibernate-orm/commit/8e3bf43a18d80ad7b14c09b...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M hibernate-core/hibernate-core.gradle
Log Message:
-----------
HHH-14371 Open java.base/java.security and java/base/java.lang to the unnamed module in
tests
Weld needs this, in CDI tests.
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: 7f518cddb34534e2844a238da1237b1c431ebefe
https://github.com/hibernate/hibernate-orm/commit/7f518cddb34534e2844a238...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/test/bytecode/ReflectionOptimizerTest.java
A
hibernate-core/src/testJavassist/java/org/hibernate/test/bytecode/javassist/Bean.java
A
hibernate-core/src/testJavassist/java/org/hibernate/test/bytecode/javassist/BeanReflectionHelper.java
A
hibernate-core/src/testJavassist/java/org/hibernate/test/bytecode/javassist/BulkAccessorTest.java
Log Message:
-----------
HHH-14371 Move tests specific to Javassist to the appropriate source set
Otherwise they won't be executed with the appropriate JVM args.
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: 6396cd17a26c233e29e1df6decb659f832f404c9
https://github.com/hibernate/hibernate-orm/commit/6396cd17a26c233e29e1df6...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M hibernate-core/hibernate-core.gradle
Log Message:
-----------
HHH-14371 Open java.base/java.lang to the unnamed module in javassist tests
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: 1acb6fea52f78d4c4c4613c868a5b88a6b6a3784
https://github.com/hibernate/hibernate-orm/commit/1acb6fea52f78d4c4c4613c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M tooling/hibernate-gradle-plugin/hibernate-gradle-plugin.gradle
Log Message:
-----------
HHH-14371 Add --add-opens options required for Gradle plugin tests
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: 552ff9b4af7f1a2ceb6e4e65603b12380a27af7e
https://github.com/hibernate/hibernate-orm/commit/552ff9b4af7f1a2ceb6e4e6...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M hibernate-proxool/hibernate-proxool.gradle
Log Message:
-----------
HHH-14371 Open java.base/java.lang to the unnamed module in Proxool tests
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Compare:
https://github.com/hibernate/hibernate-orm/compare/f468666b6da3...552ff9b...