Skip to content

Commit cdce898

Browse files
committed
Pre-steps for release : 6.4.0.Final
1 parent ac637ea commit cdce898

File tree

2 files changed

+57
-1
lines changed

2 files changed

+57
-1
lines changed

changelog.txt

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

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

6+
Changes in 6.4.0.Final (November 23, 2023)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/32212
10+
11+
** Bug
12+
* [HHH-17454] - SemanticException caused by type check when comparing generic path to parameter expression
13+
* [HHH-17428] - Parameter place holder should start from 1 in StandardTemporaryTableExporter
14+
* [HHH-17415] - NullPointerException: EntityValuedPathInterpretation - getNavigablePath()
15+
* [HHH-17412] - Type comparison error due to surprising javac method selection
16+
* [HHH-17411] - Fetch join on treated join leads to owner not selected error
17+
* [HHH-17386] - Type inference source is not reset for top level predicates
18+
* [HHH-17384] - OneToMany association with @NotFound results in SQL with different JOIN-type for SELECT (LEFT JOIN) and COUNT (JOIN)
19+
* [HHH-17383] - Association is null in lazy initialized element collection
20+
* [HHH-17382] - Dynamic instantiation leads to superclass fields not found when using injection
21+
* [HHH-17381] - fix wrong groupId in Compatibility.adoc
22+
* [HHH-17380] - Persisting an entity with a non generated id and @MapsId throws PropertyValueException
23+
* [HHH-17370] - ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Cannot invoke "org.hibernate.resource.jdbc.spi.JdbcObserver.jdbcConnectionAcquisitionEnd(java.sql.Connection)" because "this.observer" is null
24+
* [HHH-17344] - DB2zDialect NullPointerException
25+
* [HHH-17328] - Retrieve entity using entity graph not adding type in the where clause for @Inheritance(strategy = InheritanceType.SINGLE_TABLE)
26+
* [HHH-17313] - Session#setDefaultReadOnly is ignored by named queries
27+
* [HHH-17308] - AssertionError when mixing @SQLSelect and composite ID
28+
* [HHH-17299] - AssertionError in DiscriminatorPathInterpretation when treating a path with the same subtype
29+
* [HHH-17294] - Non-Embeddable JSON objects are not marked as dirty when modified
30+
* [HHH-17292] - MappedSuperclass with more than 1 subclass level leads to "UnknownPathException: Could not resolve attribute"
31+
* [HHH-17102] - @SqlResultSetMapping doesn’t work with @Inheritance(strategy = InheritanceType.JOINED)
32+
33+
** Deprecation
34+
* [HHH-17441] - Deprecate @Comment
35+
36+
** Improvement
37+
* [HHH-17425] - Introduce new configuration parameters for offline Dialect initialization
38+
* [HHH-17424] - Have Dialect manage more of ExtractedDatabaseMetadata
39+
* [HHH-17417] - Workaround Oracle driver issue to reduce connection creation
40+
* [HHH-17409] - Support offset without limit in AbstractSimpleLimitHandler and Oracle12LimitHandler
41+
* [HHH-17389] - Add getQueryHintString() for PostgreSQLDialect
42+
* [HHH-17372] - Endless recursion between default implementations of SelectionQuery.getResultStream() and SelectionQuery.stream()
43+
* [HHH-17355] - Smoothen rough edges with array functions
44+
* [HHH-17340] - Fix typos in javadoc
45+
* [HHH-17023] - Add support for Altibase dialect
46+
* [HHH-15074] - Allow partial composite id generation for EmbeddedId
47+
48+
** New Feature
49+
* [HHH-17357] - Support pgvector types and functions
50+
* [HHH-17210] - Expose custom JFR events
51+
52+
** Sub-task
53+
* [HHH-17347] - Support for JDK which do not support JFR events
54+
55+
** Task
56+
* [HHH-17390] - Change scope of AbstyractEntityInitializer#resolveInstance
57+
* [HHH-17367] - Add links to tutorials in documentation
58+
* [HHH-17362] - Define dependencies of hibernate-jpamodelgen as api
59+
* [HHH-17350] - Work on hibernate-models, XSD and JAXB
60+
61+
662
Changes in 6.4.0.CR1 (October 26, 2023)
763
------------------------------------------------------------------------------------------------------------------------
864

gradle/version.properties

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

0 commit comments

Comments
 (0)