Commit Graph

19979 Commits

Author SHA1 Message Date
Andrea Boriero 2a70f069ad HHH-17838 @OneToOne relationship + @Embeddable keys + FetchType.LAZY fail 2024-12-03 18:07:37 -06:00
Andrea Boriero 406ab5bd4f HHH-17838 Add test for issue 2024-12-03 18:07:37 -06:00
Gavin King 1a5db3bf42 HHH-18892 add hex() function 2024-12-03 23:16:28 +01:00
Gavin King c73a12ced6 HHH-18892 document hash function support 2024-12-03 21:10:19 +01:00
Gavin King 5a8db1caa3 HHH-18892 add test for md5() function 2024-12-03 21:10:19 +01:00
Gavin King b36ee674ca HHH-18892 add sha() and md5() functions to HQL 2024-12-03 19:43:31 +01:00
Marco Belladelli 5b3770e289 HHH-18906 Allow unsupported enhancement strategy in hibernate testing 2024-12-03 11:36:01 +01:00
Gavin King cf5b2955db add links to connection pool doc 2024-12-03 08:53:11 +01:00
Gavin King 650a5753e6 update migration guide to reflect removal of Vibur + Proxool 2024-12-03 08:53:11 +01:00
Gavin King 5efd37a4d8 HHH-18902 completely remove Vibur
it has not been updated in 5 years
2024-12-03 08:35:29 +01:00
Gavin King 90ff5e712a HHH-18902 completely remove Proxool
it has not been updated in 20 years!
2024-12-03 08:35:29 +01:00
Gavin King 724212bd5d update Validator to 9 2024-12-02 13:33:54 +01:00
Čedomir Igaly cbad5bf4ae HHH-18274 Fixed spotless check errors 2024-12-02 10:53:17 +01:00
Cedomir Igaly aeb7601ac9 HHH-18274 Properly resolving Java type in binary and unary expressions 2024-12-02 10:53:17 +01:00
Cedomir Igaly 63e90a3dcb HHH-18274 Test similar to org.hibernate.orm.test.query.hql.instantiation.InstantiationWithGenericsTest,
but testing different operations using generic field overridden in subclass

Test class org.hibernate.orm.test.query.hql.instantiation.InstantiationWithGenericsExpressionTest is derived from
org.hibernate.orm.test.query.hql.instantiation.InstantiationWithGenericsTest by adding test cases for
binary and unary expressions, and function call.
2024-12-02 10:53:17 +01:00
Marco Belladelli aef0fdb996
Fix missing newline causing spotless check failure 2024-12-02 09:47:49 +01:00
Gavin King d5b7289686 remove deprecated/obsolete Dialect-related stuff 2024-12-01 16:25:32 +01:00
Gavin King 2a4f4304c7 remove deprecated and very ugly member of @Cache 2024-12-01 16:25:32 +01:00
Gavin King 05852b706f
more cleanups to dependencies (#9354) 2024-12-01 13:37:51 +01:00
Gavin King dbbe61c5a0 minor cleanups to ServiceRegistryImpls 2024-11-30 22:31:17 +01:00
Gavin King 985740ecb9 more dependency updates for H7 2024-11-30 20:12:03 +01:00
Gavin King afa2b33d57 disable tests which failed after dependency upgrades
(nothing serious)
2024-11-30 17:21:12 +01:00
Gavin King 687e5cdd0e remove unnecessary casts 2024-11-30 17:21:12 +01:00
Gavin King 5f516cb350 remove weird/unnecessary dependency to xapool 2024-11-30 17:21:12 +01:00
Gavin King 18d7bdc71c update dependencies for H7 release 2024-11-30 17:21:12 +01:00
Gavin King c802501a0a try to fix two CI failures from new tests 2024-11-30 17:21:12 +01:00
Gavin King e14ead0c0f HHH-16516 don't quote $ unnecessarily
it's only needed on HSQLDB

and remove unnecessary logging
2024-11-29 20:35:32 +01:00
Gavin King 6be5d52eb8 HHH-16054 add test showing issue fixed 2024-11-29 16:28:32 +01:00
Gavin King 297db578cc refactorings to EntityType, minor code cleanups to ManyToOneType 2024-11-29 14:06:25 +01:00
Gavin King 817f62963e minor code cleanups to Identifier 2024-11-29 14:06:25 +01:00
Gavin King 38fb68a57c correctly describe automatic quoting in doc 2024-11-29 14:06:25 +01:00
Marco Belladelli d433133946 HHH-18709 Use path to infer criteria value-bind parameter type on `set` 2024-11-29 08:23:18 +01:00
Marco Belladelli 2fa1765f5c HHH-18709 Add test for issue 2024-11-29 08:23:18 +01:00
Gavin King e0c95b77d6 HHH-13932 add test showing issue fixed 2024-11-29 07:39:39 +01:00
Gavin King 78cd996037 fix @DialectOverrides.SQLRestrictions
and add a test
2024-11-29 06:23:15 +01:00
Gavin King d60aa27e7c HHH-18810 expose impliedJavaType of BasicValue 2024-11-28 19:45:39 +01:00
Gavin King 79aa178047 HHH-16516 rework CamelCaseToUnderscoresNamingStrategy and handle quoted identifiers 2024-11-28 14:36:32 +01:00
Andrea Boriero b6ee7918e7 HHH-18069 NullPointerException when unioning partition results 2024-11-28 10:37:40 +01:00
Andrea Boriero 9ed11194a2 HHH-18069 - Add test 2024-11-28 10:37:40 +01:00
Jan Schatteman 7ca9d0aeed HHH-18069 - Add test
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-11-28 10:37:40 +01:00
Marco Belladelli d723ff01d8 HHH-18872 Resolve concrete entity name when initializing lazy to-ones 2024-11-28 09:36:25 +01:00
Marco Belladelli 3cfa7c7b00 HHH-18872 Rename and cleanup test 2024-11-28 09:36:25 +01:00
gtoison 107e426f0f HHH-18872 Test reproducing the issue 2024-11-28 09:36:25 +01:00
Gavin King 1287d93a5b HHH-15102 allow -- style comments in native SQL query 2024-11-27 22:35:32 +00:00
Sanne Grinovero 39f5946bd3 HHH-18875 Remove the related GraalVM reflective registrations 2024-11-27 21:22:07 +00:00
Sanne Grinovero 3d0545e2a8 HHH-18875 Avoid using the deprecated constructors of StandardStack 2024-11-27 21:22:07 +00:00
Sanne Grinovero 76b31050f1 HHH-18875 Avoid need for refletive registrations triggered by StandardStack's custom implementation 2024-11-27 21:22:07 +00:00
Gavin King 61d0a81231 two minor changes 2024-11-27 18:47:42 +00:00
Gavin King f9d2e8e974 HHH-18883 fix for TransientObjectException 2024-11-27 18:47:42 +00:00
Davide D'Alto 1fe23ae2ed HHH-18854 - Changes for Hibernate Reactive 3.0 integration 2024-11-27 09:20:30 -06:00