-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Native version of webflux/r2dbc failed #29582
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
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
theme: aot
An issue related to Ahead-of-time processing
type: bug
A general bug
Milestone
Comments
Complete stacktrace:
|
It looks like a bug in the proxying that's necessary to honour the use of |
Hi, the problem is still reproducible with the new 3.0.2. Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
theme: aot
An issue related to Ahead-of-time processing
type: bug
A general bug
Hello,
my setup is:
openjdk 17.0.5 2022-10-18
OpenJDK Runtime Environment GraalVM CE 22.3.0 (build 17.0.5+8-jvmci-22.3-b08)
OpenJDK 64-Bit Server VM GraalVM CE 22.3.0 (build 17.0.5+8-jvmci-22.3-b08, mixed mode, sharing)
Mac M1
12.6.1
the following fresh new SB3 project [1] compiles and runs without any problems when produced with
gradle bootJar
.When compiled with
gradle nativeCompile
, it fails for the following route:http:8082/intervenants
.POST
,DELETE
,PUT
orGET intervenants/{id}
work fine.I'm not sure if the probem is related to SB3 or to a GraalVM problem (last line of the exception report):
Thanks,
[1] https://github.com/operrin/sb3-native
The text was updated successfully, but these errors were encountered: