@@ -3,6 +3,46 @@ Hibernate 6 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changes in 6.0.0.Final (March 31, 2022)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/32049
10
+
11
+ ** Bug
12
+ * [HHH-15131] - JPA Compliance issue with Envers
13
+ * [HHH-15118] - PooledOptimizer generates duplicate ids when several JVMs initialize optimizer and sequence value is the initial value
14
+ * [HHH-15117] - ConstraintViolationException is thrown using same @SecondaryTable on two entities
15
+ * [HHH-15115] - Deleting an entity with Joined inheritance and default schema set is throwing and error
16
+ * [HHH-15113] - Exception setting ParameterExpressions on Update Queries
17
+ * [HHH-15111] - MappingException is thrown for @JoinColumn with referencedColumnName on a @SecondaryTable
18
+ * [HHH-15105] - Getting the CacheRegionStatistics before executing a query leads to a NPE later on
19
+ * [HHH-15098] - suboptimal/incorrect behavior when updating managed oneToMany collection on entity with naturalId
20
+ * [HHH-15091] - EntityManager.persist does not verify the existence of the one side of a many-to-one relationship, introduced 5.4.17
21
+ * [HHH-14487] - PropertyAccessStrategyMapImpl imports wrong class
22
+
23
+ ** Improvement
24
+ * [HHH-15144] - Add IncubationLogger
25
+ * [HHH-15143] - Add an "implicit naming strategy" for database structures (sequence and tables) for identifier generators
26
+ * [HHH-15138] - Remove support for Eviction Listeners in BoundedConcurrentHashMap
27
+ * [HHH-15078] - Support for Tuple and SelectionQuery
28
+ * [HHH-15055] - Document SelectionQuery and MutationQuery
29
+ * [HHH-14672] - Allow specifying CHAR-based storage for UUID mappings
30
+ * [HHH-14510] - Remove deprecated id-gen related contracts and classes
31
+ * [HHH-13135] - Add support for KEY/NO KEY locking in PostgreSQL
32
+
33
+ ** New Feature
34
+ * [HHH-14739] - Implement ILike support in 6
35
+
36
+ ** Task
37
+ * [HHH-15139] - Improvements for QueryInterpretationCache
38
+ * [HHH-15133] - Use specified result-type to better infer "shape" of query results with implicit selections
39
+ * [HHH-15132] - Improvements for NavigablePath
40
+ * [HHH-15119] - Upgrade to ByteBuddy 1.12.8
41
+ * [HHH-15107] - Update build to make tests pass against JDK19
42
+ * [HHH-14884] - More improvements to Domain Model chapter of the User Guide
43
+ * [HHH-14872] - Re-enable hibernate-gradle-plugin
44
+
45
+
6
46
Changes in 6.0.0.CR2 (March 09, 2022)
7
47
------------------------------------------------------------------------------------------------------------------------
8
48
0 commit comments