@@ -33,6 +33,9 @@ https://hibernate.atlassian.net/projects/HHH/versions/34530
3333 * [HHH-19276] - Native query with enum list param leads to OutOfMemory
3434 * [HHH-18993] - [Docs] Possible outdated documentation and update suggestions in the user guide
3535 * [HHH-14082] - Hibernate cannot determine it's core version in modular configuration
36+ * [HHH-19085] - NPE when using null value in CriteriaUpdate
37+ * [HHH-19393] - Hibernate Envers can not handle ID class if it is implemented as Java record
38+
3639
3740** Deprecation
3841 * [HHH-19751] - Deprecate AzureSQLServerDialect for removal
@@ -74,6 +77,8 @@ https://hibernate.atlassian.net/projects/HHH/versions/34530
7477 * [HHH-14892] - Parallel test with GRADLE
7578 * [HHH-13843] - Performance schema migration
7679 * [HHH-9636] - Have JPA PessimisticLockScope.EXTENDED propagate the same LockModeType
80+ * [HHH-19767] - Include license file in the META-INF of published artifacts
81+ * [HHH-19827] - Apply the unified Hibernate Documentation theme
7782
7883** New Feature
7984 * [HHH-19794] - SchemaManager.resynchronizeGenerators()
@@ -84,6 +89,7 @@ https://hibernate.atlassian.net/projects/HHH/versions/34530
8489 * [HHH-19257] - Introduce @EmbeddedTable
8590 * [HHH-18973] - Add Vector support type for MySQL
8691 * [HHH-3404] - Regular expression matching in HQL
92+ * [HHH-19676] - validate content of JPA @OrderBy in Processor
8793
8894** Sub-task
8995 * [HHH-19820] - Make sure that the enhancer is not doing anything if all the enablement parameters are false
@@ -99,6 +105,8 @@ https://hibernate.atlassian.net/projects/HHH/versions/34530
99105 * [HHH-19728] - Update SQL Server CI testing to 2025
100106 * [HHH-19726] - Update MariaDB CI testing to 12.0
101107 * [HHH-19009] - Correction of the inheritance syntax used with GraphParser in EntityGraphsTest tests
108+ * [HHH-19793] - Temporary disconnect ATP-S from OTP
109+ * [HHH-19806] - Make LoggingReportTask more resilient to missing annotation values
102110
103111
104112Changes in 7.1.0.Final (August 08, 2025)
0 commit comments