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

Add HttpRequest and MutableHttpResponse type parameters to Micronaut Security interface implementations. #84

Open
jeremyg484 opened this issue Jul 19, 2023 · 0 comments
Assignees
Labels
recipe Recipe requested

Comments

@jeremyg484
Copy link
Collaborator

Existing Micronaut Framework 3 custom implementations of:

io.micronaut.security.handlers.LoginHandler
io.micronaut.security.handlers.LogoutHandler
io.micronaut.security.handlers.RedirectingLoginHandler

will need to have both HttpRequest and MutableHttpResponse added as type parameters of the interface in their implements clause.

The HttpRequest is used as a method parameter, and MutableHttpResponse as a return type of the interface method.

This is a continuation of the changes noted in issue #63

@jeremyg484 jeremyg484 added the recipe Recipe requested label Jul 19, 2023
@jeremyg484 jeremyg484 self-assigned this Jul 19, 2023
@timtebeek timtebeek moved this to Recipes Wanted in OpenRewrite Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
recipe Recipe requested
Projects
Status: Recipes Wanted
Development

No branches or pull requests

1 participant