@@ -3,6 +3,64 @@ Hibernate 6 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changes in 7.0.0.Beta4 (February 12, 2025)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/32482
10
+
11
+ ** Bug
12
+ * [HHH-19107] - Entities with @EmbeddedId not supported with CrudRepository
13
+ * [HHH-19106] - @Transaction(TxType) not working with Hibernate Data Repositories
14
+ * [HHH-19104] - Envers is keeping references to classes and thus classloaders
15
+ * [HHH-19079] - ComponentType.replace can cause ArrayIndexOutOfBoundsException when used with embeddable inheritance
16
+ * [HHH-19072] - The hibernate.session_factory_name configuration property no longer works in Hibernate 7.0.0
17
+ * [HHH-19069] - Performance regression for wide inheritance models
18
+ * [HHH-19034] - Wrong reuse of a Join
19
+ * [HHH-19033] - Move of Derby to community dialects is incomplete
20
+ * [HHH-19017] - Class Cast Exception for PersistentAttributeInterceptable
21
+ * [HHH-19011] - @ElementCollection comment overrides class level comment on an Entity
22
+ * [HHH-19004] - TenantId regression on @EmbeddedId 6.6.0 -> 6.6.1
23
+ * [HHH-18992] - Locking does not work with multiLoad
24
+ * [HHH-18988] - Embeddable inheritance + default_schema results in NPE at startup
25
+ * [HHH-18974] - UuidVersion6Strategy/UuidVersion7Strategy use random seed in static init + constructor
26
+ * [HHH-18968] - MySQLDialect wrongly uses Timestamp as type for localtime function
27
+ * [HHH-18961] - JtaIsolationDelegate, obtaining connection : NPE when SQLExceptionConversionDelegate#convert returns null
28
+ * [HHH-18949] - Hibernate Processor should not insert underscores within uppercase names
29
+ * [HHH-18945] - Hibernate Processor - fails if entity extends mapped superclass with same simple class name
30
+ * [HHH-18933] - the ordering of the class declaration in persistence.xml seems to affect the metamodel
31
+ * [HHH-18932] - Wrongly using FK column instead of PK when using joined alias
32
+ * [HHH-18912] - ORM release process
33
+ * [HHH-18904] - Bytecode Enhancement fails with UnsupportedEnhancementStrategy.FAIL for pre-persist method
34
+ * [HHH-18903] - Bytecode enhancement fails for entities that contain a method named get
35
+ * [HHH-18901] - AnnotationFormatError: Duplicate annotation for class: interface org.hibernate.bytecode.enhance.spi.EnhancementInfo
36
+ * [HHH-18894] - Hibernate 6.6 enum literal is considered field literal instead
37
+ * [HHH-18893] - DialectOverrides.SQLRestrictions
38
+ * [HHH-18883] - When initializing version attribute to a negative value then a TransientObjectException is thrown when loading an entity
39
+ * [HHH-18869] - Schema validation fails with MariaDB when entity field is of type BigDecimal[]
40
+ * [HHH-18868] - Wrong behaviour of getAttribute method in impl. of ManagedType when scattered id attributes are used in MappedSuperclass
41
+ * [HHH-18867] - beginTransaction() when a tx is already active
42
+ * [HHH-18858] - array fields and static metamodel
43
+ * [HHH-18819] - Error resolving persistent property of @MapperSuperclass if subtype @Embeddable used as @IdClass
44
+ * [HHH-18771] - ListInitializer should consistently consider @ListIndexBase
45
+ * [HHH-18750] - @OneToMany with @Any mapped in secondary table KO (ClassCastException)
46
+ * [HHH-18693] - Hibernate Processor does not handle inner @Embeddable types
47
+ * [HHH-18384] - @JoinColumnsOrFormulas broken
48
+ * [HHH-17652] - Cannot invoke "org.hibernate.envers.internal.entities.EntityConfiguration.getRelationDescription(String)" because "entCfg" is null
49
+ * [HHH-16883] - EntityGraph.addSubclassSubgraph() throws UnsupportedOperationException
50
+ * [HHH-16516] - Adding quoteOnNonIdentifierChar flag to org.hibernate.boot.model.naming.Identifier breaks backwards compatibility
51
+ * [HHH-16216] - SybaseASEDialect creates additional not null checks
52
+ * [HHH-15848] - session.isDirty() shouldn't throw exception for transient many-to-one object in a session
53
+ * [HHH-14725] - Using a InputStream with BlobProxy and Envers results in java.sql.SQLException: could not reset reader
54
+ * [HHH-14519] - Misleading error message when unable to resolve table name
55
+ * [HHH-13969] - Fix handling of large varbinary for SAP/Sybase ASE
56
+ * [HHH-13915] - Shared state in ByteBuddy basic proxies leads to intermittently broken persistence
57
+ * [HHH-13815] - TransientObjectException after merging a bidirectional one-to-many with orphan deletion
58
+ * [HHH-13790] - Temporary session not being closed
59
+ * [HHH-13612] - Quoted table name in FROM clause and Column in @Formula gets wrongly qualified with generated alias
60
+ * [HHH-13377] - Lazy loaded properties of bytecode enhanced entity are left stale after refresh of entity
61
+ * [HHH-13243] - Setting @ManyToAny.fetch to FetchType.EAGER doesn't work
62
+
63
+
6
64
Changes in 7.0.0.Beta3 (December 05, 2024)
7
65
------------------------------------------------------------------------------------------------------------------------
8
66
0 commit comments