Skip to content

Commit 2c6b91d

Browse files
committed
Pre-steps for release : 6.6.1.Final
1 parent 3e215b5 commit 2c6b91d

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

changelog.txt

+52
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.6.1.Final (September 17, 2024)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/32340
10+
11+
** Bug
12+
* [HHH-18571] - Entities and collections with batch size 1 are treated as batchable
13+
* [HHH-18560] - DB2iDialect executes incompatible query in combination with @AuditJoinTable mapping
14+
* [HHH-18558] - Informix UUID type support
15+
* [HHH-18556] - Expressions.nullExpresion() in querydsl result in NPE in SqmExpressible
16+
* [HHH-18531] - Informix timestamp literal error
17+
* [HHH-18524] - @IdClass and composite key generation not working with meta-annotated @IdGenerationType
18+
* [HHH-18518] - MySQLDialect fails to detect version on azure flexible server
19+
* [HHH-18511] - ArrayIndexOutOfBoundsException in ImmutableFetchList
20+
* [HHH-18506] - Flush performance degradation due to itable stubs
21+
* [HHH-18503] - ID select criteria query fails with joined + discriminator inheritance when entity has subtypes
22+
* [HHH-18502] - Type conversion error due to surprising javac method selection in SqmSubQuery#in
23+
* [HHH-18493] - Resolving already initialized collection elements leads to assertion error
24+
* [HHH-18490] - Static metamodel contains wrong type for Embeddable with generic attribute extending from mapped superclass
25+
* [HHH-18489] - Lazy, unowned one-to-one associations get loaded eagerly in queries - even with bytecode enhancement
26+
* [HHH-18487] - Error: Detached entity wiht id X has an uninitialized version value '1''
27+
* [HHH-18486] - Unable to add Persist the object because of EntityNameResolver being ignored
28+
* [HHH-18484] - Update fails when a many-to-one property on an entity with a generated value is changed
29+
* [HHH-18480] - ClassCastException when updating a Blob with Oracle
30+
* [HHH-18478] - Cannot invoke "org.hibernate.persister.entity.EntityPersister.getSubclassId()" because "data.concreteDescriptor" is null when reloading entity from query cache
31+
* [HHH-18476] - Fetchable scrolling with KeyToOne leads to assertion error
32+
* [HHH-18472] - Fix memory issues for release job
33+
* [HHH-18470] - Duplicate foreign key names generated for inheritance type TABLE_PER_CLASS
34+
* [HHH-18469] - Assertion Error when fetch joining complex entities structure
35+
* [HHH-18466] - Regression from 5.6.15.Final where a mutable natural IDs query cannot find an entity
36+
* [HHH-18447] - cast as boolean broken in Hibernate 6
37+
* [HHH-18445] - Embeddable as Java Record has wrong order of columns
38+
* [HHH-18439] - NullPointerException when access data from query cache
39+
* [HHH-18436] - Wrong order-by rendering order for nested collections if loaded with entity graph
40+
* [HHH-18414] - Duplicated filter applied to 'find()' method
41+
* [HHH-18400] - AttributeConverter causing type-check failure when comparing Date field to parameter
42+
* [HHH-18353] - ArrayConstructorFunction comparing argument types by reference causes FunctionArgumentException
43+
* [HHH-18337] - SequenceStyleGenerator not respecting physical naming strategy
44+
* [HHH-18282] - generate error sql in case of @DiscriminatorValue("not null") and the entity is superclass of other entity
45+
* [HHH-18174] - Hibernate polymorphic join in complex subquery not using discriminator
46+
* [HHH-18103] - MappedSuperclass handling for Embeddable is broken in metamodel
47+
48+
** Improvement
49+
* [HHH-18625] - Add Configurable#create(GeneratorCreationContext)
50+
* [HHH-18507] - allow overwriting the default db image with environment variable in docker_db.sh
51+
* [HHH-18459] - Add SingleStore community dialect
52+
* [HHH-17646] - JOINED @Inheritance leads to bad performance in Hibernate 6
53+
54+
** Task
55+
* [HHH-18612] - Avoid writing files to classpath in tests to avoid spurious failures
56+
57+
658
Changes in 6.6.0.Final (August 08, 2024)
759
------------------------------------------------------------------------------------------------------------------------
860

gradle/version.properties

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

0 commit comments

Comments
 (0)