Commit Graph

239 Commits

Author SHA1 Message Date
Yoann Rodière 588115bb0a HHH-13682 Restore the system property net.bytebuddy.experimental=true in tests on JDK15+
Turns out it's necessary for JDKs with experimental support.
2020-04-16 10:12:00 +01:00
Yoann Rodière 5fab58bf76 HHH-13682 Upgrade to forbiddenapis 2.7
So that we can feed it Java 13/14 bytecode
2020-04-14 13:36:43 +01:00
Yoann Rodière b32ff5cd9c 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.
2020-04-14 13:36:43 +01:00
Yoann Rodière 96f7870528 HHH-13682 Do not set net.bytebuddy.experimental=true in tests anymore
It's no longer necessary since we upgraded to byte-buddy 1.10.2,
and it causes bytecode to be converted from Java 14 to Java 12 in some
cases (I don't know why).
2020-04-14 13:36:43 +01:00
Yoann Rodière 0cdf4c19e3 HHH-13682 Generate Java 13/14 bytecode for tests when building with JDK13/14 2020-04-14 13:36:43 +01:00
Yoann Rodière c906989989 HHH-13682 Remove unnecessary checks around Java 8 compatibility
The build requires JDK8+, so we're alwways Java 8 compatible.
2020-04-14 13:36:43 +01:00
Sanne Grinovero 0069aa7be9 Switching version to 5.5.0-SNAPSHOT 2020-04-14 12:23:38 +01:00
Andrea Boriero ba0902d99a 5.4.14 2020-04-06 18:48:40 +01:00
Andrea Boriero b897a36f2f Fix issue with generated pom missing project description 2020-04-06 18:21:11 +01:00
Andrea Boriero 016f8ed285 5.4.14 2020-04-06 16:42:29 +01:00
Yoann Rodière 1cd9ad0efe HHH-13925 Disable Gradle module metadata publishing until we know what we want 2020-04-06 16:04:55 +02:00
Yoann Rodière 8168a5cfb3 HHH-13925 Upgrade to Gradle 6 2020-04-06 16:04:55 +02:00
Yoann Rodière 2f32169249 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
2020-04-01 10:54:56 -05:00
Yoann Rodière 34e498fb3d HHH-13685 Upgrade to maven-repo-auth 3.0.2 2020-04-01 09:53:13 -05:00
Yoann Rodière cee0fce043 HHH-13685 Replace uses of deprecated classifier property in Jar tasks with archiveClassifier 2020-04-01 09:53:13 -05:00
Yoann Rodière 6921b02891 HHH-13685 Upgrade to Gradle 5.6.3 2020-04-01 09:53:13 -05:00
Yoann Rodière ae4bc5e55d HHH-13685 Remove uses of deprecated classesDir 2020-04-01 09:53:13 -05:00
Gail Badner 716a8bac20 5.4.13 2020-03-26 22:42:38 -07:00
Gail Badner 5104c4b7f3 5.4.13 2020-03-26 22:15:06 -07:00
Andrea Boriero 015d1e019f 5.4.12 2020-02-13 18:43:12 +00:00
Andrea Boriero f5fe63bf0c 5.4.12 2020-02-13 18:04:06 +00:00
Sanne Grinovero 7d37e9f878 HHH-13863 Introduce the hibernate-graalvm module to share some GraalVM native image metadata 2020-02-13 17:09:56 +00:00
Andrea Boriero 39091fc658 5.4.11 2020-02-07 17:52:54 +00:00
Andrea Boriero 878f75c6b5 5.4.11 2020-02-07 17:27:10 +00:00
Sanne Grinovero da019405b6 HHH-13821 Update to Byte Buddy 1.10.7 2020-01-21 12:22:46 +00:00
Nathan Xu bd472581a4 HHH-13802 add support of the various new tags so their warning won't show up 2020-01-06 07:14:17 -06:00
Andrea Boriero dba8d70e94 5.4.10 2019-12-05 17:52:29 +00:00
Andrea Boriero 1a1631b57b 5.4.10 2019-12-05 16:36:34 +00:00
Davide D'Alto 46170d9ffe HHH-13759 Add AssertJ in the list of libraries available
It's useful to test the bytecode enhancements and has a nicer
  fluent API.
2019-12-03 11:48:33 +00:00
Simeon 6acfd17548 HHH-13762 Update vibur-dbcp dependency to 25.0 2019-12-02 12:07:49 +00:00
Sanne Grinovero c9a373c180 HHH-13739 Upgrade to Agroal 1.7 2019-11-18 15:21:23 +00:00
Andrea Boriero 7a74e4dd8f 5.4.9 2019-11-14 17:18:14 +00:00
Andrea Boriero 5fb866403e 5.4.9 2019-11-14 15:42:14 +00:00
Sanne Grinovero f7c8ba8532 HHH-13733 Upgrade to Jandex 2.1.1.Final 2019-11-14 10:25:25 +00:00
Sanne Grinovero fcb8fdde3e HHH-13731 Upgrade to Classmate 1.5.1 2019-11-14 10:10:48 +00:00
Sanne Grinovero 19692c1301 HHH-13730 Upgrade to Classmate 1.4.0 2019-11-14 09:13:20 +00:00
Andrea Boriero b9924d1805 5.4.8 2019-10-28 19:17:14 +00:00
Andrea Boriero a50f2da6aa 5.4.8 2019-10-28 19:15:43 +00:00
Sanne Grinovero 97c300a6ad HHH-13686 Upgrade to Agroal 1.6 2019-10-21 18:50:29 +01:00
Andrea Boriero 4d0ec22411 5.4.7 2019-10-21 17:32:53 +01:00
Andrea Boriero 5c8045b422 5.4.7 2019-10-21 15:39:32 +01:00
Yoann Rodière d83acfa50f HHH-13681 Upgrade to Byteman 4.0.8 2019-10-21 12:59:29 +02:00
Yoann Rodière cacef1f466 HHH-13680 Upgrade to Byte-buddy 1.10.2 2019-10-21 12:59:29 +02:00
Andrea Boriero 5d4eb8004b 5.4.6 2019-09-30 13:28:19 +01:00
Andrea Boriero 39e576cea4 5.4.6 2019-09-30 11:51:40 +01:00
Andrea Boriero 9d171f364c 5.4.5 2019-09-17 15:42:36 +01:00
Andrea Boriero 568413a102 5.4.5 2019-09-17 14:08:29 +01:00
Sanne Grinovero 57dbfbb60e HHH-13622 Upgrade the WildFly Transaction Client to 1.1.7.Final 2019-09-16 16:34:36 +01:00
Yoann Rodière be7cc76556 HHH-13582 Upgrade MySQL Connector/J to 8.0.17
ConnectorJ 8 is the version used in WildFly integration tests.
ConnectorJ 5 is apparently no longer tested.

Note this solves most timezone-related issues we've been having.
2019-09-11 19:38:15 -05:00
Andrea Boriero f0218e82ad HHH-13616 Enable the hibernate-orm-modules test for JDK 11 2019-09-11 12:37:51 +01:00