Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nullability annotations to LoggingEvent #927

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

reftel
Copy link

@reftel reftel commented Feb 27, 2025

So make it clearer to client code that some of the collections can be null. Only implements it for the class that tripped us up, and only for the methods where it seemed clear if null was possible/supported. Uses jspecify instead of jsr-305 as suggested in SLF4J-418, as everyone seems to be converging on that.

So make it clearer to client code that some of the collections can be null

Signed-off-by: Magnus Reftel <[email protected]>
@reftel reftel force-pushed the feature/markerlist_nullable branch from 4e5a777 to 06b1ef8 Compare February 27, 2025 14:24
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.

1 participant