Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
5.3.9.Final
  • Loading branch information
gsmet committed Feb 25, 2019
1 parent c8545dc commit 8e1ed4f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions changelog.txt
Expand Up @@ -4,6 +4,21 @@ Hibernate 5 Changelog
Note: Please refer to JIRA to learn more about each issue.


Changes in 5.3.9.final (February 25th, 2019)
------------------------------------------------------------------------------------------------------------------------

https://hibernate.atlassian.net/projects/HHH/versions/31757/tab/release-report-done

** Bug
* [HHH-13107] - JtaWithStatementsBatchTest fails on Oracle
* [HHH-13112] - Proxies on entity types in the default package lead to MappingException with JDK9+
* [HHH-13262] - javax.persistence.TransactionRequiredException: Executing an update/delete query
* [HHH-13269] - Embeddable collection regression due to HHH-11544
* [HHH-13281] - java.lang.ClassCastException: org.hibernate.internal.SessionImpl cannot be cast to org.hibernate.ejb.HibernateEntityManager
* [HHH-13285] - ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory after dom4j update



Changes in 5.3.8.final (February 19th, 2019)
------------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion gradle/base-information.gradle
Expand Up @@ -8,7 +8,7 @@
apply plugin: 'base'

ext {
ormVersion = new HibernateVersion( '5.3.9-SNAPSHOT', project )
ormVersion = new HibernateVersion( '5.3.9.Final', project )
baselineJavaVersion = '1.8'
jpaVersion = new JpaVersion('2.2')
}
Expand Down

0 comments on commit 8e1ed4f

Please sign in to comment.