Skip to content

Commit 1b4576a

Browse files
Hibernate-CIsebersole
authored andcommitted
Pre-steps for release : 7.0.0.Alpha2
1 parent 356e5a6 commit 1b4576a

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

changelog.txt

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

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

6+
Changes in 7.0.0.Alpha2 (May 03, 2024)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/32280
10+
11+
** Bug
12+
* [HHH-18053] - duration arithmetic with fractional seconds
13+
* [HHH-18049] - Handle <exclude-default-listeners/> and <exclude-superclass-listeners/>
14+
* [HHH-18042] - ConstructorResults defined in XML are not applied
15+
* [HHH-18041] - With SharedCacheMode.DISABLE_SELECTIVE entities with cacheable false should not be cached
16+
* [HHH-18039] - EntityListeners defined in XML should replace those from annotations, not add to
17+
* [HHH-18038] - Fall back to persistence-unit name as SessionFactory name
18+
* [HHH-18036] - Retrieving java.sql.Date from Oracle contains unwanted milliseconds
19+
* [HHH-18028] - TCK test failure with attribute converter and Embeddable
20+
* [HHH-18018] - Derby implementation for 'right' function wrongly passes parameter to 'length'
21+
22+
** Improvement
23+
* [HHH-18048] - Split notions of SessionFactory name and SessionFactory JNDI name
24+
* [HHH-18005] - Remove AnnotationDescriptor#createUsage method calls that rely on lambdas for configuration
25+
* [HHH-18003] - Create a PersistenceUnitDescriptor wrapper around JPA 3.2 PersistenceConfiguration
26+
* [HHH-18000] - Remove XmlProcessingHelper methods for creating AnnotationUsage instances
27+
28+
** New Feature
29+
* [HHH-18025] - RefreshOptions & LockOptions for Hibernate 7
30+
* [HHH-18001] - FindOptions for Hibernate 7
31+
32+
** Task
33+
* [HHH-18043] - Change SQL Server default timestamp precision to 7
34+
* [HHH-18035] - Change Oracle default timestamp precision to 9
35+
* [HHH-17982] - Setup JPA 3.2 TCK testing automation for ORM 7
36+
37+
638
Changes in 7.0.0.Alpha1 (April 16, 2024)
739
------------------------------------------------------------------------------------------------------------------------
840

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.Alpha2

0 commit comments

Comments
 (0)