-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
@Query with sort does not work in Native Image (Unexpected AOP exception) #4744
Comments
spring-projects-issues
added
the
status: waiting-for-triage
An issue we've not yet triaged
label
Jul 16, 2024
christophstrobl
added
type: bug
A general bug
and removed
status: waiting-for-triage
An issue we've not yet triaged
labels
Jul 17, 2024
@VR4J thanks for reporting and the sample project! |
christophstrobl
added a commit
to christophstrobl/spring-aot-smoke-tests
that referenced
this issue
Jul 17, 2024
mhalbritter
pushed a commit
to spring-projects/spring-aot-smoke-tests
that referenced
this issue
Jul 30, 2024
What about mongo reactive. it throws the exact same error. Any work arounds will be very helpful |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello 👋
I'm trying to use the
@Query
annotation with sorting functionality like the one below.Although after creating a native image with
./gradlew bootBuildImage
the following runtime error is thrown.You can reproduce the issue with the following sample project:
https://github.com/VR4J/demo
I've written down further instruction in the repo's readme file.
Thanks in advance!
The text was updated successfully, but these errors were encountered: