@@ -39046,7 +39046,7 @@ XML configuration equivalent:
39046
39046
http://www.springframework.org/schema/beans
39047
39047
http://www.springframework.org/schema/beans/spring-beans.xsd
39048
39048
http://www.springframework.org/schema/websocket
39049
- http://www.springframework.org/schema/websocket/spring-websocket-4.0 .xsd">
39049
+ http://www.springframework.org/schema/websocket/spring-websocket.xsd">
39050
39050
39051
39051
<websocket:handlers>
39052
39052
<websocket:mapping path="/myHandler" handler="myHandler"/>
@@ -39101,7 +39101,7 @@ And the XML configuration equivalent:
39101
39101
http://www.springframework.org/schema/beans
39102
39102
http://www.springframework.org/schema/beans/spring-beans.xsd
39103
39103
http://www.springframework.org/schema/websocket
39104
- http://www.springframework.org/schema/websocket/spring-websocket-4.0 .xsd">
39104
+ http://www.springframework.org/schema/websocket/spring-websocket.xsd">
39105
39105
39106
39106
<websocket:handlers>
39107
39107
<websocket:mapping path="/myHandler" handler="myHandler"/>
@@ -39445,7 +39445,7 @@ and the XML configuration equivalent:
39445
39445
http://www.springframework.org/schema/beans
39446
39446
http://www.springframework.org/schema/beans/spring-beans.xsd
39447
39447
http://www.springframework.org/schema/websocket
39448
- http://www.springframework.org/schema/websocket/spring-websocket-4.0 .xsd">
39448
+ http://www.springframework.org/schema/websocket/spring-websocket.xsd">
39449
39449
39450
39450
<websocket:handlers>
39451
39451
<websocket:mapping path="/myHandler" handler="myHandler"/>
@@ -39858,7 +39858,7 @@ XML configuration equivalent:
39858
39858
http://www.springframework.org/schema/beans
39859
39859
http://www.springframework.org/schema/beans/spring-beans.xsd
39860
39860
http://www.springframework.org/schema/websocket
39861
- http://www.springframework.org/schema/websocket/spring-websocket-4.0 .xsd">
39861
+ http://www.springframework.org/schema/websocket/spring-websocket.xsd">
39862
39862
39863
39863
<websocket:message-broker application-destination-prefix="/app">
39864
39864
<websocket:stomp-endpoint path="/portfolio">
@@ -40167,7 +40167,7 @@ XML configuration equivalent:
40167
40167
http://www.springframework.org/schema/beans
40168
40168
http://www.springframework.org/schema/beans/spring-beans.xsd
40169
40169
http://www.springframework.org/schema/websocket
40170
- http://www.springframework.org/schema/websocket/spring-websocket-4.0 .xsd">
40170
+ http://www.springframework.org/schema/websocket/spring-websocket.xsd">
40171
40171
40172
40172
<websocket:message-broker application-destination-prefix="/app">
40173
40173
<websocket:stomp-endpoint path="/portfolio" />
@@ -40712,7 +40712,7 @@ Here is example configuration:
40712
40712
http://www.springframework.org/schema/beans
40713
40713
http://www.springframework.org/schema/beans/spring-beans.xsd
40714
40714
http://www.springframework.org/schema/websocket
40715
- http://www.springframework.org/schema/websocket/spring-websocket-4.0 .xsd">
40715
+ http://www.springframework.org/schema/websocket/spring-websocket.xsd">
40716
40716
40717
40717
<websocket:message-broker>
40718
40718
<websocket:transport send-timeout="15000" send-buffer-size="524288" />
@@ -40764,7 +40764,7 @@ Here is example configuration:
40764
40764
http://www.springframework.org/schema/beans
40765
40765
http://www.springframework.org/schema/beans/spring-beans.xsd
40766
40766
http://www.springframework.org/schema/websocket
40767
- http://www.springframework.org/schema/websocket/spring-websocket-4.0 .xsd">
40767
+ http://www.springframework.org/schema/websocket/spring-websocket.xsd">
40768
40768
40769
40769
<websocket:message-broker>
40770
40770
<websocket:transport message-size="131072" />
0 commit comments