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.views.ViewsRenderer will need to have HttpRequest as the second type parameter of the interface in their implements clause.
Existing Micronaut Framework 3 custom implementations of
io.micronaut.views.ViewsRenderer
will need to haveHttpRequest
as the second type parameter of the interface in their implements clause.See https://github.com/micronaut-projects/micronaut-views/pull/522/files#diff-53c8c42976226a75e3ff1aacc22c53fac34b5f38ecc88b036a611a232791fe06 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: