@@ -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.0.Final (August 20, 2015)
8
+ ------------------------------------------------------------------------------------------------------------------------
9
+ https://hibernate.atlassian.net/projects/HHH/versions/20851
10
+
11
+ ** Bug
12
+ * [HHH-951] - setMaxResults causes "ORA-00918: column ambiguously defined" exception
13
+ * [HHH-7070] - Sybase15+ dialect -> dateadd, datediff, SQLFunctionTemplate lack templates
14
+ * [HHH-9868] - Infinispan 2LC can store stale data
15
+ * [HHH-9881] - Pending put needs to be invalidated on update on remote node
16
+ * [HHH-9908] - Regression in naming collection join tables
17
+ * [HHH-9928] - Pending put leaks when the entity is not found in DB
18
+ * [HHH-9982] - @NotNull annotation ignored when persisting or merging entities
19
+ * [HHH-10016] - Gradle plugin does not enhance any classes
20
+ * [HHH-10031] - Multiple bytecode enhancement attempts if hibernate.enable_lazy_load_no_trans set multiple times
21
+ * [HHH-10036] - Some tests are failing on Oracle, ORA-00972: identifier is too long
22
+ * [HHH-10040] - Fix problem with incomplete Iterator impl
23
+
24
+ ** New Feature
25
+ * [HHH-9898] - Test for correct behaviour of 2LC
26
+
27
+ ** Task
28
+ * [HHH-9919] - Update hibernate-osgi tutorials based on published Karaf features file
29
+ * [HHH-9994] - Finish mariadb (mysql) database profile
30
+ * [HHH-10022] - Continue documentation TLC (part 2)
31
+ * [HHH-10041] - features.xml generation: collapse 3 mains into one hibernate-orm
32
+ * [HHH-10042] - Add task to upload dist bundles to BinTray
33
+ * [HHH-10043] - Migration Guide
34
+
35
+ ** Improvement
36
+ * [HHH-9707] - Nulls first behavior on SQLServer database
37
+ * [HHH-10021] - Allow easy testing of hibernate-infinispan against Infinispan 7 or 8
38
+ * [HHH-10023] - Make hibernate-infinispan compiled with Infinispan 7.x but runnable with Infinispan 8.x
39
+ * [HHH-10039] - Ensure the Karaf features.xml is included in the distro zip/tgz
40
+
41
+
42
+
7
43
Changes in 5.0.0.CR4 (August 5, 2015)
8
44
------------------------------------------------------------------------------------------------------------------------
9
45
https://hibernate.atlassian.net/projects/HHH/versions/20752
0 commit comments