@@ -4,6 +4,42 @@ Hibernate 5.0 Changelog
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
6
7
+ Changes in 5.0.3.Final (October 28, 2015)
8
+ ------------------------------------------------------------------------------------------------------------------------
9
+ http://hibernate.atlassian.net/projects/HHH/versions/21650
10
+
11
+ ** Bug
12
+ * [HHH-1400] - formula-based property leads to generation of invalid SQL with subselect fetches
13
+ * [HHH-9074] - HQL Query with boolean and @Convert
14
+ * [HHH-9374] - EntityGraph applied to subquery when using collection function
15
+ * [HHH-9784] - scroll() and iterate() methods do not support provided HQLQueryPlan
16
+ * [HHH-10104] - Using JPA 2.1 schema generation together with hbm2ddl runs into deadlock with MySQL
17
+ * [HHH-10169] - Hibernate ignores foreign-key name in hbm <joined-subclass>
18
+ * [HHH-10170] - Reuse JAXBContext instance (Slow mapping initialization) - port HHH-10065 fix to 5.0 branch
19
+ * [HHH-10172] - Throw MappingException when entity/component class defines multiple matching getters by stem name
20
+ * [HHH-10174] - Incorrect splitting of string using dot as separator
21
+ * [HHH-10180] - hbm2ddl tools cannot generate create/update script not modifying the database
22
+ * [HHH-10188] - "stored" is a reserved keyword in MySQL 5.7
23
+ * [HHH-10189] - NPE in InformationExtractorJdbcDatabaseMetaDataImpl
24
+ * [HHH-10193] - NameQualifierSupport for Hypersonic should be catalog
25
+ * [HHH-10194] - Change NameQualifierSupport for Hypersonic from CATALOG to SCHEMA
26
+ * [HHH-10195] - QueryHintSQLServer2012Test is wrong
27
+ * [HHH-10196] - DefaultGeneratedValueTest fails on MySQL
28
+ * [HHH-10197] - SchemaManagementException when performing SchemaUpdate
29
+ * [HHH-10206] - Primary key not created for a Set after loading from XML mapping file
30
+ * [HHH-10207] - Constraint name not considered for a Set while loading from XML mapping file
31
+ * [HHH-10217] - ModelBinder fails to bind version property when generated="always"
32
+
33
+ ** Task
34
+ * [HHH-10137] - Upgrade to/support Jandex 2.0
35
+ * [HHH-10153] - Upgrade to Gradle 2.7
36
+
37
+ ** Improvement
38
+ * [HHH-10087] - Support prepending of locks
39
+ * [HHH-10190] - org.hibernate.engine.spi.ActionQueue#executeActions() optimization
40
+
41
+
42
+
7
43
Changes in 5.0.2.Final (September 30, 2015)
8
44
------------------------------------------------------------------------------------------------------------------------
9
45
http://hibernate.atlassian.net/projects/HHH/versions/21250
0 commit comments