Branch: refs/heads/wip/jpa4
Home:
https://github.com/hibernate/hibernate-orm
Commit: cdc44779b31dd79ee0a414eb72e9d87065e145a2
https://github.com/hibernate/hibernate-orm/commit/cdc44779b31dd79ee0a414e...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2026-02-02 (Mon, 02 Feb 2026)
Changed paths:
R hibernate-core/src/main/java/org/hibernate/annotations/ResultCheckStyle.java
M hibernate-core/src/main/java/org/hibernate/annotations/SQLDelete.java
M hibernate-core/src/main/java/org/hibernate/annotations/SQLDeleteAll.java
M hibernate-core/src/main/java/org/hibernate/annotations/SQLInsert.java
M hibernate-core/src/main/java/org/hibernate/annotations/SQLUpdate.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/ResultCheckStyle.java
R
hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/ExecuteUpdateResultCheckStyleConverter.java
A
hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/ResultCheckStyleConverter.java
M
hibernate-core/src/main/java/org/hibernate/boot/jaxb/mapping/internal/ResultCheckStyleMarshalling.java
M hibernate-core/src/main/java/org/hibernate/boot/model/CustomSql.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/EntityBinder.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/Helper.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ModelBinder.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLDeleteAllAnnotation.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLDeleteAnnotation.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLInsertAnnotation.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLUpdateAnnotation.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/annotations/spi/CustomSqlDetails.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/XmlAnnotationHelper.java
R
hibernate-core/src/main/java/org/hibernate/engine/spi/ExecuteUpdateResultCheckStyle.java
M hibernate-core/src/main/java/org/hibernate/mapping/Collection.java
M hibernate-core/src/main/java/org/hibernate/mapping/Join.java
M hibernate-core/src/main/java/org/hibernate/mapping/PersistentClass.java
M hibernate-core/src/main/resources/org/hibernate/xsd/mapping/mapping-7.0.xsd
M hibernate-core/src/main/resources/org/hibernate/xsd/mapping/mapping-8.0.xsd
M hibernate-core/src/main/xjb/hbm-mapping-bindings.xjb
M hibernate-core/src/main/xjb/mapping-bindings.xjb
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/complete/SimpleCompleteXmlTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/sql/CollectionLoaderTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/CustomSQLSecondaryTableTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/OracleCustomSQLWithStoredProcedureTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/sql/SQLSelectTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/check/ExceptionCheckingEntity.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/check/ParamCheckingEntity.java
Log Message:
-----------
HHH-20083 - Remove ExecuteUpdateResultCheckStyle and friends
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications