You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Existing Micronaut Framework 3 custom implementations of io.micronaut.security.rules.SecurityRule will need to have HttpRequest added as a type parameter of the interface in their implements clause, and their check method will need to have the RouteMatch parameter removed.
jeremyg484
changed the title
Add HttpRequest type parameter and remove RouteMatch method parameter from implementations of io.micronaut.security.rules.SecurityRule
Add HttpRequest type parameter and remove RouteMatch method parameter for implementations of io.micronaut.security.rules.SecurityRuleJul 19, 2023
Existing Micronaut Framework 3 custom implementations of
io.micronaut.security.rules.SecurityRule
will need to haveHttpRequest
added as a type parameter of the interface in their implements clause, and theircheck
method will need to have theRouteMatch
parameter removed.See https://github.com/micronaut-projects/micronaut-security/pull/1320/files#diff-b8c51df0759135f42f75cd53042646e31557017695d475736e08af4e3aabc573 for the interface changes.
This is a continuation of the changes noted in issue #63
The text was updated successfully, but these errors were encountered: