Skip to content

Commit

Permalink
Pre-steps for release : 6.5.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Hibernate-CI committed Apr 25, 2024
1 parent 986d439 commit cd57311
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@ Hibernate 6 Changelog

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

Changes in 6.5.0.Final (April 25, 2024)
------------------------------------------------------------------------------------------------------------------------

https://hibernate.atlassian.net/projects/HHH/versions/32276

** Bug
* [HHH-17994] - NPE in MavenPlugin when no classes filter specified
* [HHH-17983] - StackOverflowError on 6.5.CR2 with @Proxy(lazy=false), @BatchSize and @ManyToOne
* [HHH-17975] - Envers revision cannot be found when the lookup is made based on an Instant
* [HHH-17965] - @ElementCollection with @CollectionTable throws o.h.MappingException Foreign key must have same number of columns as the referenced primary key
* [HHH-17964] - Hibernate using wrong column order for ElementCollection query when composite ID is present
* [HHH-17174] - Teradata Dialect Issue Above Version 14

** Improvement
* [HHH-17999] - Avoid runtime reflection for org.hibernate.jdbc.Expectation
* [HHH-17993] - Metamodel processing on bootstrap: avoid retrying same metamodel class name multiple times
* [HHH-17991] - Reduce overhead from @DialectOverride discovery
* [HHH-17988] - MetadataContext should consistently use ClassLoaderService
* [HHH-17987] - Improve allocation rate of ReflectHelper#setterMethodOrNull
* [HHH-17980] - Excessive contention during getter identification in the ByteBuddy enhancer

** Task
* [HHH-17951] - Deprecate Size.LobMultiplier for removal


Changes in 6.5.0.CR2 (April 12, 2024)
------------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion gradle/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hibernateVersion=6.5.0-SNAPSHOT
hibernateVersion=6.5.0.Final

0 comments on commit cd57311

Please sign in to comment.