-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Introduce a hibernate reactive variant of the security JPA extension #23553
Comments
/cc @DavideD, @Sanne, @gavinking, @sberyozkin |
+1, then I can rebuild #22457 around it, as it was of some concern to @stuartwdouglas that |
Definitely +1 for this |
+1 from a usability point of view, it would be nice if it could switch internal implementation automatically, based on the bound datasource being blocking or reactive. |
Any update on it? We still can't use it with reactive? |
I started working on this a couple of days ago at https://github.com/egore/quarkus-security-jpa-reactive, as a copy&modify approach. Unfortunately I am currently stuck at the QuarkusSecurityJpaProcessor, which still creates the dynamic class using the EntityManager instead of a mutiny session. I think I can steal a good portion from the UserEntityIdentityProvider, but there I had to work around the lack of bySimpleNaturalId of Mutiny.Session. |
Description
The
quarkus-security-jpa
extension depends onquarkus-hibernate-orm
so it would have to live in a separate extension. However, the@Username
,@Password
and@Roles
annotations could be shared.Implementation ideas
No response
The text was updated successfully, but these errors were encountered: