Skip to content

Commit

Permalink
5.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dreab8 committed Feb 13, 2020
1 parent 7d37e9f commit f5fe63b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions changelog.txt
Expand Up @@ -3,6 +3,23 @@ Hibernate 5 Changelog

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

Changes in 5.4.12.Final (February 13, 2020)
------------------------------------------------------------------------------------------------------------------------

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

** Bug
* [HHH-13858] - Fix Oracle failing tests
* [HHH-13859] - NPE on scanning for entities in a project having module-info.class resources

** New Feature
* [HHH-13861] - Expose the doWork() and doReturningWork() APIs on StatelessSession as well
* [HHH-13863] - Introduce a module to distribute some helpers useful to compile Hibernate ORM to GraalVM native images

** Improvement
* [HHH-13864] - Cosmetic change of format when reporting version number


Changes in 5.4.11.Final (February 07, 2020)
------------------------------------------------------------------------------------------------------------------------

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.4.12-SNAPSHOT', project )
ormVersion = new HibernateVersion( '5.4.12.Final', project )
baselineJavaVersion = '1.8'
jpaVersion = new JpaVersion('2.2')
}
Expand Down

0 comments on commit f5fe63b

Please sign in to comment.