Skip to content

Commit a7b5158

Browse files
committed
INT-3524 Fix Tooling MessageChannel References
JIRA: https://jira.spring.io/browse/INT-3524 A number of references (expected-type) still referred to the Spring Integration 3.0 MessageChanel.
1 parent 6814aaf commit a7b5158

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

spring-integration-feed/src/main/resources/org/springframework/integration/feed/config/spring-integration-feed-4.1.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<xsd:annotation>
3636
<xsd:appinfo>
3737
<tool:annotation kind="ref">
38-
<tool:expected-type type="org.springframework.integration.MessageChannel" />
38+
<tool:expected-type type="org.springframework.messaging.MessageChannel" />
3939
</tool:annotation>
4040
</xsd:appinfo>
4141
<xsd:documentation>

spring-integration-http/src/main/resources/org/springframework/integration/http/config/spring-integration-http-4.1.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
<xsd:annotation>
317317
<xsd:appinfo>
318318
<tool:annotation kind="ref">
319-
<tool:expected-type type="org.springframework.integration.MessageChannel" />
319+
<tool:expected-type type="org.springframework.messaging.MessageChannel" />
320320
</tool:annotation>
321321
</xsd:appinfo>
322322
<xsd:documentation>

spring-integration-ip/src/main/resources/org/springframework/integration/ip/config/spring-integration-ip-4.1.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
<xsd:appinfo>
285285
<tool:annotation kind="ref">
286286
<tool:expected-type
287-
type="org.springframework.integration.MessageChannel" />
287+
type="org.springframework.messaging.MessageChannel" />
288288
</tool:annotation>
289289
</xsd:appinfo>
290290
<xsd:documentation>
@@ -735,7 +735,7 @@
735735
<xsd:appinfo>
736736
<tool:annotation kind="ref">
737737
<tool:expected-type
738-
type="org.springframework.integration.MessageChannel" />
738+
type="org.springframework.messaging.MessageChannel" />
739739
</tool:annotation>
740740
</xsd:appinfo>
741741
<xsd:documentation>

spring-integration-mqtt/src/main/resources/org/springframework/integration/mqtt/config/xml/spring-integration-mqtt-4.1.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
to be executed.
106106
</xsd:documentation>
107107
<tool:annotation kind="ref">
108-
<tool:expected-type type="org.springframework.integration.MessageChannel" />
108+
<tool:expected-type type="org.springframework.messaging.MessageChannel" />
109109
</tool:annotation>
110110
</xsd:appinfo>
111111
</xsd:annotation>

spring-integration-rmi/src/main/resources/org/springframework/integration/rmi/config/spring-integration-rmi-4.1.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<xsd:annotation>
5454
<xsd:appinfo>
5555
<tool:annotation kind="ref">
56-
<tool:expected-type type="org.springframework.integration.MessageChannel"/>
56+
<tool:expected-type type="org.springframework.messaging.MessageChannel"/>
5757
</tool:annotation>
5858
</xsd:appinfo>
5959
<xsd:documentation>

spring-integration-syslog/src/main/resources/org/springframework/integration/syslog/config/spring-integration-syslog-4.1.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<xsd:appinfo>
5959
<tool:annotation kind="ref">
6060
<tool:expected-type
61-
type="org.springframework.integration.MessageChannel" />
61+
type="org.springframework.messaging.MessageChannel" />
6262
</tool:annotation>
6363
</xsd:appinfo>
6464
<xsd:documentation>

spring-integration-twitter/src/main/resources/org/springframework/integration/twitter/config/spring-integration-twitter-4.1.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<xsd:annotation>
236236
<xsd:appinfo>
237237
<tool:annotation kind="ref">
238-
<tool:expected-type type="org.springframework.integration.MessageChannel" />
238+
<tool:expected-type type="org.springframework.messaging.MessageChannel" />
239239
</tool:annotation>
240240
</xsd:appinfo>
241241
<xsd:documentation>

0 commit comments

Comments
 (0)