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
Copy file name to clipboardExpand all lines: spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/AbstractWebSocketHandlerRegistration.java
Copy file name to clipboardExpand all lines: spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/AbstractWebSocketMessageBrokerConfigurer.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
*
31
31
* @author Rossen Stoyanchev
32
32
* @since 4.0.1
33
-
* @deprecated in favor of simply using {@link WebSocketMessageBrokerConfigurer}
33
+
* @deprecated as of 5.0 in favor of simply using {@link WebSocketMessageBrokerConfigurer}
34
34
* which has default methods, made possible by a Java 8 baseline.
Copy file name to clipboardExpand all lines: spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/ServletWebSocketHandlerRegistration.java
+1-18Lines changed: 1 addition & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2016 the original author or authors.
2
+
* Copyright 2002-2018 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/ServletWebSocketHandlerRegistry.java
Copy file name to clipboardExpand all lines: spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/SockJsServiceRegistration.java
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -83,18 +83,6 @@ public class SockJsServiceRegistration {
83
83
publicSockJsServiceRegistration() {
84
84
}
85
85
86
-
/**
87
-
* Deprecated constructor with a TaskScheduler.
88
-
* @deprecated as of 5.0 a TaskScheduler is not provided upfront, not until
89
-
* it is obvious that it is needed; call {@link #getTaskScheduler()} to check
90
-
* and then {@link #setTaskScheduler(TaskScheduler)} to set it before a call
0 commit comments