Skip to content

Commit 713af21

Browse files
committed
Pre-steps for release : 6.4.2.Final
1 parent 29346e6 commit 713af21

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

changelog.txt

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,58 @@ Hibernate 6 Changelog
33

44
Note: Please refer to JIRA to learn more about each issue.
55

6+
Changes in 6.4.2.Final (January 18, 2024)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/32228
10+
11+
** Bug
12+
* [HHH-17639] - CTE query cycle attribute still evaluated incorrectly on MSSQL using collation "Latin1_General_CI_AS"
13+
* [HHH-17635] - UnsupportedOperationException when registering CompositeUserType with TypeContributor.contributeType
14+
* [HHH-17632] - AssertionError when updating entity with lazy loading property and bytecode enhancement
15+
* [HHH-17623] - Ordering collection @OrderBy based on association fails
16+
* [HHH-17621] - UnsupportedOperationException when merging an entity with a @Any mapping
17+
* [HHH-17619] - Discriminator-based multitenancy filter is not enabled in a stateless session
18+
* [HHH-17618] - After upgrading to to hibernate 6.3.2 finding relations with non abstract parent class fails.
19+
* [HHH-17615] - @SoftDelete query problem with Joined Inheritance hierarchy structure
20+
* [HHH-17606] - Cannot resolve path of nested generic mapped-superclass joins
21+
* [HHH-17578] - ClassCastException when calling generic typed method on proxy
22+
* [HHH-17574] - Exception on query: Could not convert ‘java.util.Currency’ to ‘java.util.Currency’ using ‘org.hibernate.type.descriptor.java.CurrencyJavaType’ to wrap
23+
* [HHH-17572] - Persist of entity with ToOne association which contains an embeddable with associated collection fails with SemanticException
24+
* [HHH-17566] - addNamedQuery leads to "Named query exists, but did not specify a resultClass"
25+
* [HHH-17560] - ArrayIndexOutOfBoundsException in DirtyHelper.isModified()
26+
* [HHH-17530] - Criteria query with nested dynamic instantiations and sorting is not working
27+
* [HHH-17528] - Explicit selection of an @Embeddable property containing associated collections doesn't work
28+
* [HHH-17515] - DynamicInstantiationResult wrong java type constructor selected
29+
* [HHH-17511] - The @SoftDelete HQL join entity does not generate a delete condition
30+
* [HHH-17507] - Could not convert 'java.time.Year' to 'java.time.Year' using 'org.hibernate.type.descriptor.java.YearJavaType' to wrap
31+
* [HHH-17496] - Inconsistent handling of enum fields
32+
* [HHH-17492] - IN predicate with numeric/decimal parameter types leads to Binding is multi-valued; illegal call to #getBindValue
33+
* [HHH-17490] - NOT IN clause does not work with empty list
34+
* [HHH-17483] - Nested subtypes filtered out in bidirectional OneToMany association load
35+
* [HHH-17481] - OneToMany load empty collection due to discriminator in Polymorphic relationship
36+
* [HHH-17467] - QueryArgumentException when using a proxy as parameter value in a query
37+
* [HHH-17463] - UnsupportedOperationException when using JAKARTA_JDBC_URL
38+
* [HHH-17435] - Trim function not escaping single quotes and not allowing input parameters as trim character
39+
* [HHH-17395] - Refresh with PESSIMISTIC_WRITE ignored for lazy loaded entity
40+
* [HHH-17327] - Adding support for Union All in IncrementGenerator
41+
* [HHH-17307] - Hibernate 6 ListResultsConsumer.Results#addUnique really slow for ElementCollections
42+
* [HHH-17253] - Stackoverflow error on jpamodelgen generation
43+
* [HHH-17106] - Varchar(1) column for Java Enum fails with ClassCastException
44+
* [HHH-16881] - Envers RevisionListener is not created when Hibernate CDI Extensions are enabled
45+
* [HHH-16526] - Query toHqlString() loses function arguments
46+
* [HHH-14821] - EntityKey 'null identifier' should not happen
47+
* [HHH-14358] - Support binding null UUID sql parameter with PostgreSQL
48+
* [HHH-1645] - refresh with LockMode on an unitialized proxy does not work
49+
50+
** Improvement
51+
* [HHH-17396] - Fix typos in javadoc
52+
* [HHH-17303] - More realistic testcase for HHH-16180
53+
54+
** Task
55+
* [HHH-17616] - Move resources to the src/resources folders
56+
57+
658
Changes in 6.4.1.Final (December 15, 2023)
759
------------------------------------------------------------------------------------------------------------------------
860

gradle/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hibernateVersion=6.4.2-SNAPSHOT
1+
hibernateVersion=6.4.2.Final

0 commit comments

Comments
 (0)