Deprecate use of PathMatcher and UrlPathHelper in web
Closes gh-34018
This commit is contained in:
@@ -69,6 +69,7 @@ class WebMvcStompEndpointRegistryTests {
|
||||
assertThat(protocolHandlers.get("v12.stomp")).isNotNull();
|
||||
}
|
||||
|
||||
@SuppressWarnings("removal")
|
||||
@Test
|
||||
void handlerMapping() {
|
||||
SimpleUrlHandlerMapping hm = (SimpleUrlHandlerMapping) this.endpointRegistry.getHandlerMapping();
|
||||
|
||||
Reference in New Issue
Block a user