Commit Graph

15911 Commits

Author SHA1 Message Date
Hibernate-CI 90d2e1eeb1 Post-steps for release : `6.2.4.Final` 2023-06-01 10:09:46 +00:00
Hibernate-CI e026bed281 Pre-steps for release : `6.2.4.Final` 2023-06-01 10:03:51 +00:00
Andrea Boriero 954c57cdaa HHH-16725 Persisting multiple entities with one-many association and composite key with ordered updates enabled fails 2023-05-31 20:19:55 +02:00
marko-bekhta 9a94af1eb4 HHH-16725 Add a test case to reproduce the issue 2023-05-31 20:19:55 +02:00
Jan Schatteman 2060ac0a9a HHH-16686 - Fix for bug in LocalTimeJavaType.unwrap()
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-05-31 20:00:51 +02:00
Jan Schatteman 0991bb911c HHH-16621 - Correct mistake in migration guide
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-05-31 17:47:59 +02:00
Andrea Boriero a72e038698 HHH-16613 @Lazy @ManyToOne @Cacheable association is retrieved as initialized 2023-05-31 17:45:32 +02:00
marko-bekhta 2d7ce54df5 HHH-16613 Add a test case to display an issue 2023-05-31 17:45:32 +02:00
Marco Belladelli 47a36f630b
HHH-16559 Disable batch fetching for dynamic instantiation queries 2023-05-31 13:52:08 +02:00
Marco Belladelli d1ec1c9306
HHH-16559 Add test for issue 2023-05-31 13:52:04 +02:00
Andrea Boriero 37d69bc976 HHH-16379 @DynamicUpdate and 'enableDirtyTracking=true' leads to wrong update statement 2023-05-31 12:18:46 +02:00
Andrea Boriero c142eeabfa HHH-16379 Add test for issue 2023-05-31 12:18:46 +02:00
Andrea Boriero c9b7750a04 HHH-16665 Add test for issue 2023-05-31 11:37:12 +02:00
Christian Beikov 1fc892c987 HHH-16465 Fix String based CTE cycle emulation 2023-05-31 10:16:04 +02:00
Andrea Boriero 3bcb04f60c HHH-16664 NPE in MappingMetamodelImpl if inheritance is used in IdClass 2023-05-31 09:44:19 +02:00
Andrea Boriero 3625fcbf11 HHH-16664 Add test for issue 2023-05-31 09:44:10 +02:00
Andrea Boriero a593c14c49 HHH-16639 Cannot load entity with EnumType identifier and batch size > 1 2023-05-31 09:39:08 +02:00
Andrea Boriero c753dcb027 HHH-16639 Add test for issue 2023-05-31 09:39:08 +02:00
Marco Belladelli 54c9c1010e
HHH-16540 Correct navigable path for embeddable valued path interpretation with plural attribute join 2023-05-30 17:50:42 +02:00
Marco Belladelli c226cf681c
HHH-16540 Add test for issue 2023-05-30 17:50:39 +02:00
Sanne Grinovero 54edf96323 HHH-16716 Expose ParameterMarkerStrategy on JDBCServices 2023-05-30 12:27:42 +01:00
Sanne Grinovero f6c10f0334 HHH-16717 Type pollution fix for ExecutableList having to implement Comparable 2023-05-30 12:27:42 +01:00
dependabot[bot] c2c874ad65 Bump com.gradle.enterprise from 3.13.2 to 3.13.3
Bumps com.gradle.enterprise from 3.13.2 to 3.13.3.

