-
Notifications
You must be signed in to change notification settings - Fork 85
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
[WIP] Migrate runtime APIs for Java 21 #2216
Conversation
…ad-test-results [Automated] Update summary csv files
…date-netty-version Update netty version
Quality Gate passedIssues Measures |
Disabled failing json data tests with this de77bf9. |
String strandParentFunctionName = Objects.isNull(env.getStrandMetadata()) ? null : | ||
env.getStrandMetadata().getParentFunctionName(); | ||
if (Objects.nonNull(strandParentFunctionName) && strandParentFunctionName.equals("onMessage")) { | ||
env.setStrandLocal(MAIN_STRAND, true); |
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.
Dont we need to add this?
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.
I removed it because we didn't read it anywhere. Any specific reason we added this? @warunalakshitha
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.
It was there in old code too.
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.
+1 to remove
Purpose
$subject
Examples
Checklist