@@ -3,6 +3,36 @@ Hibernate 5.0 Changelog
33
44Note: Please refer to JIRA to learn more about each issue.
55
6+ Changes in 5.0.5,Finale (December 2, 2015)
7+ ------------------------------------------------------------------------------------------------------------------------
8+ https://hibernate.atlassian.net/projects/HHH/versions/21850
9+
10+ ** Bug
11+ * [HHH-9191] - Inheritance.JOINED + @DiscriminatorColumn : ERROR on quering
12+ * [HHH-9302] - SQLGrammarException with @DiscriminatorColumn in an inheritance hierarchy
13+ * [HHH-9343] - Case/when in criteria with string literal result fails type checking
14+ * [HHH-10157] - Postgis geometry type for JTS geometrys not usable
15+ * [HHH-10185] - In nonstrict-read-write mode the remove may be not applied
16+ * [HHH-10291] - Partially generated composite attribute is not retrieved after insert
17+ * [HHH-10304] - ImplicitCompositeKeyJoinTest#testImplicitCompositeJoin fails due to dialect-specific differences in generated SQL string
18+ * [HHH-10309] - HHH-10242 is too aggressive in cases of FIELD access
19+ * [HHH-10321] - HHH-9866 is alive; Wrong join table column names generation with globally_quoted_identifiers
20+ * [HHH-10325] - Test failure on MySQL and MariaDB because they do not allow casting as float type
21+
22+ ** Task
23+ * [HHH-10335] - Upgrade to Hibernate Commons Annotations 5.0.1.Final
24+ * [HHH-10336] - Upgrade to Jandex 2.0.0.Final
25+
26+ ** Improvement
27+ * [HHH-10301] - HQLQueryPlan allocates a new ArrayList every time even if it is not required
28+ * [HHH-10302] - Lots of allocations of LoadEvent and PostLoadEvent
29+ * [HHH-10306] - Use module initializer to add Hibernate 2LC externalizers
30+ * [HHH-10308] - Don't make deep copy of property with AttributeConverter if Java type is known to be immutable
31+ * [HHH-10313] - Make SessionImplementor extend WrapperOptions
32+ * [HHH-10314] - In some cases BatchFetchQueue is created just to try and remove a key
33+ * [HHH-10338] - Use an explicit empty object array to prevent the varargs method allocating one
34+
35+
636
737Changes in 5.0.4.Final (November 18, 2015)
838------------------------------------------------------------------------------------------------------------------------
0 commit comments