Skip to content

Commit 8b5fda5

Browse files
committed
Use unversioned XSD links in code examples
1 parent 6534d00 commit 8b5fda5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/asciidoc/index.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39046,7 +39046,7 @@ XML configuration equivalent:
3904639046
http://www.springframework.org/schema/beans
3904739047
http://www.springframework.org/schema/beans/spring-beans.xsd
3904839048
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">
3905039050

3905139051
<websocket:handlers>
3905239052
<websocket:mapping path="/myHandler" handler="myHandler"/>
@@ -39101,7 +39101,7 @@ And the XML configuration equivalent:
3910139101
http://www.springframework.org/schema/beans
3910239102
http://www.springframework.org/schema/beans/spring-beans.xsd
3910339103
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">
3910539105

3910639106
<websocket:handlers>
3910739107
<websocket:mapping path="/myHandler" handler="myHandler"/>
@@ -39445,7 +39445,7 @@ and the XML configuration equivalent:
3944539445
http://www.springframework.org/schema/beans
3944639446
http://www.springframework.org/schema/beans/spring-beans.xsd
3944739447
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">
3944939449

3945039450
<websocket:handlers>
3945139451
<websocket:mapping path="/myHandler" handler="myHandler"/>
@@ -39858,7 +39858,7 @@ XML configuration equivalent:
3985839858
http://www.springframework.org/schema/beans
3985939859
http://www.springframework.org/schema/beans/spring-beans.xsd
3986039860
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">
3986239862

3986339863
<websocket:message-broker application-destination-prefix="/app">
3986439864
<websocket:stomp-endpoint path="/portfolio">
@@ -40167,7 +40167,7 @@ XML configuration equivalent:
4016740167
http://www.springframework.org/schema/beans
4016840168
http://www.springframework.org/schema/beans/spring-beans.xsd
4016940169
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">
4017140171

4017240172
<websocket:message-broker application-destination-prefix="/app">
4017340173
<websocket:stomp-endpoint path="/portfolio" />
@@ -40712,7 +40712,7 @@ Here is example configuration:
4071240712
http://www.springframework.org/schema/beans
4071340713
http://www.springframework.org/schema/beans/spring-beans.xsd
4071440714
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">
4071640716

4071740717
<websocket:message-broker>
4071840718
<websocket:transport send-timeout="15000" send-buffer-size="524288" />
@@ -40764,7 +40764,7 @@ Here is example configuration:
4076440764
http://www.springframework.org/schema/beans
4076540765
http://www.springframework.org/schema/beans/spring-beans.xsd
4076640766
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">
4076840768

4076940769
<websocket:message-broker>
4077040770
<websocket:transport message-size="131072" />

0 commit comments

Comments
 (0)