Commit Graph

235 Commits

Author SHA1 Message Date
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 1cd56964c6)
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 be7cc76556)
2019-09-11 21:14:54 -05:00
Gail Badner 4b187995a9 HHH-13504 : Upgrade ByteBuddy to 1.9.11
(cherry picked from commit 450fdb75f5)
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
Yoann Rodière 90c059aaa4 HHH-12946 Use constants for JAXB dependencies instead of inline strings
We may have to update these dependencies, let's make it easy.
2019-09-11 10:26:35 +02:00
Sanne Grinovero a8e05fd409 HHH-13007 No longer use net.bytebuddy.experimental=true when testing on JDK11 2019-09-11 10:26:35 +02:00
Andrea Boriero a4c7d025da 5.3.11.Final 2019-08-15 22:27:27 +01:00
Gail Badner 2ffcbddda3 5.3.11.Final 2019-08-15 11:50:46 -07:00
Guillaume Smet e9d2bfeec5 Prepare for next development iteration 2019-04-19 23:33:10 +02:00
Guillaume Smet b43d737568 5.3.10.Final 2019-04-19 22:12:52 +02:00
Gail Badner cfdcb201b1 HHH-13376 : Upgrade Javassist to 3.23.2-GA 2019-04-19 00:43:15 -07:00
Gail Badner c46b6d0d0b HHH-12939 : Change mssql-jdbc version back to 6.4.0.jre8 2019-04-19 00:25:13 -07:00
Guillaume Smet c0f0a731d4 HHH-12939 - Database name not quoted at schema update
(cherry picked from commit 6e9c1893a1)
2019-04-19 00:25:13 -07:00
Guillaume Smet eb8db53e21 Prepare for next development iteration 2019-02-25 23:51:18 +01:00
Guillaume Smet 8e1ed4f3c0 5.3.9.Final 2019-02-25 22:43:44 +01:00
Yoann Rodière 9d716bd333 HHH-13112 Upgrade to ByteBuddy 1.9.5
... which fixes https://github.com/raphw/byte-buddy/issues/568
2019-02-25 07:25:52 -08:00
Guillaume Smet 8e2ebf817f Prepare for next development iteration 2019-02-19 12:19:07 +01:00
Guillaume Smet 4d4deacf63 5.3.8.Final 2019-02-19 11:02:39 +01:00
Sanne Grinovero 9110fc1ce8 HHH-13099 Update to Byte Buddy 1.9.4 2019-02-07 17:44:52 -08:00
Guillaume Smet f388420eca HHH-13005 Upgrade to ByteBuddy 1.9.0 2019-02-07 17:44:52 -08:00
Guillaume Smet 9d0fe33bf0 Prepare for next development iteration 2018-10-17 02:14:34 +02:00
Guillaume Smet 890a6409a6 5.3.7.Final 2018-10-17 00:42:35 +02:00
SirWayne 1fd1882806 HHH-12964 - Upgrade to dom4j 2.1.1
(cherry picked from commit e66da8af00)
2018-10-16 05:10:51 -07:00
Guillaume Smet c1931f5d8d Prepare for next development iteration 2018-08-28 19:38:49 +02:00
Guillaume Smet 97af7c4811 5.3.6.Final 2018-08-28 19:08:01 +02:00
Guillaume Smet 095f0fb6c6 Prepare for next development iteration 2018-08-14 15:22:27 +02:00
Guillaume Smet 0c22ccc107 5.3.5.Final 2018-08-14 14:27:47 +02:00
Guillaume Smet 14f28df3bb Uncomment MariaDB dialect in gradle/databases.gradle
I don't know why it has been commmented out but it prevents from running
the tests with -Pdb=mariadb as no dialect is defined.
2018-08-14 13:17:24 +02:00
Guillaume Smet 98bd7e3898 HHH-12909 Upgrade ByteBuddy to 1.8.17 2018-08-13 17:32:38 +02:00
Guillaume Smet 0694793966 Prepare next development iteration 2018-08-02 20:20:14 +02:00
Guillaume Smet 922c4694c7 5.3.4.Final 2018-08-02 19:43:13 +02:00
Guillaume Smet d8a1c99117 HHH-12877 Upgrade ByteBuddy to 1.8.15 2018-08-02 00:10:17 +02:00
Guillaume Smet 03a209c8ec Prepare for next development iteration 2018-07-20 16:18:35 +02:00
Guillaume Smet 3c81ade198 5.3.3.Final 2018-07-20 15:45:36 +02:00
Guillaume Smet 9ca6b1a3cf HHH-12816 Enable the experimental features of ByteBuddy when building with JDK 11 2018-07-18 11:25:40 +02:00
Guillaume Smet e9f9b869c0 HHH-12813 Disable Asciidoclet in Javadoc generation
We don't have the certainty that we don't use Asciidoctor Javadoc but
using Asciidoclet leads to malformed Javadoc if we are using HTML
Javadoc, which concerns the high majority of our files.
2018-07-16 15:08:29 +02:00
Guillaume Smet 54f20d8281 HHH-12805 Upgrade Mockito to 2.19.1 2018-07-16 15:07:56 +02:00
Guillaume Smet 48c44ef7d0 HHH-12803 Upgrade ByteBuddy to 1.8.13 2018-07-16 15:07:56 +02:00
Sanne Grinovero bb71c63853 HHH-12799 Enforce version alignment of Mockito and ByteBuddy dependencies 2018-07-12 16:27:53 +01:00
Sanne Grinovero a72102b47d HHH-12789 Upgrade to Mockito 2.19.0 2018-07-11 10:02:10 +02:00
Guillaume Smet a56ff4ca9c HHH-12781 Update Javassist dependency to 3.23.1 2018-07-11 09:53:08 +02:00
Guillaume Smet 3b5d71b3a7 Prepare for next development iteration 2018-07-05 15:54:01 +02:00
Guillaume Smet bd08b65ccc 5.3.2.Final 2018-07-05 14:28:19 +02:00
Sanne Grinovero adb81781ca HHH-12766 Upgrading to Byteman 4.0.3 2018-07-03 23:24:37 +01:00
Sanne Grinovero f54949d280 HHH-12759 Upgrade integration tests to WildFly 13.0.0.Final 2018-07-02 19:59:53 +01:00
Guillaume Smet afbec8856c HHH-12724 Add javax.activation as a dependency
It is required by JAXB now that JDK 9 does not provide it anymore.
2018-06-26 12:01:06 +02:00
Vlad Mihalcea ffa5eb0e1d HHH-12704 - MSSQL executing StoredProcedure on different DB using dot notation throws error
Add test case proving the issue is caused by the SQL Server JDBC Driver
2018-06-22 14:27:52 +03:00
Vlad Mihalcea f2238ec089 Upgrade Oracle library to JDBC 4.2 2018-06-19 17:56:22 +03:00
Sanne Grinovero f0a31fbc3d HHH-12701 Upgrade to Jandex 2.0.5.Final 2018-06-18 13:43:01 +01:00
Sanne Grinovero 8b28248d3d HHH-12694 Upgrade to Hibernate Commons Annotations 5.0.4.Final 2018-06-15 10:21:36 +01:00
Sanne Grinovero 7f983adb50 HHH-12677 Update javadoc API links from EE7 to EE8 - more links 2018-06-13 19:40:52 +01:00
Sanne Grinovero 7022adfb2b HHH-12674 Fixing build dependency order 2018-06-13 10:58:12 +01:00
Sanne Grinovero cb9baa1728 HHH-12674 Use new approach to define pom.xml metadata 2018-06-13 10:47:27 +01:00
Sanne Grinovero 2dbfcc7135 HHH-12674 Upgrade Gradle wrapper to version 4.8 2018-06-13 10:47:14 +01:00
Sanne Grinovero f52e999690 HHH-12674 Avoid using deprecated Gradle methods 2018-06-13 10:40:38 +01:00
Sanne Grinovero 19d59dac71 HHH-12659 Configure ForbiddenAPIs for JDK10 as intended target compatibility 2018-06-01 22:58:31 +01:00
Sanne Grinovero 292a4e4337 HHH-12658 Upgrade to Gradle 4.7 2018-06-01 12:46:44 +01:00
Vlad Mihalcea 964602557f HHH-12656 - Document how contributors can run tests on different databases 2018-06-01 09:15:16 +03:00
Chris Cranford 6e00051f9d post 5.3.1 2018-05-25 18:48:14 -04:00
Chris Cranford 7430cdafcf 5.3.1 2018-05-25 17:43:43 -04:00
Sanne Grinovero e88b5d37d1 HHH-12636 Upgrade to ByteBuddy 1.8.12 to fix issue with entities having no package 2018-05-25 21:59:56 +01:00
smarlow b34f615200 HHH-12620 some test dependencies 2018-05-25 11:56:00 -04:00
Sanne Grinovero 898f900a87 HHH-12616 Clarify ambiguity in License name 2018-05-23 13:47:00 +01:00
Yoann Rodière 5edb2e441f HHH-12576 Upgrade to jboss-transaction-api 1.1.1.Final 2018-05-22 16:36:46 +02:00
Yoann Rodière 9a1083a88d HHH-12575 Upgrade to Classmate 1.3.4 2018-05-22 16:36:46 +02:00
Vlad Mihalcea 5cfb0a508c HHH-12559 - Add support for MySQL 8 SKIP LOCKED and NOWAIT 2018-05-22 12:30:59 +03:00
Sanne Grinovero 2d55060ff6 HHH-12610 Upgrade to Byte Buddy 1.8.11 to improve JDK compatibility 2018-05-21 18:38:24 +01:00