Skip to content

Commit 1818e60

Browse files
committed
Pre-steps for release : 7.0.4.Final
1 parent cb87575 commit 1818e60

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

changelog.txt

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

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

6+
Changes in 7.0.4.Final (June 30, 2025)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/34000
10+
11+
** Bug
12+
* [HHH-19577] - BytecodeProviderImpl.SetPropertyValues wrongly emits duplicate stack map frames
13+
* [HHH-19573] - Presence of wrapper byte array pollutes BasicTypeRegistry
14+
* [HHH-19572] - NullPointerException when using where(List<Predicate> restrictions) method
15+
* [HHH-19571] - CloningPropertyCall causes non-deterministic bytecode for AccessOptimizer
16+
* [HHH-19570] - HQL with jpamodelgen fails compilation when querying by natural id named `id`
17+
* [HHH-19560] - TupleTransformer and ResultListTransformer trash the query interpretation cache
18+
* [HHH-19547] - Misleading exception message at DefaultFlushEntityEventListener - mangled ID - misplaced Entity and EntityEntry ID
19+
* [HHH-19464] - Storing a binary data into BLOB on Oracle cutting off its content.
20+
* [HHH-18898] - Specific mistake in HQL gives NullPointerException in AbstractSqlAstTranslator
21+
* [HHH-18774] - two bad bugs in cascade refresh
22+
23+
** Task
24+
* [HHH-19519] - Document breaking changes in new Hibernate Maven Plugin
25+
26+
627
Changes in 7.0.3.Final (June 22, 2025)
728
------------------------------------------------------------------------------------------------------------------------
829

gradle/version.properties

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

0 commit comments

Comments
 (0)