Commit Graph

232 Commits

Author SHA1 Message Date
Sanne Grinovero e82861bfb1 HHH-14787 Upgrade to Javassist 3.27.0-GA 2021-08-20 14:06:55 +01:00
Sanne Grinovero f0d0651f04 HHH-14781 Upgrade to jboss-logging 3.4.2.Final 2021-08-20 14:06:55 +01:00
Sanne Grinovero 643c8debb4 HHH-14782 Upgrade to Classmate 1.5.1 2021-08-20 14:06:55 +01:00
Sanne Grinovero 900ac8fb9e HHH-14783 Upgrade to Joda Time 2.9.7 2021-08-20 14:06:55 +01:00
Sanne Grinovero 11cbfc6ddc HHH-14784 Upgrade to Hibernate Commons Annotations 5.0.5.Final 2021-08-20 14:06:55 +01:00
Sanne Grinovero 036cd8eedd HHH-14785 Upgrade to Hibernate Validator 6.0.22.Final 2021-08-20 14:06:55 +01:00
Sanne Grinovero f29690393b HHH-14786 Upgrade to Weld 3.1.8.Final 2021-08-20 14:06:55 +01:00
Yoann Rodière 5cf47e4724 HHH-14709 Upgrade to Gradle 6.7.1 2021-08-20 14:06:55 +01:00
Yoann Rodière 7d82649ed4 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@hibernate.org>
2021-08-20 14:06:55 +01:00
Yoann Rodière 5bef5a8ab8 HHH-14372 Upgrade to Weld 3.1.5.Final in tests
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2021-08-20 14:06:55 +01:00
Yoann Rodière 55ace32e75 HHH-14731 Only apply --add-opens to compiler JVM options when using JDK9+ 2021-08-20 14:06:55 +01:00
Yoann Rodière f2e6289717 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>
2021-08-20 14:06:55 +01:00
Yoann Rodière 75ba67b6b2 HHH-14315 Add optional support for toolchains to the Gradle build
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2021-08-20 14:06:55 +01:00
Sanne Grinovero 2da1b79856 HHH-13821 Update to Byte Buddy 1.10.7 2021-08-20 14:06:55 +01:00
Sanne Grinovero 6e5695c271 HHH-14788 Upgrade to Byteman 4.0.16 2021-08-20 14:06:55 +01:00
Gail Badner ba1c44629d Update to 5.3.22-SNAPSHOT 2021-07-16 13:06:47 -07:00
Gail Badner 54f4db8cb2 5.3.21 2021-07-16 13:03:00 -07:00
Andrea Boriero cc6fe84f30 HHH-14640 : Fix gradle errors 2021-06-03 16:10:37 -07:00
Andrea Boriero 9e454a3819 HHH-14513 Move publishing release artifacts from BinTray 2021-06-03 16:10:37 -07:00
Andrea Boriero d644a6e8f6 HHH-14513 Move publishing release artifacts from BinTray 2021-06-03 16:10:37 -07:00
Andrea Boriero cfe4879753 HHH-14513 Move publishing release artifacts from BinTray 2021-06-03 16:10:37 -07:00
Yoann Rodière 7887775914 HHH-14315 Upgrade to Gradle 6.7
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2021-06-03 16:10:37 -07:00
Sanne Grinovero bacc5e6b11 HHH-14283 Review tuning of JVM parameters for the build 2021-06-03 16:10:37 -07:00
Andrea Boriero a8d82d003f HHH-14199 fix the error when running 'setDataBase' gradle task 2021-06-03 16:10:37 -07:00
Nathan Xu 87f5cfee7a HHH-14199 fix the error when running 'setDataBase' gradle task 2021-06-03 16:10:37 -07:00
Falko Modler 1fb1311342 HHH-14144 Explicitly set localization assumptions for the build and testsuite 2021-06-03 16:10:37 -07:00
Yoann Rodière 0e09e13f26 HHH-14111 Upgrade to forbiddenapis 3.0.1 2021-06-03 16:10:37 -07:00
Yoann Rodière 0bd52c0899 HHH-14111 Upgrade to Gradle 6.5.1 2021-06-03 16:10:37 -07:00
Yoann Rodière 51f402b5c7 HHH-14640 : Enable automatic Maven Central sync when calling task bintrayPublish
Copied from https://github.com/hibernate/hibernate-reactive/pull/246

