-
-
Notifications
You must be signed in to change notification settings - Fork 428
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
Expose three classes used as bindings in JSR-223 rules as interfaces #2723
Conversation
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
Build failure does not occur in local build. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to annotate all the new interfaces with @NonNullByDefault
?
Signed-off-by: Jan N. Klug <github@klug.nrw>
Signed-off-by: Jan N. Klug <github@klug.nrw>
Done. Also added additional null-checks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
…penhab#2723) Signed-off-by: Jan N. Klug <github@klug.nrw> GitOrigin-RevId: 9a9217e
Fixes #2438
Signed-off-by: Jan N. Klug jan.n.klug@rub.de