Add HttpRequest
and MutableHttpResponse
type parameters to Micronaut Security interface implementations.
#84
Labels
recipe
Recipe requested
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
andMutableHttpResponse
added as type parameters of the interface in their implements clause.The
HttpRequest
is used as a method parameter, andMutableHttpResponse
as a return type of the interface method.This is a continuation of the changes noted in issue #63
The text was updated successfully, but these errors were encountered: