@@ -5,6 +5,53 @@ 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.0.Beta3 (2013.05.29)
9
+ ------------------------------------------------------------------------------------------------------------------------
10
+ https://hibernate.atlassian.net/browse/HHH/fixforversion/13451
11
+
12
+ ** Sub-task
13
+ * [HHH-8144] - Create a 'release' task that performs all tasks needed for doing a release
14
+
15
+ ** Bug
16
+ * [HHH-2664] - full join not working
17
+ * [HHH-5465] - HQL left join fetch of an element collection following a left join fetch of a one-to-one relationship causes NullPointerException
18
+ * [HHH-6813] - @Id @OneToOne cause NullPointerException during query
19
+ * [HHH-8083] - @OrderColumn not updated on @OneToMany cascade
20
+ * [HHH-8219] - Protect against JDK 7 API usage
21
+ * [HHH-8220] - pom dependencies scope changed from compile to runtime
22
+ * [HHH-8225] - EMF cannot be created, closed, then re-created in OSGi
23
+ * [HHH-8233] - exclude-unlisted-classes is not excluding unlisted classes in root
24
+ * [HHH-8236] - Update to hibernate-commons-annotations 4.0.2.Final
25
+ * [HHH-8241] - Reusing of scanner instance is impossible with Apache Aries JPA
26
+ * [HHH-8250] - DefaultInitializeCollectionEventListener not finding collections in cache
27
+ * [HHH-8254] - throw HibernateException when transaction is rolledback by a reaper thread
28
+ * [HHH-8266] - Binding of named-stored-procedure XML element tries to create duplicate
29
+ * [HHH-8269] - DenormalizedTable FK constraint names can be too long
30
+ * [HHH-8270] - Support for accessing JPA schema export script files specified by URL
31
+ * [HHH-8271] - Handling of javax.persistence.sql-load-script-source
32
+ * [HHH-8273] - Incorrect "unique-key" naming comment in docs
33
+
34
+ ** Improvement
35
+ * [HHH-6875] - @OrderBy on @ElementCollection of basic type should "order by value"
36
+ * [HHH-7214] - DiscriminatorValue
37
+ * [HHH-7582] - TableGenerator does not distinguish between different tenants (MultiTenant Schema based)
38
+ * [HHH-8211] - Checkstyle and FindBugs fix-ups
39
+ * [HHH-8217] - Make generated constraint names short and non-random
40
+ * [HHH-8226] - table synonyms cannot find columns on Oracle
41
+ * [HHH-8231] - Pass along IOException as cause when trying to open script outputs
42
+ * [HHH-8238] - OsgiJtaPlatform null pointer exception
43
+ * [HHH-8257] - More concisely obtaining a JBoss logger
44
+
45
+ ** Task
46
+ * [HHH-8218] - Update to final versions of BV 1.1 and HV 5
47
+ * [HHH-8222] - Implement @NamedStoredProcedureQuery binding
48
+ * [HHH-8223] - Implement @NamedEntityGraph binding
49
+ * [HHH-8232] - Upgrade to Gradle 1.6
50
+ * [HHH-8235] - Drop database profiles upstream
51
+ * [HHH-8246] - Implement XML binding of NamedStoredProcedureQuery
52
+ * [HHH-8247] - Implement XML binding of NamedEntityGraph
53
+
54
+
8
55
Changes in version 4.3.0.Beta2 (2013.05.02)
9
56
------------------------------------------------------------------------------------------------------------------------
10
57
https://hibernate.atlassian.net/browse/HHH/fixforversion/13052
0 commit comments