Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: b48d0cf0f30ec7691f27f8c38b6cc377bc3db819
https://github.com/hibernate/hibernate-orm/commit/b48d0cf0f30ec7691f27f8c...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/persister/collection/AbstractCollectionPersister.java
Log Message:
-----------
HHH-17914 - correct the NPE protection in AbstractCollectionPersister.logStaticSQL()
checking if `getRowMutationOperations().hasInsertRow()` (e.g.) is not enough to avoid a
possible NPE at
`getRowMutationOperations().getInsertRowOperation().getSqlString()` since
`getInsertRowOperation()` can still return null
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications