Skip to content

Commit 40dc19c

Browse files
committed
Pre-steps for release : 6.5.3.Final
1 parent 5de6b69 commit 40dc19c

File tree

2 files changed

+59
-1
lines changed

2 files changed

+59
-1
lines changed

changelog.txt

+58
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,64 @@ Hibernate 6 Changelog
33

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

6+
Changes in 6.5.3.Final (September 18, 2024)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/32310
10+
11+
** Bug
12+
* [HHH-18410] - Performance regression due to megamorphic calls
13+
* [HHH-18406] - Oracle: schema update fails to create entity table if one of the fields is an array
14+
* [HHH-18403] - DB2iDialect should not support Update Returning
15+
* [HHH-18399] - Unable to persist self-referencing entity with @OneToOne and @JoinTable
16+
* [HHH-18391] - EntityGraphs are not considering Embedded attributes
17+
* [HHH-18390] - JoinColumn leads to `NullPointerException: Cannot invoke "Object.hashCode()" because "value" is null` on load
18+
* [HHH-18378] - Avoid reusing existing joins for entity-graph fetches if they're included in the where clause
19+
* [HHH-18357] - Null pointer exception in createCountQuery because Identifier descriptor is null in MappedSuperclass
20+
* [HHH-18352] - Tuple comparison emulation performing bad
21+
* [HHH-18347] - Casted parameter rendering broken for some DDL types when using @Column
22+
* [HHH-18338] - When an embeddable object is loaded before the entity it references, hibernate fails to start
23+
* [HHH-18332] - DB2 stored procedures returning REF_CURSORs are not working with the standard support
24+
* [HHH-18330] - UnknownTableReferenceException in JPQL query when join fetching to-one in embedded id
25+
* [HHH-18313] - NullPointerException because JdbcIsolationDelegate.sqlExceptionHelper() returns null
26+
* [HHH-18309] - Oracle LimitHandler does not seem to handle maxrows correctly for native queries
27+
* [HHH-18272] - UnsupportedOperationException when order / group by clause contains aliased item
28+
* [HHH-18267] - Informix insert value to identity column error
29+
* [HHH-18259] - Joined Inheritence with Generated wrongly resolves columns for base entity
30+
* [HHH-18250] - Informix multi insert not supported
31+
* [HHH-18246] - Informix nulls precedence support
32+
* [HHH-18244] - Informix SelectItemReferenceStrategy error
33+
* [HHH-18241] - revert change to semantics of 'null in ()'
34+
* [HHH-18232] - DB2zDialect - Insert with GeneratedValue Id not working with DB2v12
35+
* [HHH-18229] - "UnsupportedOperationException: Re-work support for semi-resolve " with null value in column referenced by @JoinColumn
36+
* [HHH-18225] - Informix syntax error in DISTINCT clause before SKIP clause
37+
* [HHH-18221] - Incomplete list of existing foreign keys - DatabaseMetaData.crossReferences(...) not used
38+
* [HHH-18218] - Dynamic instantiation with generic entity attribute fails constructor argument type validation
39+
* [HHH-18213] - FirebirdDialect LimitHandler produces wrong query on Firebird 2.5 and older
40+
* [HHH-18202] - Error with distinct query + order by aggregate function on an association key
41+
* [HHH-18177] - org.hibernate.AssertionFailure: null identifier for collection of role thrown when merging entity with generated id
42+
* [HHH-18170] - Subquery randomly generating wrong SQL due to duplicate alias
43+
* [HHH-18163] - Informix foreign key on cascade delete syntax
44+
* [HHH-18153] - Informix unique constraints on nullness columns
45+
* [HHH-18151] - Bytecode enhancement incorrectly generates code for parameterized fields
46+
* [HHH-18150] - Informix float and double precision in decimal digits
47+
* [HHH-18149] - Metamodel generation fails if executed from Eclipse
48+
* [HHH-18147] - Hibernate fails to persist an entity when a natural id association is a proxy
49+
* [HHH-18138] - String based fetchGraphs do not resolve parameterized entity associated properties from MappedSuperclass
50+
* [HHH-18121] - Error when using createCountQuery() from distinct dynamic instantiation query
51+
* [HHH-18117] - Character literal is not properly handled in query
52+
* [HHH-18108] - Duplicate class definition regression caused by ClassTransformer
53+
* [HHH-18107] - Package name in 2 classes doesn't correspond to the file path
54+
* [HHH-18085] - Executing SELECT query twice in a transaction, leads to "Shared references of collection error"
55+
* [HHH-18073] - BasicCollectionJavaType treat Set inconsistently
56+
* [HHH-18062] - 'Could not instantiate entity ... due to argument type mismatch' with record @IdClass
57+
* [HHH-18027] - Delete/Update statement with IN clause fails on second invocation
58+
* [HHH-18019] - Hibernate metamodel processor and ECJ incompatibility for dependency availability
59+
* [HHH-18017] - Query cache on Polymorphic entities leads to InstantiationException (Cannot instantiate abstract class)
60+
* [HHH-18012] - Subclass of super generic array AttributeConverter cannot be auto applied
61+
* [HHH-18007] - Creating criteria query for a generic identifier with a @MappedSuperclass leads to an exception
62+
63+
664
Changes in 6.5.2.Final (May 20, 2024)
765
------------------------------------------------------------------------------------------------------------------------
866

gradle/version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hibernateVersion=6.5.3-SNAPSHOT
1+
hibernateVersion=6.5.3.Final

0 commit comments

Comments
 (0)