Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
6.0.0.Alpha2
  • Loading branch information
dreab8 committed Apr 3, 2019
1 parent f1809ef commit b71f161
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions changelog.txt
Expand Up @@ -3,6 +3,29 @@ Hibernate 5 Changelog

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

Changes in 6.0.0.Alpha2 (April 3, 2019)
------------------------------------------------------------------------------------------------------------------------

** Bug
* [HHH-13309] - Extended bean managers implementing the new interface are not correctly detected

** New Feature
* [HHH-37] - Nested instantiation using "select new"
* [HHH-13215] - ProcedureCall should implement AutoCloseable

** Task
* [HHH-11673] - Finish developing "strict JPQL compliance" checking
* [HHH-11688] - "select alias" recognition

** Improvement
* [HHH-11697] - Remove QueryTranslator and friends in preference of new SQM-based "translation"
* [HHH-11760] - Base schema-tooling on the new run-time relational model
* [HHH-11839] - Adjust OrderByFragmentTranslator based on SQM work
* [HHH-13242] - Allow usage of custom BytecodeProvider
* [HHH-13253] - Support for versioned dialect resolution against a pre-configured database name



Changes in 6.0.0.Alpha1 (December6, 2018)
------------------------------------------------------------------------------------------------------------------------

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

0 comments on commit b71f161

Please sign in to comment.