Note you need to call the bintrayPublish task after calling
bintrayUpload, otherwise it won't work.

So you will need to use something like this:

./gradlew bintrayUpload bintrayPublish -P PERSONAL_BINTRAY_USER=... -P PERSONAL_BINTRAY_API_KEY=... -P SONATYPE_OSSRH_USER=... -P SONATYPE_OSSRH_PASSWORD=...
2021-06-03 16:10:37 -07:00
Yoann Rodière ed650b3fe6 HHH-14640 : Move the update to version.properties to a release task
This is necessary if we want to check that the working tree is empty as
part of the release process (see next commit).
2021-06-03 16:10:37 -07:00
Andrea Boriero 31dbc1c5a3 HHH-14640: Add gradle task to automate the CI release 2021-06-03 16:10:37 -07:00
Yoann Rodière 1356e0abb8 HHH-13682 Upgrade to forbiddenapis 2.7
So that we can feed it Java 13/14 bytecode
2021-06-03 16:10:37 -07:00
Yoann Rodière 5eb8ee32c5 HHH-13682 Allow forcing the tested Java version in the Gradle build
... just in case we need that for some cutting-edge JDK, for example 15,
that would not be supported by Gradle yet.
2021-06-03 16:10:37 -07:00
Yoann Rodière 63ab97d09a HHH-13682 Generate Java 13/14 bytecode for tests when building with JDK13/14 2021-06-03 16:10:37 -07:00
Yoann Rodière 9a45c1c9f1 HHH-13682 Remove unnecessary checks around Java 8 compatibility
The build requires JDK8+, so we're alwways Java 8 compatible.
2021-06-03 16:10:37 -07:00
Andrea Boriero 40d82d6370 HHH-14640 : Fix issue with generated pom missing project description 2021-06-03 16:10:37 -07:00
Yoann Rodière 40538e036c HHH-13925 Disable Gradle module metadata publishing until we know what we want 2021-06-03 16:10:37 -07:00
Yoann Rodière f1f0a27f7f HHH-13925 Upgrade to Gradle 6 2021-06-03 16:10:37 -07:00
Yoann Rodière f795213e5a HHH-13689 Replace uses of the deprecated osgi plugin with the biz.aQute.bnd plugin
https://docs.gradle.org/5.0-milestone-1/release-notes.html#deprecated-osgi-plugin
2021-06-03 16:10:37 -07:00
Yoann Rodière ac61f98aba HHH-13685 Upgrade to maven-repo-auth 3.0.2 2021-06-03 16:10:37 -07:00
Yoann Rodière 861b3c00aa HHH-13685 Replace uses of deprecated classifier property in Jar tasks with archiveClassifier 2021-06-03 16:10:37 -07:00
Yoann Rodière e7764ef76d HHH-13685 Upgrade to Gradle 5.6.3 2021-06-03 16:10:37 -07:00
Yoann Rodière af44c7903f HHH-13685 Remove uses of deprecated classesDir 2021-06-03 16:10:37 -07:00
Andrea Boriero 1685100bc3 5.3.20 2020-11-16 18:07:32 +00:00
Andrea Boriero 64be512b7d 5.3.20 2020-11-16 18:01:02 +00:00
Andrea Boriero d48e19d973 5.3.19 2020-11-10 21:37:50 +00:00
Andrea Boriero 23dd258b71 5.3.19 2020-11-10 19:31:18 +00:00
Gail Badner 4b088e59b4 5.3.18 2020-08-05 15:40:49 -07:00
Gail Badner 677568d2e6 5.3.18 2020-08-05 14:03:54 -07:00
spatra 462a9faa94 FIX for HHH-14013 2020-06-09 09:46:10 -07:00