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