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
As revealed by #25900, the logger instance in AbstractMediaTypeExpression is entirely unused. Since this is a non-public internal base class in both MVC and WebFlux, we can drop the unused logger field completely even in the backport branches.