Skip to content

Commit 53889db

Browse files
committed
Pre-steps for release : 6.0.0.Final
1 parent 6180e94 commit 53889db

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

changelog.txt

+40
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,46 @@ Hibernate 6 Changelog
33

44
Note: Please refer to JIRA to learn more about each issue.
55

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+
646
Changes in 6.0.0.CR2 (March 09, 2022)
747
------------------------------------------------------------------------------------------------------------------------
848

gradle/version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hibernateVersion=6.0.0-SNAPSHOT
1+
hibernateVersion=6.0.0.Final

0 commit comments

Comments
 (0)