9646 Commits

Author SHA1 Message Date
Andrea Boriero
06abf32163 HHH-14624 Oracle from version 12 started supporting the syntax for pagination
(cherry picked from commit 422b80b80d5d87c1c70a00f5c83609a9c4eaca1a)
2021-09-28 19:09:52 -07:00
Andrea Boriero
92fe27df85 HHH-14624 add test
(cherry picked from commit 2952b60cc33660c676efa7e55c7811e3431aa21b)
2021-09-28 19:09:52 -07:00
Gail Badner
71345923c5 HHH-14840 : IBM Db2 11.1 fails on TransientOverride test cases
(cherry picked from commit 2c16f09195823c671dfa27300e95c5f1a6504829)
2021-09-28 19:07:26 -07:00
Steve Ebersole
251e1fb3b3 HHH-14847 - Deprecate JMX support 2021-09-28 16:21:26 +01:00
Steve Ebersole
4c235a4a46 HHH-14845 - Deprecate JACC support 2021-09-28 13:11:25 +01:00
rmartinc
5758c9e0b5 HHH-14796 Cannot replace an existing JPQL NamedQuery with a native NamedQuery 2021-09-08 17:19:50 +01:00
Andrea Boriero
f6b1e56af5 HHH-14790 Fix Gradle build failure with JDK 11 2021-08-23 10:12:34 +02:00
Hibernate-CI
6e94d252ac 5.3.23-SNAPSHOT 2021-08-20 16:06:09 +00:00
Hibernate-CI
2a483ce1c5 5.3.22.Final 5.3.22 2021-08-20 16:02:06 +00:00
Sanne Grinovero
4fb18e27e3 HHH-14771 Upgrade to Byte Buddy 1.11.12 2021-08-20 14:06:55 +01:00
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
de9a456120 HHH-14371 Open java.base/java.lang to the unnamed module in Proxool tests
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2021-08-20 14:06:55 +01:00
Yoann Rodière
3addca2498 HHH-14371 Open java.base/java.lang to the unnamed module in javassist tests
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2021-08-20 14:06:55 +01:00
Yoann Rodière
da0d8415e6 HHH-14371 Move tests specific to Javassist to the appropriate source set
Otherwise they won't be executed with the appropriate JVM args.

Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2021-08-20 14:06:55 +01:00
Yoann Rodière
66ecd0cc67 HHH-14371 Open java.base/java.security and java/base/java.lang to the unnamed module in tests
Weld needs this, in CDI tests.

Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2021-08-20 14:06:55 +01:00
Yoann Rodière
5b23a51dac HHH-14371 Open java.base/java.nio.charset to the unnamed module in tests
NamingHelper test needs access to Charset.defaultCharset.

Signed-off-by: Yoann Rodière <yoann@hibernate.org>
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
3ca80e2270 HHH-14370 Add --add-opens options required for Gradle
In order to work around illegal accesses in Gradle.

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
c73ea9e0dc HHH-14371 Add --add-opens options required for Gradle plugin tests
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2021-08-20 14:06:55 +01:00
Yoann Rodière
c6446a89ba HHH-14370 Add --add-opens options required for Gradle
In order to work around illegal accesses in Gradle.

Signed-off-by: Yoann Rodière <yoann@hibernate.org>
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 5.3.21 2021-07-16 13:03:00 -07:00
Andrea Boriero
8c66c83ef0 HHH-14608 Merge causes StackOverflow when JPA proxy compliance is enabled
(cherry picked from commit 8b02aaf5a8711446457665e96b69161b57026cea)
2021-07-15 23:03:35 -07:00
Andrea Boriero
4783ef11f0 HHH-14608 Add test for issue
(cherry picked from commit 8dcf6f983b18d1f5d6a6cc3d66b0f7cb84d2d935)
2021-07-15 23:03:35 -07:00
Gail Badner
b6ccfa531b HHH-13875 : Optional one-to-one does not always join the associated entity table when querying
(cherry picked from commit a7261ad0533f8cc1eabd299a62e5daef8735faae)
2021-07-15 15:26:08 -07:00
Gail Badner
8b21120e95 HHH-13875 : Added test cases
(cherry picked from commit b060b21851d0330a7d75145b6976d0a9b39c6093)
2021-07-15 15:26:08 -07:00
Gail Badner
5a4a796c57 HHH-12436 : Shorten entity names to fix test failures on Oracle
(cherry picked from commit 563758669a1a54c2f9e845da67b6aaa634ab7654)
2021-07-15 15:26:08 -07:00
Gail Badner
b419a0031b HHH-12436 - Attempted to assign id from null one-to-one property
(cherry picked from commit 3218f6cc7df4f704eef5d70cc3514856e7d6f56d)
2021-07-15 15:26:08 -07:00
Gail Badner
f0117e8874 HHH-12436 : Added test cases
(cherry picked from commit 925c7370960780bd7ba57b5e5c65dd84c14e746a)
2021-07-15 15:26:08 -07:00
Jan-Willem Gmelig Meyling
7e73de1cc9 HHH-12842 : Remove invalid workaround from ea77c1f for isNullable regression from 2bfe300
(cherry picked from commit 8535adc05736e9ae93d818d9aff25bf9255a1bbd)
2021-07-15 15:26:08 -07:00
Jan-Willem Gmelig Meyling
b53ce90255 HHH-12842 - Test that shows @OneToOne will be lazily loaded again
(cherry picked from commit bf6f105c41b08cba73e608abaeccd2a54bab4220)
2021-07-15 15:26:08 -07:00
Jan-Willem Gmelig Meyling
f21e8c64c3 HHH-12842 - Pass OneToOne constrained to determine nullability of type
(cherry picked from commit 662f6b2b533e6f3651a7d475859927f2d495e1e8)
2021-07-15 15:26:08 -07:00
Chris Cranford
d6bc53235a HHH-12320 HHH-12975 - Make sure foreign key name/mode is set prior to building the constraint.
(cherry picked from commit 41e49725ae8e2dcb1c92c8d94b0fc404a0031b63)
2021-07-15 15:26:08 -07:00
Chris Cranford
92f41e41f6 HHH-12320 HHH-12975 - Added test cases.
(cherry picked from commit 9022085f5c48467089e74f4354ee6716d1616e99)
2021-07-15 15:26:08 -07:00
Ranabir Chakraborty
859ac47263 HHH-14697 TimePropertyTest fails on MySQL 8.0 with a ComparisonFailure 2021-07-09 10:15:17 -07:00
Andrea Boriero
2c7cbf04e0 HHH-14616 Change VERSION_COLUMN_ALIAS from v to version_
(cherry picked from commit dae2c73f83ebbca3acdf43e37a7c35158c5b2107)
2021-06-04 11:17:02 -07:00
Gail Badner
3ce531f1d6 HHH-14616 : Add test case with default hibernate.globally_quoted_identifiers (=false) and version column quoted
(cherry picked from commit 23055fb6ce26964e9f52eea72832c062fd351750)
2021-06-04 11:17:02 -07:00