Skip to content
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

Move OidcClientFilter annotation to quarkus-oidc-client #28470

Closed
sberyozkin opened this issue Oct 10, 2022 · 1 comment · Fixed by #28472
Closed

Move OidcClientFilter annotation to quarkus-oidc-client #28470

sberyozkin opened this issue Oct 10, 2022 · 1 comment · Fixed by #28472
Labels
area/oidc kind/enhancement New feature or request
Milestone

Comments

@sberyozkin
Copy link
Member

Description

As analyzed by @rsvoboda, moving from quarkus-oidc-client-filter to quarkus-oidc-client-reactive-filter will require users changing the package name of @OidcClientFilter since each of these 2 extensions has its own @OidcClientFilter but in a different package.

It makes sense to have this annotation shared between these 2 extensions.

Implementation ideas

Move @OidcClientFilter to quarkus-oidc-client for now and revisit in the future as needed.

@sberyozkin sberyozkin added the kind/enhancement New feature or request label Oct 10, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Oct 10, 2022

/cc @pedroigor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/oidc kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants