1
0
mirror of synced 2026-07-20 01:55:08 +00:00

Deprecate RequiresChannelDsl

Issue gh-16680
This commit is contained in:
Josh Cummings
2025-09-02 16:41:39 -06:00
parent c982753d46
commit eeb67650ee
@@ -35,6 +35,7 @@ import org.springframework.web.servlet.handler.HandlerMappingIntrospector
* @property channelProcessors the [ChannelProcessor] instances to use in
* [ChannelDecisionManagerImpl]
*/
@Deprecated(message="since 6.5 use redirectToHttps instead")
class RequiresChannelDsl : AbstractRequestMatcherDsl() {
private val channelSecurityRules = mutableListOf<AuthorizationRule>()