Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork633
Fix virtual threads enabled bug on native images for graalVM#2361
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…n native images on graalVM
codecovbot commentedFeb 13, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## master #2361 +/- ##====================================== Coverage 0.00% 0.00% ====================================== Files 148 148 Lines 4498 4492 -6 Branches 513 513 ======================================+ Misses 4498 4492 -6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
tipsy commentedMar 2, 2025
Thanks@OlavoAcolita ! I see Codecov is complaining a bit, I'm not sure how well tested the existing implementation was 🤔 I will try to have a look before next weekend.@dzikoysk I saw you in the emoji-section of the issue, did you check this out yet? |
| } | ||
| openclassReflectiveVirtualThreadBuilder { | ||
| classVirtualThreadBuilder { |
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.
You can convert this class into the object class (singleton) and get rid of the companion object at all. It'll make more sense, also considering that we're not creating a new instance of it.
+ should fix coverage
dzikoysk commentedMar 2, 2025
@tipsy@OlavoAcolita I've left one comment, despite that I think it's okay |
ratacolita commentedMar 17, 2025
@dzikoysk , we've done as you said. |
ratacolita commentedApr 25, 2025
Hi folks, any update on this? Is there anything else we can assist to get it done? |
dzikoysk commentedApr 25, 2025
tipsy commentedApr 27, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Sorry, just missed it - things have been busy lately! |
1177ba2 intojavalin:masterUh oh!
There was an error while loading.Please reload this page.
Relevant issue:#2192
Fix proposed on issue.
Created a new class (VirtualThreadBuilder) for fixing virtual threads enabled bug on native images for graalVM.