Commit Graph

19954 Commits

Author SHA1 Message Date
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
Andrea Boriero 49886d1fd5 HHH-18610 SQLGrammarException: Unable to find column position by name: TYPE when using Single Table Inheritance with a strict JDBC driver such as PostgreSQL 2024-11-27 15:46:44 +01:00
Andrea Boriero cd47e91900 HHH-18610 Add test for issue 2024-11-27 15:46:44 +01:00
Čedomir Igaly 8b517c50f3 HHH-18881 Implement fromEncodedString as inverse of appendEncodedString 2024-11-27 14:36:51 +01:00
Čedomir Igaly a93e8e6e20 HHH-18881 Modified test case from Jira issue 2024-11-27 14:36:51 +01:00
Gavin King 26bbaac090 HHH-12866 test showing problem is fixed
original author of test was @jedichenbin
2024-11-27 08:22:53 +00:00
Steve Ebersole 7632220f3d HHH-18861 - Improve GitHub release announcement body for automated releases 2024-11-26 16:37:54 -06:00
Marco Belladelli 672922b526
Fix some unused imports causing spotless check failures 2024-11-26 18:45:31 +01:00
Andrea Boriero 26bcbb2e50 HHH-18323 Add test for issue 2024-11-26 14:09:42 +01:00
Gavin King 52c80afd0f use isBlank() instead of isEmpty() to better handle blank annotation values
especially blank column names
2024-11-25 23:39:34 +00:00
Gavin King 5383c81d18 fix capitalization in a title 2024-11-25 23:39:34 +00:00
Gavin King bd33665cc7 some minor cleanups in InFlightMetadataCollectorImpl 2024-11-25 23:39:34 +00:00
Gavin King 16141487d5 HHH-14519 improve error message
fix by @karge-itestra Tassilo Karge
2024-11-25 23:39:34 +00:00
Marco Belladelli ceb7e565fe
HHH-18799 Temporarily skip XML embeddable tests on Oracle 23+ 2024-11-25 12:21:44 +01:00
Gavin King 0bb48c196c fix capitalization in a title 2024-11-24 22:52:09 +01:00
Gavin King 53922d31b3 HHH-15228 test showing round() works with BigDecimal 2024-11-24 22:52:09 +01:00
Gavin King 030e1fdc25 simplify code examples by using conveniences of HibernatePersistenceConfiguration 2024-11-24 11:22:06 +01:00
Gavin King 438b9bdc85 add an API note to HibernatePersistenceConfiguration 2024-11-24 11:22:06 +01:00
Gavin King 55993576e4 add two more convenience operations to HibernatePersistenceConfiguration 2024-11-24 11:22:06 +01:00
Gavin King 204f53d3ba unbreak Configuration.mergeProperties()
I broke this two years ago, but nobody ever noticed since it has no callers
2024-11-24 11:22:06 +01:00
Gavin b8ed5ad185 add some typesafe + varargs operations to Configuration
to improve getting started experience
2024-11-24 11:22:06 +01:00
Gavin King 10935e1c33 javadoc improvements 2024-11-23 22:47:21 +01:00
Gavin King ddeaffc917 light refactoring of EventEngine and CallbacksFactory 2024-11-23 22:47:21 +01:00
Gavin King 9442f4da19 HHH-12997,HHH-9897 throw meaningful error for @JoinFomula with @OneToMany 2024-11-23 22:01:52 +01:00
Gavin King 8a21303789 add some 'final' annotations 2024-11-23 17:31:16 +01:00
Gavin King 6dd5c3f2b7 HHH-14416 tolerate the user mangling the id of a removed object
particularly in the case where this occurred as a result of identifier rollback
2024-11-23 17:31:16 +01:00