Merge branch '3.3.x'

Closes gh-42499
This commit is contained in:
Andy Wilkinson
2024-10-02 13:47:39 +01:00
8 changed files with 24 additions and 12 deletions

View File

@@ -41,7 +41,9 @@ import org.springframework.web.util.pattern.PathPattern;
*
* @author Phillip Webb
* @since 2.0.0
* @deprecated since 3.3.5 in favor of {@code @Endpoint} and {@code @WebEndpoint} support
*/
@Deprecated(since = "3.3.5", forRemoval = true)
@SuppressWarnings("removal")
public class ControllerEndpointHandlerMapping extends RequestMappingHandlerMapping {

View File

@@ -42,7 +42,9 @@ import org.springframework.web.util.pattern.PathPattern;
*
* @author Phillip Webb
* @since 2.0.0
* @deprecated since 3.3.5 in favor of {@code @Endpoint} and {@code @WebEndpoint} support
*/
@Deprecated(since = "3.3.5", forRemoval = true)
@SuppressWarnings("removal")
public class ControllerEndpointHandlerMapping extends RequestMappingHandlerMapping {