Branch: refs/heads/5.3
Home:
https://github.com/hibernate/hibernate-orm
Commit: 8f4afa625f0fa9c0d6a3193fb176e86849bf3e9d
https://github.com/hibernate/hibernate-orm/commit/8f4afa625f0fa9c0d6a3193...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/domain/natural_id.adoc
M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityMetamodel.java
A hibernate-core/src/test/java/org/hibernate/test/naturalid/ValidationTests.java
Log Message:
-----------
natural-id + not-found
https://hibernate.atlassian.net/browse/HHH-17197 - Add check for illegal combo of to-one +
natural-id + not-found
https://hibernate.atlassian.net/browse/HHH-17196 - Documentation for @NaturalId should be
more explicit about non-nullability
(cherry picked from commit 6c2e04381da4fdf26999fb3a31ca9514955da33b)
Commit: f5bdf08d257e451b312eec07768f01559b22003a
https://github.com/hibernate/hibernate-orm/commit/f5bdf08d257e451b312eec0...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M gradle/java-module.gradle
M gradle/libraries.gradle
M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityMetamodel.java
M hibernate-core/src/test/java/org/hibernate/test/naturalid/ValidationTests.java
Log Message:
-----------
natural-id + not-found
https://hibernate.atlassian.net/browse/HHH-17197 - Add check for illegal combo of to-one +
natural-id + not-found
https://hibernate.atlassian.net/browse/HHH-17196 - Documentation for @NaturalId should be
more explicit about non-nullability
(cherry picked from commit 6c2e04381da4fdf26999fb3a31ca9514955da33b)
Compare:
https://github.com/hibernate/hibernate-orm/compare/e14c7f8740ec...f5bdf08...