@@ -4,6 +4,75 @@ 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.4.Final (November 18, 2015)
8
+ ------------------------------------------------------------------------------------------------------------------------
9
+ https://hibernate.atlassian.net/projects/HHH/versions/21750
10
+
11
+ ** Bug
12
+ * [HHH-1689] - Support subqueries in HQL as CASE statement alternatives
13
+ * [HHH-1706] - Named parameters ignored when single apostrophe encountered within an SQL comment
14
+ * [HHH-5764] - AssertionFailure: Unexpected nested component on the referenced entity when mapping a @MapsId
15
+ * [HHH-5946] - Wrong SQL generated when composites are compared using not-equal operator
16
+ * [HHH-5948] - Trying to get a PluralAttributePath from a @MappedSuperclass throws org.hibernate.MappingException: Unknown collection role
17
+ * [HHH-6475] - Metamodel check fails when subclasses are used
18
+ * [HHH-6672] - Remove UNION support from 5.x grammars
19
+ * [HHH-8435] - @Lob + @Nationalized results in NCLOB on SQLServer2005+ rather than NVARCHAR(MAX)
20
+ * [HHH-8712] - Hibernate startup error "HHH015011: Unable to locate static metamodel field"
21
+ * [HHH-8775] - Exception when mapping a class more than once
22
+ * [HHH-8802] - Class cast exception thrown when trying to access Embedded type relationship path in Tuple
23
+ * [HHH-8847] - Exception thrown when trying to select a treated property
24
+ * [HHH-9140] - Error in CollectionCacheInvalidator when hibernate.cache.auto_evict_collection_cache is enabled
25
+ * [HHH-9160] - javax.persistence.Query#getParameterValue(String) returns the ParameterRegistration not the parameter value
26
+ * [HHH-9195] - Adding an entity at a given index in a list annotated with OrderColumn adds the entity at the end
27
+ * [HHH-9230] - NullPointer when combining JPQL query with in clause and @NamedEntityGraph
28
+ * [HHH-9475] - Cannot mix @MapKey with @Convert
29
+ * [HHH-9529] - Enhancer indiscriminately re-writes field accesses
30
+ * [HHH-9710] - IllegalArgumentException passing null as parameter value with explicit TemporalType
31
+ * [HHH-9794] - Replace string with preceding comma is not replacing string as required
32
+ * [HHH-10112] - Unable to enhance persistent attribute with declared targetEntity
33
+ * [HHH-10145] - Include maven dependencies in enhancement classpath
34
+ * [HHH-10146] - Compiled classes not included in enhancer class path
35
+ * [HHH-10163] - QueryResultsRegion is not invalidated from evictAll()
36
+ * [HHH-10181] - CacheableFileXmlSource.doBind uses obsolete .bin file
37
+ * [HHH-10203] - Overriden UniqueDelegate.getTableCreationUniqueConstraintsFragment not called anymore in SchemaExport
38
+ * [HHH-10208] - Index and unique-key constraints not properly handled with implicit columns in hbm.xml binding
39
+ * [HHH-10219] - Infinite loop generating IDs if using negative increment
40
+ * [HHH-10242] - Deal with HCANN poor handling of multiple properties by matching stem name
41
+ * [HHH-10247] - Hibernate ignores foreign-key attribute name in hbm <many-to-many>
42
+ * [HHH-10251] - Memory Leak when using Reference Cached, bytecode enhanced Immutable Entities
43
+ * [HHH-10259] - ForUpdateFragment.toFragmentString() does not check if aliases are defined when lockOptions are not null
44
+ * [HHH-10264] - hibernate.cache.auto_evict_collection_cache problems
45
+ * [HHH-10270] - Hibernate User Guide transactions chapter examples are not properly rendered
46
+ * [HHH-10273] - Reserved word used for database object in testsuite
47
+ * [HHH-10274] - org.hibernate.id.SequenceValueExtractor does not work for DB2, Oracle, or SQL Server
48
+ * [HHH-10275] - Inverse foreign key for many-to-many set is nullable
49
+ * [HHH-10288] - Temporary table support is broken using PostgresPlusDialect
50
+ * [HHH-10289] - CPU performance regression in StatefulPersistenceContext.addEntry()
51
+ * [HHH-10293] - Schema Update - Single table Inheritance with bi-directional OneToMany referencing superclass fails
52
+ * [HHH-10295] - Derived entity ID columns are nullable when @JoinColumns is overriden
53
+
54
+ ** New Feature
55
+ * [HHH-10222] - AttributeConverter not applied to @ElementCollection
56
+
57
+ ** Task
58
+ * [HHH-10279] - Memory usage improvements
59
+
60
+ ** Improvement
61
+ * [HHH-10101] - Implement nonstrict-read-write mode in Infinispan 2LC
62
+ * [HHH-10161] - Allow parameter type for null value to be specified using javax.persistence.Parameter#getParameterType()
63
+ * [HHH-10178] - Make JTA a provided (non-transitive) dependency
64
+ * [HHH-10202] - Delay resolving TypeScopeImpl#factory after deserialization until resolveFactory() is called.
65
+ * [HHH-10248] - map removed TransactionFactory classes
66
+ * [HHH-10271] - Improve performance of EventListenerRegistry
67
+ * [HHH-10272] - Make pending-puts cache template configurable
68
+ * [HHH-10297] - Cache HashMap in AbstractRowReader instead of re-creating for each row that is read
69
+
70
+ ** Deprecation
71
+ * [HHH-10281] - More formally deprecate the legacy bytecode enhancement code
72
+
73
+
74
+
75
+
7
76
Changes in 5.0.3.Final (October 28, 2015)
8
77
------------------------------------------------------------------------------------------------------------------------
9
78
http://hibernate.atlassian.net/projects/HHH/versions/21650
0 commit comments