Commit Graph

20104 Commits

Author SHA1 Message Date
Steve Ebersole 60ff229ca1 HHH-18912 - Fix ORM release process 2024-12-05 00:51:36 -06:00
Steve Ebersole 9eb6cdd786 Revert "fix release publishing"
This reverts commit a1b4773496.
2024-12-05 00:51:36 -06: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
Gavin King fdae11f791 clean up some minor formatting / code style issues 2024-12-04 22:39:16 +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 d3a1ebd0e2 HHH-18693 Changed code to allow creation of metadata for inner static non-private classes
Generaed metadate class for inner class A.B is A_.B_
2024-12-04 20:05:05 +01:00
Čedomir Igaly d91d87c516 HHH-18693 Changed name generation for metamodel classes and sources
Generated metadata for inner class A.B is A_.B_
          Path source for inner class is identical to path source for enclosing class
2024-12-04 20:05:05 +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
Čedomir Igaly a38a300a32 HHH-18868 Array annotated with one of @ManyToMany, @OneToMany, or @ElementCollection should be represented with ListAttribute, not SingularAttribute 2024-12-04 13:52:48 +01:00
Čedomir Igaly 212d4b676e HHH-18868 Test case "borrowed" from Core, slightly adapted 2024-12-04 13:52:48 +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
Steve Ebersole a1b4773496 fix release publishing 2024-12-03 22:29:47 -06:00
Steve Ebersole 11afe4781b HHH-18861 - Improve GitHub release announcement body for automated releases 2024-12-03 21:58:18 -06:00
Steve Ebersole eb01cd06ee HHH-18861 - Improve GitHub release announcement body for automated releases 2024-12-03 21:30:26 -06:00
Steve Ebersole a72d94a704 HHH-18861 - Improve GitHub release announcement body for automated releases 2024-12-03 21:24:29 -06:00
Steve Ebersole caf7f85b5f HHH-18861 - Improve GitHub release announcement body for automated releases 2024-12-03 21:19:26 -06: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 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