---
updated-dependencies:
- dependency-name: com.gradle.enterprise
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-30 09:22:36 +02:00
Marco Belladelli 094ac13646
HHH-16617 Add filter parameters to parameter bindings memento cache key 2023-05-29 13:44:11 +02:00
Marco Belladelli f1710fbb4f
HHH-16617 Add test for issue 2023-05-29 13:44:11 +02:00
Marco Belladelli 89c1937b43
HHH-16594 Preserve consistent query parameter processing order 2023-05-29 13:44:11 +02:00
Marco Belladelli 87867b20d2
HHH-16594 Add test for issue 2023-05-29 13:44:11 +02:00
clement 5293cdd235
HHH-16385 Ensure QueryKey is immutable and serializable 2023-05-29 13:44:10 +02:00
clement cdfa7a9bdc
HHH-16385 Add test for issue 2023-05-29 13:44:10 +02:00
Andrea Boriero 395050933f HHH-16560 Nested @Embedded within an @EmbeddedId assertion failure 2023-05-29 11:51:17 +02:00
Andrea Boriero f8a31c1baf HHH-16560 Add test for issue 2023-05-29 11:51:17 +02:00
Sanne Grinovero 4bb95b7891 HHH-16705 AttributeMappingsList should not implement Iterable 2023-05-26 17:15:15 +01:00
Sanne Grinovero 660b1801eb HHH-16687 Remove unused internal interface ComparableEntityAction 2023-05-26 15:17:48 +01:00
Sanne Grinovero 60ea8fc32d HHH-16704 Avoid iterating a LinkedHashMap during ActionQueue processing 2023-05-26 15:17:48 +01:00
Marco Belladelli 79f22d0287
HHH-16495 SemanticException for non-cross entity joins without predicate 2023-05-26 14:59:22 +02:00
Marco Belladelli 3d15041d84
HHH-16495 Add test for issue 2023-05-26 14:59:19 +02:00
Marco Belladelli d903c41414
HHH-16668 Fix SqmWindow copy of partition and order lists 2023-05-26 14:57:55 +02:00
Christian Beikov 3f54b1261b HHH-16690 Fix re-saving for unloaded deletes 2023-05-25 17:20:47 +02:00
Christian Beikov 1602057721 HHH-16691 Avoid join table joins for SqmPath in some more scenarios 2023-05-25 12:35:44 +02:00
Christian Beikov 80f2c1fe3a HHH-16658 Propagate entity name uses from predicates and subqueries properly to the upper context 2023-05-25 10:23:14 +02:00
Andrea Boriero c201a44291 HHH-16370 Using MapKey on ManyToMany leads to wrong insert SQL 2023-05-24 21:28:22 +02:00
Andrea Boriero 2b3450ecc7 HHH-16370 Add test for issue 2023-05-24 21:28:22 +02:00
Jan Schatteman 41d9d82f24 HHH-16649 - This commit effectively reverts d8bf6499 (HHH-15910), in which static remove methods were added to the Hibernate class
The reason for this is that the methods in fact don't work, since the machinery behind
them just isn't there, nor has it even been.
The CollectionSizeTest that was modified to test these new methods was
incomplete and hid this fact.

Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-05-24 20:57:59 +02:00
Sanne Grinovero 90888e764c HHH-16685 Avoid extreme cache misses on EntityPersister#implementsLifecycle() 2023-05-24 17:51:34 +01:00
Guenther Demetz 95a0781f95 HHH-16558 - Detaching an entity removes natural-id cross-reference from shared cache 2023-05-24 11:32:14 -05:00
Marco Belladelli 0aabdb189f
HHH-16532 Fix NPE for @Any association fetches 2023-05-24 17:19:46 +02:00
Marco Belladelli 43429d29ed
HHH-16532 Add test for issue 2023-05-24 17:18:58 +02:00
Marco Belladelli 6a64652f42
HHH-16543 Correct check for polymorphic root common attributes 2023-05-24 17:17:31 +02:00
Marco Belladelli 46974a9c1e
HHH-16543 Add test for issue 2023-05-24 17:17:27 +02:00
Sanne Grinovero e6eef252e4 HHH-16683 Micro optimisations for MappingMetamodelImpl.getEntityDescriptor 2023-05-24 11:58:38 +01:00