Commit Graph

13136 Commits

Author SHA1 Message Date
marko-bekhta 58d2239d85 Do not rely on expressly for Hibernate Validator message interpolation 2024-12-12 17:01:38 +01:00
Rguihard 4b52bff090 HHH-18916: regex completion
According to mysql and postgresql, add "cross" and "full" keywords in the regex
https://dev.mysql.com/doc/refman/8.4/en/join.html
https://www.postgresql.org/docs/current/queries-table-expressions.html#id-1.5.6.6.5.6.4.3.1.1
2024-12-12 16:52:56 +01:00
Rguihard a03d22190d HHH-18916 - extends addQueryHints behavior
QUERY_PATTERN regex handles queries with natural, left/right, inner/outer join

Add unit test to check existing behavior
2024-12-12 16:52:56 +01:00
Christian Beikov 32d1455326 Fix ReSaveReferencedDeletedEntity for CockroachDB and HANA 2024-12-12 14:20:11 +01:00
Christian Beikov e93a07b4f9 Only cast LONG32 to text on PG to avoid type comparison related issues 2024-12-12 14:20:11 +01:00
Gavin King fc58d614d6 improve documentation of stats.spi 2024-12-12 11:44:28 +01:00
Dmitriy Churilov 7780b74c21 HHH-13790 Temporary session not being closed 2024-12-12 11:34:33 +01:00
Réda Housni Alaoui 27aff6eb01 HHH-18371 JDBC connection acquisition failure can lead to query cache corruption 2024-12-12 11:32:30 +01:00
Gavin King ea202ebbfb code cleanups to MappingMetamodelImpl 2024-12-12 01:05:46 +01:00
Gavin King 1c93f10adf update SessionFactory javadoc 2024-12-12 01:05:46 +01:00
Čedomir Igaly 816b29d390 HHH-18894 Create and return new EnumJavaType object if class name represents enum that is not currently known 2024-12-11 15:51:27 +01:00
Čedomir Igaly 78e6d632f2 HHH-18894 Simplified test case selecting (non-managed) enum constant as column 2024-12-11 15:51:27 +01:00
Gavin King b8a6097f5b treat empty/blank @DiscriminatorValue literally
the spec doesn't say it can't be empty, and so I think this
is the most natural interpretation
2024-12-11 14:00:10 +01:00
Gavin King 6cfcee5e4b log warnings when settings are ignored for Datasource 2024-12-11 11:33:08 +01:00
Andrea Boriero 0531454f88 HHH-15186 Add test showing the issue has been resolved 2024-12-11 11:26:28 +01:00
Marco Belladelli e38ae96acf HHH-18868 Cleanup tests and mapper-supers identifier mapper check 2024-12-11 09:49:29 +01:00
Čedomir Igaly 8129ca011a HHH-18868 Simplified ID property check 2024-12-11 09:06:15 +01:00
Čedomir Igaly 81a7a20c78 HHH-18868 Renamed test classes 2024-12-11 09:06:15 +01:00
Čedomir Igaly 2e583d556d HHH-18868 ID and version properties are handled separately, do not process them twice 2024-12-11 09:06:15 +01:00
Čedomir Igaly be2551154f HHH-18868 Adapted test case from https://hibernate.atlassian.net/browse/HHH-18868 2024-12-11 09:06:15 +01:00
Gavin King bb8aabbf0a improve jdoc for some JdbcSettings and deprecate one of them 2024-12-10 17:02:09 +01:00
Andrea Boriero 87bab93d05 HHH-14533 Add test for issue 2024-12-10 15:30:11 +01:00
Marco Belladelli 0ee78b52f6 HHH-18903 HHH-18904 Improve accessor methods check during enhancement 2024-12-10 10:41:40 +01:00
Marco Belladelli 5b981404a2 HHH-18903 HHH-18904 Add test for issue 2024-12-10 10:41:40 +01:00
Čedomir Igaly c21568f77c HHH-18869 Override Dialect.equivalentTypes in MariaDBDialect to return true for JSON vs LONGTEXT
See https://mariadb.com/kb/en/json-data-type/
2024-12-09 18:05:12 +01:00
Čedomir Igaly de8a565293 HHH-18869 Test case for Jira issue https://hibernate.atlassian.net/browse/HHH-18869 2024-12-09 18:05:12 +01:00
Andrea Boriero efb62c7365 HHH-14349 Add test showing the issue has been solved 2024-12-09 15:49:19 +01:00
Scott Marlow 8af90ca921 HHH-18917 Follow all of the JavaBeans rules in enhance/internal/bytebuddy/EnhancerImpl when checking if a class can be enhanced
Signed-off-by: Scott Marlow <smarlow@redhat.com>
2024-12-09 10:33:19 +01:00
Andrea Boriero 4ebbf5b36d HHH-13377 Lazy loaded properties of bytecode enhanced entity are left stale after refresh of entity 2024-12-09 09:45:37 +01:00
Andrea Boriero ad5855f4b1 HHH-13377 Add test for issue 2024-12-09 09:45:37 +01:00
Gavin King 02cf728bcb median function documentation, improve test 2024-12-07 17:01:15 +01:00
Andrea Boriero fa772e5cc8 HHH-13765 Add test showing the issue has been solved 2024-12-07 14:09:08 +01:00
Andrea Boriero dd0b1b27aa HHH-14244 Add test showing the issue has been solved 2024-12-06 19:29:31 +01:00
Čedomir Igaly 045b722c8d HHH-18787 Contribute type using returnedClass().getTypeName() instead of returnedClass().getName() 2024-12-06 18:05:42 +01:00
Čedomir Igaly 1082ae24dd HHH-18787 Test case 2024-12-06 18:05:42 +01:00
Gavin King 928799d5bd improve the javadoc headers of the main dialects
- fix the incorrect version numbers
- add links to docs
2024-12-06 14:39:04 +01:00
Andrea Boriero b03cbb4cdd HHH-13943 Add test showing the issue has been solved 2024-12-06 13:12:45 +01:00
Jan Schatteman 244a6dcc00 HHH-14340 - Add test
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-12-05 21:45:09 +01:00
Čedomir Igaly 445f95fb62 HHH-18829 Main:
- Hibernate Processor - create ID class in meta data class if entity class with more than
          one ID component is not annotated with @IdClass; property order must be preserved
    - Hibernate Core - if entity class has more than one ID component, but is not annotated with @IdClass
          entity binder should try to use ID class from metamodel if generated
