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
We should encourage users to switch over to the lambda DSL by deprecating methods that are only valid for the old way (using and()) of configuring Spring Security.
The text was updated successfully, but these errors were encountered:
I wonder if this should be an enhancement rather than a task so that it appears in the changelog? It's something that users may want to learn about when reviewing what's changed. It's also a breaking change for anyone compiling with -Werror so it feels worth listing from that perspective as well.
We should encourage users to switch over to the lambda DSL by deprecating methods that are only valid for the old way (using
and()
) of configuring Spring Security.The text was updated successfully, but these errors were encountered: