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
Add XML configuration guidance to deprecation warnings
When using XML-based Spring Security configuration, the standard
<intercept-url> elements internally translate to the deprecated
authorizeRequests mechanism, causing warnings that cannot be resolved
by XML users.
This change adds clarification to the deprecation warnings, informing
XML users that:
1. The warning can be ignored for XML configurations
2. They should continue using standard <intercept-url> elements
3. The deprecation only affects Java/Kotlin configuration users
This resolves the confusion for XML users who receive deprecation
warnings despite using officially supported XML configuration.
Closesgh-17259
Signed-off-by: khj68 <[email protected]>
0 commit comments