2024-12-05 19:31:53 +01:00
Čedomir Igaly b9351cffc6 HHH-18829 Test:
- Hibernate Processor - generate ID class in metadata class if entity not annotated with @IdClass;
          order of record components must match order of properties in entity class
    - Hibernate Core - check if ID class has been properly generated with preserved order of components
    - Annotated existing test entity classes with @Exclude when ID class can not be generated without causing compilation errors
2024-12-05 19:31:53 +01:00
Jan Schatteman 58a4a4dd73 HHH-953 / HHH-15667 Test cases for these issues
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-12-04 23:56:36 +01:00
Jan Schatteman 23109af6e4 HHH-1914 - test case for UnsupportedOperationException upon merge of unmodifiable collection
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-12-04 20:17:50 +01:00
Čedomir Igaly dcdeb04a13 HHH-18693 Test case with inner classes
Test case for Jakarta Data processing with inner classes
          Changed existing test class to properly check generated metamodel class
          @Exclude-ing "troublemakers" with illegal URI character(s) in entity name
2024-12-04 20:05:05 +01:00
Čedomir Igaly 5cc79fbd38 HHH-18384 Changes after PR comments 2024-12-04 17:39:15 +01:00
Čedomir Igaly f5696f9f67 HHH-18384 Inheritance hierarchy must be followed 2024-12-04 17:39:15 +01:00
Čedomir Igaly d3f5b98249 HHH-18384 Preserving order of @Id annotated elements while adding to list before other elements 2024-12-04 17:39:15 +01:00
Čedomir Igaly 7cc928dbf4 HHH-18384 Removing @FailureExpected annotation from test case 2024-12-04 17:39:15 +01:00
Andrea Boriero e53ff58381 HHH-18692 Hibernate attempts to close batched statements multiple times 2024-12-04 14:33:54 +01:00
Andrea Boriero b5c4f462ae HHH-18692 Add test for issue 2024-12-04 14:33:54 +01:00
Gavin King a83b08abc0 improve format of second-level cache log messages 2024-12-04 12:21:44 +01:00
Gavin King 1405fb1f6a HHH-18907 tests for the format of log messages are just annoying
tests should break when there is a bug; they should never break
when we make trivial aesthetic changes
2024-12-04 07:17:15 +01:00
Gavin King aae5333dc4 HHH-18907 improve how statistics are logged 2024-12-04 07:17:15 +01:00
Gavin King c9fa8aabab HHH-18907 fix weird way of enabling logging of session metric
hibernate.session.events.log is now obsolete

also deprecate obsolete BaseSessionEventListener class
2024-12-04 07:17:15 +01:00
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 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
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
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 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 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
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