198 Commits

Author SHA1 Message Date
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
Gail Badner
9b2a960c40 5.3.17 2020-04-30 14:43:07 -07:00
Gail Badner
a6b91df851 5.3.17 2020-04-30 13:27:40 -07:00
Scott Marlow
146a43d83b HHH-13953 Upgrade dom4j to 2.1.3
(cherry picked from commit 1cd56964c6af1464b55c032b38106c52a78e526c)
2020-04-16 10:38:50 -07:00
Gail Badner
a602eacece 5.3.16 2020-03-27 15:19:52 -07:00
Gail Badner
8ee5e2573a 5.3.16 2020-03-27 14:39:48 -07:00
Gail Badner
d484a92156 5.3.15.Final 2020-01-07 20:38:37 -08:00
Gail Badner
46aa354760 5.3.15.Final 2020-01-07 20:02:35 -08:00
Andrea Boriero
7635805e84 5.3.14.Final 2019-11-08 12:12:05 +00:00
Gail Badner
f15bed87c6 5.3.14.Final 2019-11-07 21:24:54 -08:00
Andrea Boriero
9884c253b1 5.3.13.Final 2019-10-08 11:41:44 +01:00
Andrea Boriero
1fd19e648a 5.3.13.Final 2019-10-08 07:55:25 +01:00
Andrea Boriero
510898f57e 5.3.12.Final 2019-09-12 07:09:37 +01:00
Gail Badner
b389c23780 5.3.12.Final 2019-09-11 20:52:57 -07:00
Gail Badner
61a23e0966 HHH-13582 Downgrade MySQL Connector/J to 8.0.12 to be consistent with WF18 2019-09-11 21:14:54 -05:00
Yoann Rodière
52bdda7d40 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.

(cherry picked from commit be7cc76556f1a2efd715b24ba4516fba0ddbbec1)
2019-09-11 21:14:54 -05:00
Gail Badner
4b187995a9 HHH-13504 : Upgrade ByteBuddy to 1.9.11
(cherry picked from commit 450fdb75f5a99c65da77abb1dae7e350c4ed9c2b)
2019-09-11 12:23:00 -07:00
Andrea Boriero
793315267b HHH-13616 Enable the hibernate-orm-modules test for JDK 11 2019-09-11 15:09:04 +01:00
Yoann Rodière
1d8837d6f7 HHH-13428 Remove an unnecessary test dependency to woodstox
It has split packages and won't work when running tests in the module
path. But more importantly we just don't use it.
2019-09-11 11:23:04 +02:00
Sanne Grinovero
df20643bf8 HHH-13428 Upgrade to Microsoft SQL Server JDBC 7.2.1 2019-09-11 11:23:04 +02:00
Yoann Rodière
e7423b076f Do not log test progress by default, but provide a build option and enable it for Travis
So that the build isn't too verbose when running it locally.
2019-09-11 10:26:35 +02:00
Yoann Rodière
6e485989f1 Get rid of travis_wait in .travis.yml
... so that we get actionable logs when something fails.
2019-09-11 10:26:35 +02:00
Yoann Rodière
f2eeb0aed1 HHH-13415 Clean up the places where we fix fix javadoc generation for JDK11 2019-09-11 10:26:35 +02:00
Guillaume Smet
8a199f9e88 HHH-13419 Support building javadoc with JDK 11.0.3+ 2019-09-11 10:26:35 +02:00
Sanne Grinovero
9251720f69 HHH-13275 Re-introduce usage of net.bytebuddy.experimental=true when testing on JDK > 11 2019-09-11 10:26:35 +02:00
Sanne Grinovero
2dbea0bbb2 HHH-13271 Restore compatibility of build script with Java 8 too 2019-09-11 10:26:35 +02:00
Sanne Grinovero
daf0a297df HHH-13271 Javadoc build failures on JDK 12 2019-09-11 10:26:35 +02:00
Yoann Rodière
69fa165664 HHH-13043 Upgrade to JAXB 2.3.1
... which has a correctly formatted POM, and doesn't wreak havoc in
projects depending on us and using Maven + JDK11.
2019-09-11 10:26:35 +02:00
Yoann Rodière
acc7934173 HHH-12990 Remove unnecessary dependencies to JSR-250 when generating JAXB classes
It seems these dependencies were not necessary at all, even before the
previous patches.
2019-09-11 10:26:35 +02:00
Yoann Rodière
0f54fcc484 HHH-12990 Remove now unnecessary dependencies to JSR-250 when using jpamodelgen
The previous commit ensured we don't need them anymore.
2019-09-11 10:26:35 +02:00
Yoann Rodière
b6bad94914 HHH-12946 Target JDK11 instead of JDK10 in terms of JDK API compatibility 2019-09-11 10:26:35 +02:00
Yoann Rodière
919e4a6a39 HHH-12946 Upgrade to fobiddenapis 2.6 (compatible with JDK11) 2019-09-11 10:26:35 +02:00
Yoann Rodière
e6cd7d8495 HHH-12946 Remove unnecessary dependencies when building with JDK9+
We don't need to depend on JAXB's compiler (XJC) in our modules,
we just need the dependency in specific tasks during the build.
In particular we don't want users to transitively depend on XJC.

Also, we don't need an explicit dependency to JAXB in every module,
having one in hibernate-core is enough.
2019-09-11 10:26:35 +02:00
Yoann Rodière
f9609f93b2 HHH-12946 Add explicit dependencies to JAXB APIs where relevant 2019-09-11 10:26:35 +02:00
Yoann Rodière
fcdc62a849 HHH-12946 Depend on org.glassfish.jaxb:jaxb-runtime instead of the obsolete com.sun.xml.bind:jaxb-impl
Apparently both sets of coordinates work, but the com.sun.xml.bind one
is older and deprecated.
2019-09-11 10:26:35 +02:00