You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [HHH-8439] - Envers OSGI Manifest: org.apache.tools.ant import should be optional
73
+
* [HHH-8441] - Hibernate is trying to add values to an Immutable List
74
+
* [HHH-8442] - certain EntityManager operations (e.g. StoredProcedureQuery.execute()) should rollback the TX for certain exceptions
75
+
* [HHH-8444] - Fix criteriaapi failures from JPA 2.1 TCK
76
+
* [HHH-8447] - HQL delete with multiple subqueries failing (incorrect alias used)
77
+
* [HHH-8452] - Better parameter handling for JPA criteria queries
78
+
* [HHH-8454] - Criteria queries sometimes lead to SQL like "... where ? in (?,?)"
79
+
* [HHH-8464] - Using JPA2 specific quoting character (double quote) for JoinColumn results in DuplicateMappingException.
80
+
* [HHH-8465] - EnversListenerDuplicationStrategy areMatch method using listener.getClass().equals( original ) instead of listener.getClass().equals( original.getClass() )
81
+
* [HHH-8467] - Compiling should trigger animal-sniffer execution
82
+
* [HHH-8468] - @JoinColumn(table = "...") doesn't use NamingStrategy
83
+
* [HHH-8469] - Application of JPA 2.1 AttributeConverters
84
+
* [HHH-8472] - @Lob annotation applies to both key and value of Map
85
+
* [HHH-8477] - Use javax.persistence.Query#unwrap to implement addNamedQuery, rather than direct type checking
86
+
* [HHH-8480] - JPA Predicate#not() on a simple predicate should leave the operator as AND, not mutate it to OR
87
+
* [HHH-8486] - javax.persistence.Tuple#get(String,Class) impl does not validate type
88
+
* [HHH-8492] - Make the ValidatorFactory available via EntityManagerFactory.getProperties()
89
+
* [HHH-8496] - TableCatalog and TableSchema arguments mistaken in DB update-script.
90
+
91
+
** Improvement
92
+
* [HHH-3047] - Increase max alias length for Oracle dialects from 10 to 30
93
+
* [HHH-5920] - in org.hibernate.mapping.PersistentClass some 2 performance issues can be fixed
94
+
* [HHH-8068] - Provide better error messages for missing constructors in HQL / JPQL Constructor queries
95
+
* [HHH-8117] - Add package export versions in OSGi manifests
96
+
* [HHH-8284] - Have JPA schema generation include work done by Integrators
97
+
* [HHH-8319] - ConstraintViolationException not showing constraint name for MySQL
98
+
* [HHH-8378] - hibernate-osgi cleanup on bundle stop
99
+
* [HHH-8409] - Improve usage of ConcurrentMaps by using putIfAbsent in StatefulPersistenceContext
100
+
* [HHH-8410] - NaturalIdXrefDelegate could miss some cached entries from naturalIdResolutionCacheMap
0 commit comments