-
Notifications
You must be signed in to change notification settings - Fork 21
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
Migrate to Java 21 #917
Migrate to Java 21 #917
Conversation
a3ebdd4
to
c08bfca
Compare
native/src/main/java/io/ballerina/stdlib/nats/basic/consumer/DefaultMessageHandler.java
Outdated
Show resolved
Hide resolved
b25c6ee
to
b6ae5d7
Compare
native/src/main/java/io/ballerina/stdlib/nats/basic/consumer/DefaultMessageHandler.java
Outdated
Show resolved
Hide resolved
native/src/main/java/io/ballerina/stdlib/nats/basic/client/Request.java
Outdated
Show resolved
Hide resolved
c5b6925
to
5239c9b
Compare
5239c9b
to
b692a44
Compare
// Service level `panic` is captured in this method. | ||
// Since, `panic` is due to a critical application bug or resource exhaustion | ||
// we need to exit the application. | ||
// Please refer: https://github.com/ballerina-platform/ballerina-standard-library/issues/2714 | ||
System.exit(1); |
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.
We need to check with owners
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.
LGTM
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.
LGTM
Purpose
Fixes:
Examples
Checklist