Commit Graph

22 Commits

Author SHA1 Message Date
Steve Ebersole 866ba858a1 Improve handling of JDK versions 2024-08-15 13:52:33 -05:00
Christian Beikov 420faa7e4a Increase gradle daemon metaspace size to allow documentation to build on JDK 11 2024-07-23 19:20:27 +02:00
Christian Beikov e4a0b6988f Switch to a okhttp-digest version that is available on Maven central 2024-07-16 11:07:51 +02:00
Christian Beikov e12dcc6195 Increase metaspace size for launcher VMs to avoid OOMs 2024-03-15 16:01:29 +01:00
Andrea Boriero afbce7cf8a HHH-17347 Support for JDK which do not support JFR events 2023-11-17 08:17:15 -06:00
Sanne Grinovero 1b2be49045 HHH-17347 Support for JDK which do not support JFR events 2023-11-17 08:17:15 -06:00
Christian Beikov 0057454d02 Update checker and adapt memory configuration 2023-10-13 16:49:07 +02:00
Sanne Grinovero 5daf7a0354 HHH-16911 Allow using 3GB of memory to build 2023-07-28 11:39:18 -04:00
Sanne Grinovero d812da6567 HHH-16964 Disable Log4J2's management beans during integration tests 2023-07-21 11:41:00 -04:00
Christian Beikov 867b1146ab Increase metaspace size for test JVM to avoid OOM 2022-11-14 10:15:08 +01:00
Steve Ebersole 9f2ae95397 Gradle task cache
Gradle 7 prep
2021-07-26 13:51:38 -05:00
Christian Beikov 3435189777 Add support for parallel gradle build 2021-06-24 12:16:29 +02:00
Christian Beikov ee07497e85 Disable parallel build until we introduce a BuildService for the database 2021-06-17 13:16:55 +02:00
Steve Ebersole e4120234d3 * HHH-14634 : Gradle Enterprise
* fixed problem in release.gradle that caused "configuration phase" to take much longer than it should
   * parallelized the build
* Initial TREAT tests
* fixed bug in `hibernate-core-jakarta.gradle` related to JPA packaged test bundle handling
2021-06-15 13:50:01 -05:00
Yoann Rodière 0750c6784e Only apply --add-opens to compiler JVM options when using JDK9+ 2021-05-07 11:00:43 +02:00
Yoann Rodière 6c128598b0 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@hibernate.org>
2020-12-14 14:02:18 +00:00
Yoann Rodière 85b84ef6bd HHH-14315 Force JVM options when using toolchains
Apparently Gradle won't just use the same options as in its own JVM.

Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2020-11-10 11:02:08 +00:00
Yoann Rodière 9616e24c80 HHH-14315 Add optional support for toolchains to the Gradle build
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2020-11-10 11:02:08 +00:00
Sanne Grinovero 37a77e695d HHH-14283 Review tuning of JVM parameters for the build 2020-10-26 10:13:50 +00:00
Falko Modler f270f688e6 HHH-14144 Explicitly set localization assumptions for the build and testsuite 2020-08-10 17:23:35 +02:00
Falko Modler e1b1207d30 HHH-14030 Gradle: user.language=en to avoid errors on German Win10 2020-05-19 08:23:37 +01:00
Yoann Rodière 7be9e62504 HHH-13685 Increase the heap size for Gradle
Otherwise I get an OutOfMemoryError...
2020-04-01 09:53:13 -05:00