@@ -5,6 +5,57 @@ match the actual issue resolution (i.e. a bug might not be a bug). Please
5
5
refer to the particular case on JIRA using the issue tracking number to learn
6
6
more about each case.
7
7
8
+ Changes in version 4.3.9.Final (2015.04.15)
9
+ ------------------------------------------------------------------------------------------------------------------------
10
+
11
+ ** Bug
12
+ [HHH-8494] - Misleading log info during batch execution
13
+ [HHH-8769] - NPE when using dynamic model mapping
14
+ [HHH-8788] - Unnecessary warning logged about follow-on locking with Criteria query and LockMode NONE
15
+ [HHH-8866] - HQL Query with enum and @Convert
16
+ [HHH-8879] - Regression: Embeddable with associations as @MapKey
17
+ [HHH-8911] - ClassCastException between CompositeCustomType and ComponentType
18
+ [HHH-8994] - QueryException during startup with composite key in ElementCollection map
19
+ [HHH-9091] - Collection deleted due to orphan removal fails with constraint violation
20
+ [HHH-9247] - JPA 2.1 Named Entity Graph cannot be configured in ORM XML
21
+ [HHH-9320] - AttributeConverter result ignored on extraction when ResultSet.wasNull
22
+ [HHH-9333] - TypeMismatchException when using composite-id and natural-id mappings
23
+ [HHH-9392] - SQLGrammarException while executing a entity graph with subgraphs
24
+ [HHH-9446] - ClassCastException on loaded entities under GlassFish 4.0
25
+ [HHH-9448] - Association is not fetched when EntityGraph has explicit fetch and query has implicit join
26
+ [HHH-9451] - Extra state is not propagated from temporary entity entries
27
+ [HHH-9457] - EntityGraph with order by using Oracle10gDialect
28
+ [HHH-9468] - Add documentation about enabling NamingStrategyDelegator implementations
29
+ [HHH-9523] - EnumeratedTypeTest - select from dual causes test failures on mssql, postgresql, db2 and sybase
30
+ [HHH-9528] - InputStream leak from opening resources
31
+ [HHH-9549] - Selecting treated root generates invalid HQL
32
+ [HHH-9568] - EntityManager.flush() does not behave properly with transient one-to-one association and no cascade
33
+ [HHH-9597] - Criteria creates invalid Column aliases.
34
+ [HHH-9599] - AnnotationException occurs when applying @Nationalized and @Convert annotations to the same field
35
+ [HHH-9605] - Query on an enum collection fails
36
+ [HHH-9633] - Add tests that explicitly test the "main" NamingStrategy impls
37
+ [HHH-9639] - Unwrap in HikariCPConnectionProvider fails to unwrap DataSource
38
+ [HHH-9642] - Embedded OneToMany association fetch join does not work in CriteriaQuery
39
+
40
+ ** Deprecation
41
+ [HHH-9645] - buildSessionFactory() should return a sessionFactory
42
+
43
+ ** Improvement
44
+ [HHH-8697] - AttributeConverter not called when value is null
45
+ [HHH-9043] - Allow customization of the modified field flag
46
+ [HHH-9497] - Remove call to Ehcache ClassLoaderUtil.getStandardClassLoader() as it has been removed in Ehcache 2.8.3+
47
+ [HHH-9600] - remove outdated info about cache concurrency strategies support
48
+ [HHH-9601] - table schema not paired with @OrderColumn name value in example 7.8
49
+ [HHH-9621] - Add HQL query to warning about positional parameter usage
50
+ [HHH-9648] - Upgrade to HikariCP v. 2.3.3 (Java 6 compatible edition)
51
+
52
+ ** Patch
53
+ [HHH-9495] - @Convert support for collections
54
+
55
+ ** Task
56
+ [HHH-9573] - Add EntityManager test case illustrating usage of query cache
57
+ [HHH-9678] - Change built-in SqlTypeDescriptor impls to not auto-register themselves with SqlTypeDescriptorRegistry
58
+
8
59
Changes in version 4.3.8.Final (2015.01.06)
9
60
------------------------------------------------------------------------------------------------------------------------
10
61
0 commit comments