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 type parameters to io.micronaut.security.errors.PriorToLoginPersistence #83

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

Comments

@jeremyg484
Copy link
Collaborator

jeremyg484 commented Jul 19, 2023

Existing Micronaut Framework 3 custom implementations of io.micronaut.security.errors.PriorToLoginPersistence will need to have both HttpRequest and HttpResponse added as type parameters of the interface in their implements clause.

These types are both used as parameters of the onUnauthorized and getOriginalUrl methods.

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

@jeremyg484 jeremyg484 added the recipe Recipe requested label Jul 19, 2023
@jeremyg484 jeremyg484 added this to the Micronaut 4.0 milestone 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