Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 9a98976b41d5143b7e1fa52fc6e16fdf668ca6c3
https://github.com/hibernate/hibernate-orm/commit/9a98976b41d5143b7e1fa52...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/EmbeddableMappingTypeImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/MappingModelCreationProcess.java
Log Message:
-----------
don't use NPE to indicate that a PostInitCallbackEntry is unready and needs to be
re-queued
because:
- to anyone stepping through the code it looks like a bug
- nobody *reading* the code would have any way of guessing
that this is behavior that can happen, much less that it's
expected and correct