Skip to content

Commit d01714d

Browse files
committed
Pre-steps for release : 7.0.0.CR1
1 parent ee03e0d commit d01714d

File tree

2 files changed

+65
-1
lines changed

2 files changed

+65
-1
lines changed

changelog.txt

+64
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,70 @@ Hibernate 6 Changelog
33

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

6+
Changes in 7.0.0.CR1 (April 24, 2025)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/33078
10+
11+
** Bug
12+
* [HHH-19375] - fix check for presence of Quarkus in reactive case
13+
* [HHH-19374] - repositories should always be @Dependent
14+
* [HHH-19345] - EntityManager#remove checks for entity state are too strict
15+
* [HHH-19334] - CCE arising from tuple passed to HQL position() function
16+
* [HHH-19330] - Error in lockstring generation in PostgreSQL
17+
* [HHH-19320] - Assigned id value is not passed into BeforeExecutionGenerator#generate() method when allowAssignedIdentifiers() is true and id has been assigned
18+
* [HHH-19318] - follow-on locking and StatelessSession
19+
* [HHH-19314] - StackOverflowException when using onConflict with createCriteriaInsertValues and createCriteriaInsertSelect
20+
* [HHH-19306] - Composite generator may not respect the event types of generators it consits of
21+
* [HHH-19301] - Must import FQCN when generating metamodel class for inner Jakarta Data repository interface
22+
* [HHH-19291] - Expressions.nullExpresion() in querydsl result in NPE in SqmExpressible with named parameters
23+
* [HHH-19280] - ResourceRegistryStandardImpl#close(java.sql.Statement) is called on already closed statements
24+
* [HHH-19279] - @Basic not implicit optional
25+
* [HHH-19248] - Return of deleted entities doesn't work with naturalid multiloading
26+
* [HHH-19208] - Javadoc of org.hibernate.cfg.QuerySettings.QUERY_PLAN_CACHE_ENABLED mentions that the query plan cache is disabled by default, but it is enabled by default
27+
* [HHH-19207] - JPA OrderBy annotated relation not ordered when using entity graph with criteria api
28+
* [HHH-19059] - Bytecode enhancement fails when inherited fields are mapped using property access in subclass
29+
* [HHH-18991] - Restrictions should use JDBC parameters
30+
* [HHH-18920] - Enum parameters in Jakarta Data repository method return type constructor are not properly matched
31+
* [HHH-18745] - Unnecessary joins when use TREAT operator
32+
* [HHH-14694] - Use stable proxy names to avoid managing proxy state and memory leaks
33+
* [HHH-9127] - L2 cache stores stale data when an entity is locked with OPTIMISTIC_FORCE_INCREMENT lock type
34+
35+
** Deprecation
36+
* [HHH-19357] - deprecate hibernate.discard_pc_on_close
37+
38+
** Improvement
39+
* [HHH-19378] - find by multiple ids with EntityGraph
40+
* [HHH-19364] - Introduce QuerySpecification
41+
* [HHH-19358] - Add a "What's New" document for series
42+
* [HHH-19352] - move legacy LimitHandlers to community dialects module
43+
* [HHH-19350] - SessionBuilder exposes SPI types
44+
* [HHH-19349] - rework ImmutableEntityUpdateQueryHandlingMode and immutable_entity_update_query_handling_mode
45+
* [HHH-19340] - Make TypedParameterValue a record
46+
* [HHH-19325] - Upgrade to Jandex 3.3.0
47+
* [HHH-19317] - Mark org.hibernate.boot.models as incubating
48+
* [HHH-19300] - more ConstraintKinds
49+
* [HHH-19286] - Ignoring auto-applied conversions on special mappings
50+
* [HHH-19284] - Extract Duplicated Vector Function Registration Logic
51+
* [HHH-19278] - fixes to logic in MultiIdEntityLoaders
52+
* [HHH-19096] - Adjust `SelectionQuery#setEntityGraph(..)` to accept entity graphs of supertypes
53+
* [HHH-19001] - Map ConstraintType to UNIQUE on ConstraintViolationException
54+
* [HHH-18896] - Use binary_float/binary_double on Oracle for Java float/double
55+
* [HHH-18008] - Ability to clear persistence context for a specific type
56+
* [HHH-17002] - Query plan caching for CriteriaQuery based on query structure
57+
* [HHH-16972] - Reorganize parts of org.hibernate.query.sqm
58+
59+
** New Feature
60+
* [HHH-19327] - overload SF.addNamedQuery() to take TypedQuery and return TypedQueryReference
61+
* [HHH-19319] - StatelessSession.findMultiple() accepting a LockMode
62+
* [HHH-19303] - validate @Id fields against @IdClass in Processor
63+
* [HHH-19298] - add convenience overloads of StatelessSession.get() which default GraphSemantic.LOAD
64+
* [HHH-19296] - overload createSelectionQuery() to accept an EntityGraph instead of a result class
65+
* [HHH-19115] - Implement support for ordered loading by multiple natural-id values
66+
* [HHH-18563] - Add foreign key target tables to affected tables (update query set-clause)
67+
* [HHH-16643] - @NamedFetchGraph annotation
68+
69+
670
Changes in 7.0.0.Beta5 (March 21, 2025)
771
------------------------------------------------------------------------------------------------------------------------
872

gradle/version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hibernateVersion=7.0.0-SNAPSHOT
1+
hibernateVersion=7.0.0.CR1

0 commit comments

Comments
 (0)