@@ -4,6 +4,41 @@ 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.CR4 (August 5, 2015)
8
+ ------------------------------------------------------------------------------------------------------------------------
9
+ https://hibernate.atlassian.net/projects/HHH/versions/20752
10
+
11
+ ** Bug
12
+ * [HHH-8615] - Shared type parameters results in inconsistent internal model (especially with DynamicParameterizedType)
13
+ * [HHH-9503] - Consistently accept numeric value or Connection constant field name for configuring transaction isolation
14
+ * [HHH-9534] - Exception with custom EnumType and Map relation
15
+ * [HHH-9850] - Primary key generated for nullable column in sequence table
16
+ * [HHH-9865] - incorrect column information generated using schemaExport
17
+ * [HHH-9917] - 'value' is not a reserved word on Derby
18
+ * [HHH-9936] - Same Sequence is created and dropped multiple times
19
+ * [HHH-9961] - Ejb3JoinColumn does not use PhysicalNamingStrategy
20
+ * [HHH-9999] - Infinispan 7.x deprecated RpcManager.broadcastRpcCommand(EvictAllCommand,boolean) which is not present in Infinispan 8.0
21
+ * [HHH-10005] - Query in context needs precedence over query in cache
22
+ * [HHH-10015] - Oracle Dialect override canCreateSchema method to return false
23
+ * [HHH-10017] - Bytecode enhancer - consistent handling of persistent attributes (field / property access)
24
+
25
+ ** Improvement
26
+ * [HHH-9869] - SizeExpression toString is misleading
27
+ * [HHH-9882] - many to one declarations in hbm without embed-xml="false" generate warning
28
+ * [HHH-9987] - HikariCPConnectionProvider TLC
29
+ * [HHH-9990] - Enable batched updates for versioned data when using Oracle12cDialect
30
+ * [HHH-10013] - Adjust default for hibernate.id.new_generator_mappings to true
31
+ * [HHH-10014] - Adjust default for hibernate.auto_quote_keyword to false
32
+ * [HHH-10018] - Change default ImplicitNamingStrategy to use the JPA compliant one + ImplicitNamingStrategy short-naming
33
+
34
+ ** Task
35
+ * [HHH-9998] - Continue documentation TLC
36
+ * [HHH-10001] - Make the testsuite compatible with Infinispan 8
37
+ * [HHH-10006] - Document configuration of JndiService
38
+ * [HHH-10007] - Audit Services chapter in Integrations Guide
39
+
40
+
41
+
7
42
Changes in 5.0.0.CR3 (July 29, 2015)
8
43
------------------------------------------------------------------------------------------------------------------------
9
44
https://hibernate.atlassian.net/projects/HHH/versions/20350
0 commit comments