Improve encapsulation of lambda-based factories #14838
Labels
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
While working on #14831 I noticed that many default lambda-based factories can be moved to classes where they are used, for example:
can be moved to
OidcBackChannelLogoutReactiveAuthenticationManager
as private nested class etc. So far I have found only one such example, but perhaps there are more.The text was updated successfully, but these errors were encountered: