Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 2090df4a08ef82e06b6ad7acd1f6f21d3c7165e2
https://github.com/hibernate/hibernate-orm/commit/2090df4a08ef82e06b6ad7a...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-01-29 (Sat, 29 Jan 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
Log Message:
-----------
fix some raw types in Configuration
Commit: 2e2a5445849e2fd3052181fefa828bd7fb11c10b
https://github.com/hibernate/hibernate-orm/commit/2e2a5445849e2fd3052181f...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-01-29 (Sat, 29 Jan 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/EmptyInterceptor.java
M hibernate-core/src/main/java/org/hibernate/Interceptor.java
M hibernate-core/src/main/java/org/hibernate/classic/Lifecycle.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/spi/EntityRepresentationStrategy.java
Log Message:
-----------
correct fix for Interceptor.onSave()
see
https://github.com/hibernate/hibernate-orm/pull/4404/commits/9898151ddafa...
This change broke the ability to selectively implement methods of Interceptor,
and also broke backwards compatibility with older implementations of Interceptor.
Compare:
https://github.com/hibernate/hibernate-orm/compare/9276ce4421c8...2e2a544...