-
Notifications
You must be signed in to change notification settings - Fork 23
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
Issue with multi-release-jar support in Coretto 21 #89
Comments
Hello, I apologize for the delay in response. You state that the following code works with other JVM providers, could you list which ones? |
Hi @cost0much, OpenJDK 21.0.2-open
|
Hello,
|
I used this project to reproduce, but now I see the same error when running the jar, running the IDE is works. The issue is when running in the JAR |
Describe the bug
I'm using the JVM argument
-Dreactor.schedulers.defaultBoundedElasticOnVirtualThreads=true
but, but it doesn't work well with Correto. When specifying this argument, Virtual threads would be the default thread pool.However, when compiling and running my code using Correto, that doesn't happen. It seems that is the root cause:
The same code works with other JVM providers.
To Reproduce
Create a small java project using project reactor, compile and run it using this JVM arg
-Dreactor.schedulers.defaultBoundedElasticOnVirtualThreads=true.
Use this code:
Expected behavior
See the print of the Virtual thread pool.
Error
Platform information
Additional context
Related issue: reactor/reactor-core#4012
The text was updated successfully, but these errors were encountered: