@@ -3,6 +3,70 @@ Hibernate 6 Changelog
33
44Note: Please refer to JIRA to learn more about each issue.
55
6+ Changes in 7.0.0.Beta5 (March 21, 2025)
7+ ------------------------------------------------------------------------------------------------------------------------
8+
9+ https://hibernate.atlassian.net/projects/HHH/versions/32581
10+
11+ ** Bug
12+ * [HHH-19266] - inconsistencies in ScrollableResults
13+ * [HHH-19259] - Static metamodel for id/timestamp not set (and triggers warnings) for DefaultRevisionEntity and similar
14+ * [HHH-19258] - Remove @Entity annotation from default revision entities contributed internally by Envers
15+ * [HHH-19254] - The return value of st_envelope() is not recognised as a geometry type on MariaDB
16+ * [HHH-19246] - Fetch join makes partially covered EntityGraph ineffective
17+ * [HHH-19232] - BeanValidationEventListener not called if only associated collection is updated via getter
18+ * [HHH-19227] - errors in class OracleSDOFunctionDescriptors
19+ * [HHH-19220] - ClassCastException: class org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer$1 cannot be cast to class java.lang.String
20+ * [HHH-19206] - Bytecode-enhanced dirty checking ineffective if entity's embedded ID set manually (to same value)
21+ * [HHH-19195] - Embeddable inheritance: discriminator values are not hierarchically ordered
22+ * [HHH-19173] - PostgreSQLLegacySqlAstTranslator does not implement visitInArrayPredicates
23+ * [HHH-19143] - javadoc for 7 links to JPA 3.1 javadoc instead of 3.2
24+ * [HHH-19140] - Enhanced entities with AccessType.PROPERTY does not work well with inheritance
25+ * [HHH-19134] - Hibernate processor - find by id fails for entity with composite identifier with @IdClass
26+ * [HHH-19126] - Plural valued paths should be collection-typed instead of element typed
27+ * [HHH-19118] - The columnDefinition field of joinColumn does not take effect
28+ * [HHH-19116] - Error when using fk() function on left joined many-to-one association and is null predicate
29+ * [HHH-19110] - Flush operation fails with "UnsupportedOperationException: compare() not implemented for EntityType"
30+ * [HHH-19109] - Hibernate Data Repositories are @RequestScoped
31+ * [HHH-19097] - CoercionException for empty CHAR(1) from MySQL when used with MySQLLegacyDialect
32+ * [HHH-19091] - Nested entity classes not properly handled by jpamodelgen
33+ * [HHH-19005] - High memory usage for JSON string literals in BasicFormatterImpl
34+ * [HHH-18946] - Startup issues with HANA in failover situations
35+ * [HHH-18780] - Performance regression on Postgres with polymorphic query due to incorrect casts of null columns
36+ * [HHH-17151] - NPE when binding null parameter in native query with explicit TemporalType
37+ * [HHH-11801] - AbstractPersistentCollection.SetProxy does not implement equals()
38+
39+ ** Deprecation
40+ * [HHH-19274] - Deprecate MetadataBuilder#applyIndexView and friends
41+ * [HHH-19265] - deprecate hibernate.jdbc.use_scrollable_resultset
42+ * [HHH-19253] - deprecate use of lifecycle callbacks on embeddables
43+ * [HHH-19063] - Drop forms of SchemaNameResolver performing reflection
44+
45+ ** Improvement
46+ * [HHH-19271] - support HINT_FETCH_PROFILE in SelectionQuery
47+ * [HHH-19260] - Move feature supports methods from the SqlAstTranslator base impl to Dialect
48+ * [HHH-19252] - overriding @Id generation declared by @MappedSuperclass
49+ * [HHH-19223] - Upgrade JBoss Logging Tools (processor) to 3.0.4.Final
50+ * [HHH-19219] - Informix Catalog and schema support
51+ * [HHH-19210] - Propagate exceptions from building a ValidatorFactory
52+ * [HHH-19205] - Do not recreate the validator on each BeanValidationEventListener#validate call
53+ * [HHH-19196] - Upgrade to JUnit 5.12.0
54+ * [HHH-19145] - Relicense Hibernate ORM under ASL
55+ * [HHH-19142] - StatelessSession.findMultiple() and second-level cache
56+ * [HHH-19089] - Lower collection pre-sizing limit to avoid excessive memory usage
57+ * [HHH-18724] - Support Hibernate Validator @ConstraintComposition(OR) for 'not null' DDL generation
58+ * [HHH-18723] - Support @SQLRestriction in class marked as @MappedSuperclass
59+ * [HHH-18482] - Provide access to a mutable ClassDetailsRegistry from the Integrator
60+ * [HHH-17325] - @SoftDelete with timestamp
61+ * [HHH-15271] - Don't initialize lazy associations via merge
62+ * [HHH-4396] - Ability to patternize embedded column names
63+
64+ ** New Feature
65+ * [HHH-19237] - Expand graph language to optionally specify entity
66+ * [HHH-19217] - Expose GraphParser#parse on SessionFactory
67+ * [HHH-19216] - NamedEntityGraph annotation supporting Hibernate parseable format
68+
69+
670Changes in 7.0.0.Beta4 (February 12, 2025)
771------------------------------------------------------------------------------------------------------------------------
872
0 commit comments