-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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
Native compile error when using Kotlin and WebFlux with coRouter #29658
Comments
Could you share a minimal sample application that reproduces the problem? Ideally, an application created from start.spring.io and shared as a git repository or a zip file. Thanks! |
this is the link of ATENDANCE-SERVICE https://github.com/halimpuckjava/attendance-service.git |
This sample can be simplified significantly and still reproduce the problem.
Running |
@halimpuckjava As a work-around, this change to
|
thanks, i will try it and give you a feed back |
This issue is a duplicate of #29555. |
spring framework 6.0.2 (spring boot 3.0.0) , graalvm 22.3.0 (java 17.0.5)
routes dsl definition
spring main application
when launch gradle task: gradle nativeCompile an exception appear
whats wrong !!!
The text was updated successfully, but these errors were encountered: