Commit Graph

239 Commits

Author SHA1 Message Date
Jonathan Bregler 6841012f78 HHH-13553 Fix test failures on SAP HANA
- Skip org.hibernate.test.annotations.query.QueryAndSQLTest.testNativeQueryWithFormulaAttributeWithoutAlias
- Update HANA JDBC driver to fix org.hibernate.test.type.LocalDateTimeTest
2019-08-09 17:58:17 +01:00
Andrea Boriero 83e2f68477 5.4.4.Final 2019-07-30 09:02:51 +01:00
Gail Badner 77155ea716 5.4.4.Final 2019-07-29 14:56:14 -07:00
Gail Badner 618f03565a HHH-13504 : Upgrade ByteBuddy to 1.9.11 2019-07-26 15:14:12 +01:00
Yoann Rodière ae5023cf53 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-06-13 04:49:08 -05:00
Yoann Rodière 8e439b01b0 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-06-07 20:22:21 +01:00
Sanne Grinovero 2689dd141b HHH-13428 Upgrade to Microsoft SQL Server JDBC 7.2.1 2019-06-07 20:19:33 +01:00
Yoann Rodière 8f344af218 Get rid of travis_wait in .travis.yml
... so that we get actionable logs when something fails.
2019-05-31 18:53:06 +02:00
Yoann Rodière 00c697780e HHH-13415 Clean up the places where we fix fix javadoc generation for JDK11 2019-05-31 14:11:47 +02:00
Guillaume Smet d5a1d24116 Prepare next development iteration 2019-05-30 17:22:10 +02:00
Guillaume Smet 9508e65485 5.4.3.Final 2019-05-30 16:15:34 +02:00
Guillaume Smet e376fe0aef HHH-13419 Support building javadoc with JDK 11.0.3+ 2019-05-29 22:57:52 +02:00
Guillaume Smet 823a5c1ede Prepare for next development iteration 2019-03-21 18:32:23 +01:00
Guillaume Smet 08e9d01caa 5.4.2.Final 2019-03-21 16:05:07 +01:00
Thomas Bürli 926e1da2d5 HHH-13332 Update c3p0 to 0.9.5.3
Update c3p0 dependency to addresses the XXE vulnerability (CVE-2018-20433)
2019-03-20 21:40:27 +01:00
Guillaume Smet 4e06de2708 HHH-13254 Upgrade Agroal to 1.4 2019-02-21 10:06:19 +01:00
Sanne Grinovero 7fbcfe83b2 HHH-13275 Re-introduce usage of net.bytebuddy.experimental=true when testing on JDK > 11 2019-02-18 14:42:54 +00:00
Sanne Grinovero d39921bd34 HHH-13271 Restore compatibility of build script with Java 8 too 2019-02-18 12:31:18 +00:00
Sanne Grinovero 9d30a5a024 HHH-13271 Javadoc build failures on JDK 12 2019-02-18 11:43:27 +00:00
Sanne Grinovero 758ca53742 HHH-13272 Upgrade to Byte Buddy 1.9.10 2019-02-17 22:01:05 +00:00
Vlad Mihalcea d158762144 HHH-13229 - Sequences in MariaDB doesnt work on existing sequence 2019-01-31 16:57:41 +02:00
Vlad Mihalcea 76981d97a8 HHH-13202 - Add support for PostgreSQL "GENERATED BY DEFAULT AS IDENTITY"
HHH-13106 - Hibernate fails with Schema-validation: missing sequence
2019-01-24 11:07:27 +02:00
Guillaume Smet cde4d998eb Prepare for next development iteration 2019-01-19 20:24:58 +01:00
Guillaume Smet 4c9985fd52 5.4.1.Final 2019-01-19 18:36:01 +01:00
Guillaume Smet 0f8fc67a39 Prepare for next development iteration 2018-12-12 23:15:19 +01:00
Guillaume Smet 7759404259 5.4.0.Final 2018-12-12 22:15:57 +01:00
Guillaume Smet 849e2a5a53 Prepare for next development iteration 2018-11-29 18:02:01 +01:00
Guillaume Smet f4aec91030 5.4.0.CR2 2018-11-29 17:24:48 +01:00
Yoann Rodière aa2648d878 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.
2018-11-23 13:39:39 +01:00
Yoann Rodière 809eec87f0 HHH-13112 Upgrade to ByteBuddy 1.9.5
... which fixes https://github.com/raphw/byte-buddy/issues/568
2018-11-23 08:06:13 +01:00
Guillaume Smet a95a48b0f1 Prepare next development iteration 2018-11-15 15:25:19 +01:00
Guillaume Smet 06da34868b 5.4.0.CR1 2018-11-15 14:47:58 +01:00
Sanne Grinovero 0f3bba6ed8 HHH-13099 Update to Byte Buddy 1.9.4 2018-11-13 22:24:12 +00:00
Guillaume Smet bc6289e0b8 HHH-13092 Upgrade Hibernate Commons Annotations to 5.1.0.Final 2018-11-09 12:55:06 +01:00
Guillaume Smet 509f6fed10 HHH-13091 Upgrade Ehcache 2 to 2.10.6 and Ehcache 3 to 3.6.1 2018-11-08 15:13:45 +01:00
Guillaume Smet 12d34965ff HHH-13075 Upgrade Javassist to 3.24.0-GA 2018-11-05 11:03:26 +01:00
Guillaume Smet df12675150 HHH-13074 Upgrade ByteBuddy to 1.9.3 2018-11-05 10:41:43 +01:00
Guillaume Smet 1d62d4aaf0 HHH-13039 Upgrade Agroal to 1.3 2018-10-22 17:44:28 +02:00
Yoann Rodière 653b123276 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.
2018-10-17 11:50:45 +02:00
Yoann Rodière 165cc74fb5 HHH-12990 Remove now unnecessary dependencies to JSR-250 when using jpamodelgen
The previous commit ensured we don't need them anymore.
2018-10-17 11:50:45 +02:00
Yoann Rodière 68e20f4f8b HHH-12946 Target JDK11 instead of JDK10 in terms of JDK API compatibility 2018-10-17 11:43:03 +02:00
Yoann Rodière 0924138b75 HHH-12946 Upgrade to fobiddenapis 2.6 (compatible with JDK11) 2018-10-17 11:43:03 +02:00
Yoann Rodière 2daa3811c6 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.
2018-10-17 11:43:03 +02:00
Yoann Rodière 51ab9f744d HHH-12946 Add explicit dependencies to JAXB APIs where relevant 2018-10-17 11:43:03 +02:00
Yoann Rodière 2b3a5e5a2e 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.
2018-10-17 11:43:03 +02:00
Yoann Rodière 530ab1569e HHH-12946 Use constants for JAXB dependencies instead of inline strings
We may have to update these dependencies, let's make it easy.
2018-10-17 11:43:03 +02:00
Fabio Massimo Ercoli 17804ce4e7 HHH-13013 Upgrade Arquillian versions 2018-10-16 15:31:49 +02:00
Fabio Massimo Ercoli 84259292b2 HHH-13013 Upgrade WildFly version 2018-10-16 15:31:49 +02:00
Guillaume Smet 7615df2ddf HHH-13038 Upgrade ByteBuddy to 1.9.2 2018-10-16 15:10:00 +02:00
Guillaume Smet e4aecf7d4f HHH-13036 Upgrade HikariCP to 3.2.0 2018-10-16 12:06:00 +02:00
Guillaume Smet 1f27e1f45a HHH-13037 Upgrade Vibur to 22.2 2018-10-16 12:06:00 +02:00
Guillaume Smet 8a6d5e711a HHH-13035 Upgrade Agroal to 1.2 2018-10-16 12:06:00 +02:00
Guillaume Smet 8c00814dbe HHH-13033 Upgrade ByteBuddy to 1.9.1 2018-10-16 10:28:44 +02:00
Guillaume Smet 6dd6ac041d HHH-13034 Upgrade Hibernate Validator test dependency to 6.0.13.Final 2018-10-16 10:26:29 +02:00
Vlad Mihalcea a5138621a6 HHH-12368 - java.sql.SQLFeatureNotSupportedException in LobCreatorBuilderImpl 2018-10-12 13:06:23 +03:00
Sanne Grinovero 4dac6dbe3b HHH-13018 Upgrade to Hibernate Commons Annotations 5.0.5.Final 2018-10-09 10:40:01 +01:00
Sanne Grinovero fcb65c075e HHH-13006 Upgrade to Gradle 4.10.2 2018-10-03 10:44:50 +02:00
Sanne Grinovero 297690bb0d HHH-13007 No longer use net.bytebuddy.experimental=true when testing on JDK11 2018-10-02 17:33:21 +02:00
Guillaume Smet 63b5df4096 HHH-13005 Upgrade to ByteBuddy 1.9.0 2018-10-02 14:36:02 +02:00
Guillaume Smet 6e9c1893a1 HHH-12939 - Database name not quoted at schema update 2018-10-01 11:19:30 +03:00
Karel Maesen b3e56a5db7 HHH-12144 - Upgrade JTS spatial library to 1.16 2018-09-19 20:09:44 +02:00
SirWayne e66da8af00 HHH-12964 - Upgrade to dom4j 2.1.1 2018-09-10 09:40:44 +03:00
Sanne Grinovero 4eb726ef4c HHH-12950 Use the Annotation Processor specific scopes of Gradle 2018-09-04 23:02:26 +01:00
Sanne Grinovero 293acd048c HHH-12949 Upgrade to Gradle 4.10 2018-09-04 22:42:36 +01:00
Vlad Mihalcea 440a2ef490 HHH-12929 - Add AtomikosJtaPlatform implementation 2018-09-03 17:17:09 +03:00
Guillaume Smet cac2cd057b 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 00:33:55 +02:00
Guillaume Smet 954dd20be0 HHH-12909 Upgrade ByteBuddy to 1.8.17 2018-08-13 17:31:47 +02:00
Sanne Grinovero 8a8685d98e HHH-12884 Upgrade to Gradle 4.9 2018-08-08 10:57:59 +01:00
Sanne Grinovero c1603f30c7 HHH-12887 Remove direct dependency on ASM 2018-08-06 23:49:02 +01:00
Guillaume Smet 0e2657d0bb HHH-12877 Upgrade ByteBuddy to 1.8.15 2018-08-02 00:00:29 +02:00
Guillaume Smet 2733a3cb09 HHH-12816 Enable the experimental features of ByteBuddy when building with JDK 11 2018-07-17 19:33:06 +02:00
Guillaume Smet 4d057eab2f 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-15 15:02:50 +02:00
Guillaume Smet 3abb6805b6 HHH-12805 Upgrade Mockito to 2.19.1 2018-07-14 11:59:53 +02:00
Guillaume Smet 972a79d448 HHH-12803 Upgrade ByteBuddy to 1.8.13 2018-07-14 11:43:28 +02:00
Sanne Grinovero c424583d8e HHH-12799 Enforce version alignment of Mockito and ByteBuddy dependencies 2018-07-12 16:19:57 +01:00
Sanne Grinovero c063b310b4 HHH-12789 Upgrade to Mockito 2.19.0 2018-07-11 10:01:16 +02:00
Guillaume Smet c5d97e4e23 HHH-12781 Update Javassist dependency to 3.23.1 2018-07-11 09:52:31 +02:00
Guillaume Smet 35806c9dcb master is now 5.4 2018-07-05 16:15:12 +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