Branch: refs/heads/6.4
Home:
https://github.com/hibernate/hibernate-orm
Commit: aa15081c2a13f665d104a54bbbc76e7106c2ef41
https://github.com/hibernate/hibernate-orm/commit/aa15081c2a13f665d104a54...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-02-20 (Tue, 20 Feb 2024)
Changed paths:
M
local-build-plugins/src/main/java/org/hibernate/orm/toolchains/JavaModulePlugin.java
M
local-build-plugins/src/main/java/org/hibernate/orm/toolchains/JdkVersionConfig.java
M
local-build-plugins/src/main/java/org/hibernate/orm/toolchains/JdkVersionPlugin.java
M
local-build-plugins/src/main/java/org/hibernate/orm/toolchains/JdkVersionSettingsPlugin.java
Log Message:
-----------
Revert "Make sure test.jdk.launcher.args is passed as jvm args to test
launcher"
This reverts commit d7a46451ce7bc3ba3ce3cb0a7eada5ab824e4e1a.
Commit: b7464668961e6c5e1fa952a0e7826fa5b7f20114
https://github.com/hibernate/hibernate-orm/commit/b7464668961e6c5e1fa952a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-02-20 (Tue, 20 Feb 2024)
Changed paths:
M Jenkinsfile
Log Message:
-----------
Fix quoting problem in Jenkinsfile
Commit: 104eb3cf32c62fa035d046962e1a5a780d9ccb24
https://github.com/hibernate/hibernate-orm/commit/104eb3cf32c62fa035d0469...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-02-20 (Tue, 20 Feb 2024)
Changed paths:
M
local-build-plugins/src/main/java/org/hibernate/orm/toolchains/JavaModulePlugin.java
Log Message:
-----------
Actually set JVM options in JavaModulePlugin
The previous implementation was not doing anything: somehow Gradle was
erasing any change. Most likely the list passed to setJvmArgs is getting
copied and later changes to that list are just ignored.
Compare:
https://github.com/hibernate/hibernate-orm/compare/3b9014cdbfd2...104eb3c...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications