Skip to content

Commit

Permalink
5.6.11.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Hibernate-CI committed Aug 30, 2022
1 parent 52f39f8 commit 0be6e7d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@ Hibernate 5 Changelog

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

Changes in 5.6.11.Final (August 30, 2022)
------------------------------------------------------------------------------------------------------------------------

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

** Bug
* [HHH-15468] - contributor-build.yml has no explicit permissions set
* [HHH-15454] - Primitive type requested from tuple throws exception
* [HHH-15440] - @OneToOne and @OptimisticLock(excluded = true) not working correctly
* [HHH-15425] - org.hibernate.QueryException: could not resolve property is thrown when Hibernate criteria tries to select the id of an association annotated with @NotFound
* [HHH-15359] - The entity returned by a merge doesn't contain @ManyToMany relation when the collection resides in @Embeddable
* [HHH-15100] - Limitation of metamodel imports cache causes severe performance drops in large projects

** Improvement
* [HHH-15466] - Compatibility with Jandex 3.0.0

** Task
* [HHH-15451] - Upgrade PostgreSQL JDBC driver to 42.5.0
* [HHH-15388] - Upgrade to Micrometer 1.9.3


Changes in 5.6.10.Final (July 07, 2022)
------------------------------------------------------------------------------------------------------------------------

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

0 comments on commit 0be6e7d

Please sign in to comment.