-
Notifications
You must be signed in to change notification settings - Fork 0
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
Reactive endpoint fails if security is not configured #963
Comments
mcollovati
added a commit
that referenced
this issue
Sep 24, 2024
Prevents failures if CurrentIdentityAssociation bean is not present. Fixes #963
github-project-automation
bot
moved this from 🏗 In progress
to ✅ Done
in quarkus-hilla backlog
Sep 24, 2024
mcollovati
added a commit
that referenced
this issue
Sep 24, 2024
mcollovati
added a commit
that referenced
this issue
Sep 24, 2024
This issue has been resolved in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a browser callable class defines a reactive endpoint (returning Flux), the application fails at runtime because of missing
CurrentIdentityAssociation
bean.The text was updated successfully, but these errors were encountered: