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

Migrate to Java 21 #917

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

Conversation

ravinperera00
Copy link

Purpose

Fixes:

Examples

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests
  • Updated the spec
  • Checked native-image compatibility

@ravinperera00 ravinperera00 force-pushed the java21 branch 3 times, most recently from a3ebdd4 to c08bfca Compare December 4, 2024 07:25
@ravinperera00 ravinperera00 force-pushed the java21 branch 3 times, most recently from b25c6ee to b6ae5d7 Compare December 5, 2024 17:33
@ravinperera00 ravinperera00 marked this pull request as ready for review December 6, 2024 03:43
natsMetricsReporter.reportProducerError(subject, NatsObservabilityConstants.ERROR_TYPE_REQUEST);
return bError;
}
BMap<BString, Object> populatedRecord = ValueCreator.createRecordValue(msgRecord,
Copy link
Contributor

Choose a reason for hiding this comment

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

This should not be inside yieldAndRun since it will call ballerina runtime

Copy link
Author

Choose a reason for hiding this comment

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

Changed in b692a44. Will this work?

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.

3 participants