Skip to content

Commit f5436f4

Browse files
Hibernate-CIsebersole
authored andcommitted
Pre-steps for release : 7.0.0.Beta1
1 parent e91b76a commit f5436f4

File tree

2 files changed

+69
-1
lines changed

2 files changed

+69
-1
lines changed

changelog.txt

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,74 @@ Hibernate 6 Changelog
33

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

6+
Changes in 7.0.0.Beta1 (August 01, 2024)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/32319
10+
11+
** Bug
12+
* [HHH-18314] - dialect for Db2 claims to be NationalizationSupport.EXPLICIT but never generates DDL with NCHAR/NVARCHAR
13+
14+
** Improvement
15+
* [HHH-18453] - Fix Java code block highlighting in User Guide
16+
* [HHH-18448] - Add cast and notEqualTo methods to JpaExpression and SqmExpression
17+
* [HHH-18441] - Create extension to PersistenceConfiguration
18+
* [HHH-18440] - Rewrite the Bootstrapping chapter in the User Guide
19+
* [HHH-18412] - Upgrade JBoss Logging Tools (processor) to 3.0.1.Final
20+
* [HHH-18393] - Upgrade JBoss Logging Tools (processor) to 3.0.0.Final
21+
* [HHH-18316] - use utf8mb4 instead of utf8 a.k.a utf8mb3 on MySQL
22+
* [HHH-18097] - Replace `java.io.Closeable` with `java.lang.AutoCloseable`
23+
* [HHH-18009] - Consolidate JdbcObserver and ConnectionObserver into JdbcEventHandler
24+
* [HHH-17720] - Add common JAXB contracts for named queries
25+
26+
** New Feature
27+
* [HHH-18304] - Transform hbm.xml key-many-to-one references
28+
* [HHH-18281] - Transform <filter-def/> and <filter/>
29+
* [HHH-18266] - HbmXmlTransformer hbm inverse
30+
* [HHH-18265] - HbmXmlTransformer transform hbm <key column=""/>
31+
* [HHH-18264] - HbmXmlTransformer collection classification
32+
* [HHH-18060] - HbmXmlTransformer work
33+
* [HHH-17979] - Add @PropertyRef
34+
35+
** Remove Feature
36+
* [HHH-18452] - Remove deprecated org.hibernate.Interceptor methods
37+
* [HHH-18449] - Remove deprecated Integrator#integrate form
38+
* [HHH-18444] - Remove deprecate Session#refresh methods
39+
* [HHH-18443] - Drop SessionFactoryBuilder#enableJpaListCompliance
40+
* [HHH-18442] - Drop DynamicInsert#value and DynamicUpdate#value
41+
* [HHH-18437] - Remove deprecations from JdbcSessionContext
42+
* [HHH-18428] - Remove Session#delete
43+
* [HHH-18199] - Remove @Where and @WhereJoinTable
44+
* [HHH-18196] - Remove Session#save / Session#update / Session#saveOrUpdate
45+
* [HHH-18195] - Remove @SelectBeforeUpdate
46+
* [HHH-18194] - Remove @Proxy
47+
* [HHH-18193] - Remove @Polymorphism
48+
* [HHH-18191] - Remove @LazyToOne
49+
* [HHH-18190] - Remove @LazyCollection
50+
* [HHH-18189] - Remove @IndexColumn
51+
* [HHH-18188] - Remove GenerationTime and its uses
52+
* [HHH-18186] - Remove @GeneratorType
53+
* [HHH-18184] - Remove CacheModeType and its uses
54+
* [HHH-17697] - Remove deprecated annotations
55+
56+
** Sub-task
57+
* [HHH-18197] - Remove @Table
58+
* [HHH-18192] - Remove @Loader
59+
* [HHH-18187] - Remove @Index
60+
* [HHH-18185] - Remove @ForeignKey
61+
* [HHH-18075] - Transform property-ref
62+
* [HHH-17888] - Remove support for MariaDB versions older than 10.5
63+
64+
** Task
65+
* [HHH-18397] - Transform "foreign" generators
66+
* [HHH-18396] - Transform property-ref pointing to a to-one attribute
67+
* [HHH-18394] - Fix transformation of nested subclass mappings
68+
* [HHH-18037] - Move DerbyDialect to hibernate-community-dialects
69+
* [HHH-18010] - Investigate ConnectionObserver and friends
70+
* [HHH-17583] - Cleanup for 7.0
71+
* [HHH-17448] - Add newly standard column annotation attributes to Hibernate column annotations
72+
73+
674
Changes in 7.0.0.Alpha3 (June 14, 2024)
775
------------------------------------------------------------------------------------------------------------------------
876

gradle/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hibernateVersion=7.0.0-SNAPSHOT
1+
hibernateVersion=7.0.0.Beta1

0 commit comments

Comments
 (0)