-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
False
-
None
-
False
-
If Release Note Needed, Set a Value
-
Set a Value
-
---
When porting an application to RESTEasy Reactive and OpenID Connect Client Filter Reactive users do not have @OidcClientFilter annotation available.
They can use @OidcClientFilter when depending on non-reactive OpenID Connect Client Filter.
This is a usability issue and affects developer joy.
Developers need to adjust the code instead of just simple dependencies swap.
There is a workaround, thus marking this issue as Critical.
- Developers need to adjust their code to use @RegisterProvider(OidcClientRequestReactiveFilter.class) instead of @OidcClientFilter
What's needed?
- Make @OidcClientFilter annotation available when using OpenID Connect Client Filter Reactive
- is depended on by
-
QUARKUS-2450 OpenID Connect Client Filter Reactive - migration concern - @OidcClientRequestFilter annotation
- Closed
- is related to
-
QUARKUS-2389 Promote OpenID Connect Client Filter Reactive from TP to full support
- Closed