Skip to content

Commit ebe8bbb

Browse files
committed
Pre-steps for release : 7.0.0.Beta3
1 parent f925a80 commit ebe8bbb

File tree

2 files changed

+67
-1
lines changed

2 files changed

+67
-1
lines changed

changelog.txt

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

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

6+
Changes in 7.0.0.Beta3 (December 05, 2024)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/32364
10+
11+
** Bug
12+
* [HHH-18912] - Fix ORM release process
13+
* [HHH-18881] - In MySQL, array of dates are not converted correctly
14+
* [HHH-18872] - ConcreteProxy type not restored from 2LC when loading a ManyToOne
15+
* [HHH-18862] - Group by error due to subselect using foreign key reference instead of primary key in HQL query
16+
* [HHH-18859] - slice operator and @ElementCollection
17+
* [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type for needle argument
18+
* [HHH-18850] - createCountQuery with Hibernate 6.6.2
19+
* [HHH-18848] - JAR for org.hibernate.orm:hibernate-scan-jandex:7.0.0.Beta2 at Maven Central
20+
* [HHH-18842] - Regression: CollectionType.replace() breaks if target is PersistentCollection, but not instance of Collection (e.g. PersistentMap)
21+
* [HHH-18832] - Bytecode enhancement skipped for entities with "compute-only" @Transient properties
22+
* [HHH-18830] - extraneous SQL UPDATE statements for unowned collection with @OrderColumn
23+
* [HHH-18826] - mappedBy validation in Processor
24+
* [HHH-18765] - Error in the booleanarray_to_string auxiliary function
25+
* [HHH-18709] - CriteriaUpdate involving JSON field containing Map<String, Object> results in SemanticException
26+
* [HHH-18705] - Hibernate processor creates bad TypedReferenceQuery when @Entity have name attribute
27+
* [HHH-18692] - Hibernate attempts to close batched statements multiple times
28+
* [HHH-18629] - Inconsistent column alias generated while result class is used for placeholder
29+
* [HHH-18610] - "SQLGrammarException: Unable to find column position by name:" when using Single Table Inheritance with a strict JDBC driver such as PostgreSQL
30+
* [HHH-18583] - Joined + discriminator inheritance treat in where clause not restricting to subtype
31+
* [HHH-18274] - Problems with generics in queries; proposed partial solution
32+
* [HHH-18069] - NullPointerException when unioning partition results
33+
* [HHH-17838] - @OneToOne relationship + @Embeddable keys + FetchType.LAZY fail in most recent version
34+
* [HHH-16054] - JPA / Hibernate, duplicate pkey error when updating entity that is a subclass of a base class that uses IdClass for composite primary key
35+
* [HHH-14119] - IN clause parameter padding not working for criteria query in conjunction with LiteralHandlingMode.BIND
36+
37+
** Improvement
38+
* [HHH-18875] - Stop using `Array.newInstance` in `org.hibernate.internal.util.collections.StandardStack`
39+
* [HHH-18861] - Improve GitHub release announcement body for automated releases
40+
* [HHH-18847] - Organize the org.hibernate.query.results package
41+
* [HHH-18844] - Run preVerifyRelease task as part of h2 CI job
42+
* [HHH-18841] - Make `_identifierMapper` property added for a IdClass synthetic
43+
* [HHH-18840] - detect and report incorrect usage of @OrderColumn, @MapKeyColumn, and @MapKey
44+
* [HHH-18683] - The method Metamodel#entity(String) should throw IllegalArgumentException for non-entities
45+
* [HHH-18534] - Remove the org.hibernate.boot.models.categorize package
46+
* [HHH-17246] - Guard against Sybase being configured for truncating trailing zeros.
47+
* [HHH-16160] - XML aggregate support for more databases
48+
* [HHH-14020] - Allow Hibernate Types to have access to ServiceRegistry during initialization
49+
* [HHH-7913] - Catalog and schema replacement in <subselect> / @Subselect
50+
51+
** New Feature
52+
* [HHH-18644] - New and improved hibernate-maven-plugin
53+
54+
** Remove Feature
55+
* [HHH-18843] - remove deprecated @OrderBy annotation
56+
57+
** Sub-task
58+
* [HHH-18804] - Add XML aggregate support for HANA
59+
* [HHH-18803] - Add XML aggregate support for DB2
60+
* [HHH-18802] - Add XML aggregate support for SQL Server
61+
* [HHH-18801] - Add XML aggregate support for Sybase ASE
62+
* [HHH-18800] - Add XML aggregate support for PostgreSQL
63+
* [HHH-18799] - Add XML aggregate support for Oracle
64+
65+
** Task
66+
* [HHH-18906] - Allow specifying UnsupportedEnhancementStrategy for Hibernate testing
67+
* [HHH-18866] - Fix more failing tests on CockroachDB
68+
* [HHH-18854] - Changes for Hibernate Reactive 3.0 integration
69+
* [HHH-18678] - Use specific tasks for CI builds
70+
71+
672
Changes in 7.0.0.Beta2 (November 13, 2024)
773
------------------------------------------------------------------------------------------------------------------------
874

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

0 commit comments

Comments
 (0)