Skip to content

Conversation

@gavinking
Copy link
Member

@gavinking gavinking commented Mar 21, 2025

[Please describe here what your change is about]


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.


https://hibernate.atlassian.net/browse/HHH-18008

Copy link
Member

@sebersole sebersole left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requested a minor change, but otherwise +1

@hibernate-github-bot
Copy link

Thanks for your pull request!

This pull request does not follow the contribution rules. Could you have a look?

❌ All commit messages should start with a JIRA issue key matching pattern HHH-\d+
    ↳ Offending commits: [8f4b24f]

› This message was automatically generated.

postLoadEvent,
PostLoadEventListener::onPostLoad
);
listenerGroup.fireEventOnEachListener( postLoadEvent, PostLoadEventListener::onPostLoad );

Check warning

Code scanning / CodeQL

Dereferenced variable may be null Warning

Variable
listenerGroup
may be null at this access because of
this
null argument.
@gavinking gavinking merged commit b1cb1b7 into hibernate:main Mar 21, 2025
24 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants