Commit Graph

4921 Commits

Author SHA1 Message Date
Steve Ebersole d201b0b22d HHH-13948 EnhancedSetterImpl should define writeReplace 2022-04-29 11:26:08 +01:00
Andrea Boriero 2af37a788f HHH-14843 Adding a test for the issue 2022-04-29 11:25:59 +01:00
Andrea Boriero 0c47e99eb4 HHH-14819 Add test for issue 2022-04-08 09:34:07 +02:00
Andrea Boriero a31617f0e9 HHH-14649 Oracle limit handler create wrong sql query when multiple spaces are present in the query
(cherry picked from commit 8002b188bb)
2022-04-08 09:34:07 +02:00
Andrea Boriero d13ed4b984 HHH-14649 Add test for issue
(cherry picked from commit bbc2ecb484)
2022-04-08 09:34:07 +02:00
Andrea Boriero 75a00df126 HHH-14624 Oracle from version 12 started supporting the syntax for pagination
(cherry picked from commit 422b80b80d)
2022-04-08 09:34:07 +02:00
Andrea Boriero 120d17dcb4 HHH-14624 add test
(cherry picked from commit 2952b60cc3)
2022-04-08 09:34:07 +02:00
Steve Ebersole cf1bf5f823 HHH-15106 - fk() HQL function 2022-04-08 09:25:44 +02:00
Yoann Rodière 367ec2f276 HHH-14635 Upgrade to log4j 2 2021-12-13 12:45:06 +00:00
Yanming Zhou a396c89322 HHH-14229 Fix unexpected foreign key creation
before this commit, foreign key is created even ConstraintMode.NO_CONSTRAINT present on the @ManyToOne side
2021-12-06 09:37:13 +01:00
Sanne Grinovero 9564ce32de HHH-14540 Maintain strict API backwards compatibility 2021-11-16 19:01:31 +00:00
Chris Cranford 06a8158fb7 HHH-14540 Don't share session-scoped interceptors with temp session 2021-11-16 19:01:22 +00:00
Gail Badner 0184d7e9b4 Revert "HHH-14624 add test"
This reverts commit 92fe27df85.
2021-09-29 09:17:46 -07:00
Gail Badner fde16235c3 Revert "HHH-14624 Oracle from version 12 started supporting the syntax for pagination"
This reverts commit 06abf32163.
2021-09-29 09:17:28 -07:00
Gail Badner 0171dd28cc Revert "HHH-14649 Add test for issue"
This reverts commit 8f21f9d701.
2021-09-29 09:17:07 -07:00
Gail Badner c5bc1f2884 Revert "HHH-14649 Oracle limit handler create wrong sql query when multiple spaces are present in the query"
This reverts commit 31ac883f36.
2021-09-29 09:16:45 -07:00
Andrea Boriero 31ac883f36 HHH-14649 Oracle limit handler create wrong sql query when multiple spaces are present in the query
(cherry picked from commit 8002b188bb)
2021-09-28 19:09:52 -07:00
Andrea Boriero 8f21f9d701 HHH-14649 Add test for issue
(cherry picked from commit bbc2ecb484)
2021-09-28 19:09:52 -07:00
Andrea Boriero 06abf32163 HHH-14624 Oracle from version 12 started supporting the syntax for pagination
(cherry picked from commit 422b80b80d)
2021-09-28 19:09:52 -07:00
Andrea Boriero 92fe27df85 HHH-14624 add test
(cherry picked from commit 2952b60cc3)
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 2c16f09195)
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
Sanne Grinovero e82861bfb1 HHH-14787 Upgrade to Javassist 3.27.0-GA 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 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
Andrea Boriero 8c66c83ef0 HHH-14608 Merge causes StackOverflow when JPA proxy compliance is enabled
(cherry picked from commit 8b02aaf5a8)
2021-07-15 23:03:35 -07:00
Andrea Boriero 4783ef11f0 HHH-14608 Add test for issue
(cherry picked from commit 8dcf6f983b)
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 a7261ad053)
2021-07-15 15:26:08 -07:00
Gail Badner 8b21120e95 HHH-13875 : Added test cases
(cherry picked from commit b060b21851)
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 563758669a)
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 3218f6cc7d)
2021-07-15 15:26:08 -07:00
Gail Badner f0117e8874 HHH-12436 : Added test cases
(cherry picked from commit 925c737096)
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 8535adc057)
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 bf6f105c41)
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 662f6b2b53)
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 41e49725ae)
2021-07-15 15:26:08 -07:00
Chris Cranford 92f41e41f6 HHH-12320 HHH-12975 - Added test cases.
(cherry picked from commit 9022085f5c)
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 dae2c73f83)
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 23055fb6ce)
2021-06-04 11:17:02 -07:00
Andrea Boriero 2f0504853a HHH-14616 Oprimistic Lock throws org.hibernate.exception.SQLGrammarException: could not retrieve version
(cherry picked from commit 1b50cfaea1)
2021-06-04 11:17:02 -07:00
Andrea Boriero 755f4ef6b6 HHH-14616 Add test for issue
(cherry picked from commit 2a571aeb40)
2021-06-04 11:17:02 -07:00