Skip to content

Commit bc37876

Browse files
committed
Pre-steps for release : 7.0.0.Beta4
1 parent ab03132 commit bc37876

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

changelog.txt

+58
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,64 @@ https://hibernate.atlassian.net/projects/HHH/versions/32482
6161
* [HHH-13243] - Setting @ManyToAny.fetch to FetchType.EAGER doesn't work
6262

6363

64+
Changes in 7.0.0.Beta4 (February 12, 2025)
65+
------------------------------------------------------------------------------------------------------------------------
66+
67+
https://hibernate.atlassian.net/projects/HHH/versions/32482
68+
69+
** Bug
70+
* [HHH-19107] - Entities with @EmbeddedId not supported with CrudRepository
71+
* [HHH-19106] - @Transaction(TxType) not working with Hibernate Data Repositories
72+
* [HHH-19104] - Envers is keeping references to classes and thus classloaders
73+
* [HHH-19079] - ComponentType.replace can cause ArrayIndexOutOfBoundsException when used with embeddable inheritance
74+
* [HHH-19072] - The hibernate.session_factory_name configuration property no longer works in Hibernate 7.0.0
75+
* [HHH-19069] - Performance regression for wide inheritance models
76+
* [HHH-19034] - Wrong reuse of a Join
77+
* [HHH-19033] - Move of Derby to community dialects is incomplete
78+
* [HHH-19017] - Class Cast Exception for PersistentAttributeInterceptable
79+
* [HHH-19011] - @ElementCollection comment overrides class level comment on an Entity
80+
* [HHH-19004] - TenantId regression on @EmbeddedId 6.6.0 -> 6.6.1
81+
* [HHH-18992] - Locking does not work with multiLoad
82+
* [HHH-18988] - Embeddable inheritance + default_schema results in NPE at startup
83+
* [HHH-18974] - UuidVersion6Strategy/UuidVersion7Strategy use random seed in static init + constructor
84+
* [HHH-18968] - MySQLDialect wrongly uses Timestamp as type for localtime function
85+
* [HHH-18961] - JtaIsolationDelegate, obtaining connection : NPE when SQLExceptionConversionDelegate#convert returns null
86+
* [HHH-18949] - Hibernate Processor should not insert underscores within uppercase names
87+
* [HHH-18945] - Hibernate Processor - fails if entity extends mapped superclass with same simple class name
88+
* [HHH-18933] - the ordering of the class declaration in persistence.xml seems to affect the metamodel
89+
* [HHH-18932] - Wrongly using FK column instead of PK when using joined alias
90+
* [HHH-18912] - ORM release process
91+
* [HHH-18904] - Bytecode Enhancement fails with UnsupportedEnhancementStrategy.FAIL for pre-persist method
92+
* [HHH-18903] - Bytecode enhancement fails for entities that contain a method named get
93+
* [HHH-18901] - AnnotationFormatError: Duplicate annotation for class: interface org.hibernate.bytecode.enhance.spi.EnhancementInfo
94+
* [HHH-18894] - Hibernate 6.6 enum literal is considered field literal instead
95+
* [HHH-18893] - DialectOverrides.SQLRestrictions
96+
* [HHH-18883] - When initializing version attribute to a negative value then a TransientObjectException is thrown when loading an entity
97+
* [HHH-18869] - Schema validation fails with MariaDB when entity field is of type BigDecimal[]
98+
* [HHH-18868] - Wrong behaviour of getAttribute method in impl. of ManagedType when scattered id attributes are used in MappedSuperclass
99+
* [HHH-18867] - beginTransaction() when a tx is already active
100+
* [HHH-18858] - array fields and static metamodel
101+
* [HHH-18819] - Error resolving persistent property of @MapperSuperclass if subtype @Embeddable used as @IdClass
102+
* [HHH-18771] - ListInitializer should consistently consider @ListIndexBase
103+
* [HHH-18750] - @OneToMany with @Any mapped in secondary table KO (ClassCastException)
104+
* [HHH-18693] - Hibernate Processor does not handle inner @Embeddable types
105+
* [HHH-18384] - @JoinColumnsOrFormulas broken
106+
* [HHH-17652] - Cannot invoke "org.hibernate.envers.internal.entities.EntityConfiguration.getRelationDescription(String)" because "entCfg" is null
107+
* [HHH-16883] - EntityGraph.addSubclassSubgraph() throws UnsupportedOperationException
108+
* [HHH-16516] - Adding quoteOnNonIdentifierChar flag to org.hibernate.boot.model.naming.Identifier breaks backwards compatibility
109+
* [HHH-16216] - SybaseASEDialect creates additional not null checks
110+
* [HHH-15848] - session.isDirty() shouldn't throw exception for transient many-to-one object in a session
111+
* [HHH-14725] - Using a InputStream with BlobProxy and Envers results in java.sql.SQLException: could not reset reader
112+
* [HHH-14519] - Misleading error message when unable to resolve table name
113+
* [HHH-13969] - Fix handling of large varbinary for SAP/Sybase ASE
114+
* [HHH-13915] - Shared state in ByteBuddy basic proxies leads to intermittently broken persistence
115+
* [HHH-13815] - TransientObjectException after merging a bidirectional one-to-many with orphan deletion
116+
* [HHH-13790] - Temporary session not being closed
117+
* [HHH-13612] - Quoted table name in FROM clause and Column in @Formula gets wrongly qualified with generated alias
118+
* [HHH-13377] - Lazy loaded properties of bytecode enhanced entity are left stale after refresh of entity
119+
* [HHH-13243] - Setting @ManyToAny.fetch to FetchType.EAGER doesn't work
120+
121+
64122
Changes in 7.0.0.Beta3 (December 05, 2024)
65123
------------------------------------------------------------------------------------------------------------------------
66124

0 commit comments

Comments
 (0)