INT-3570 Core 4.0 Schema Work Around
JIRA: https://jira.spring.io/browse/INT-3570 In 4.1 we removed the 'old' schemas to reduce clutter. However certain extensions such as kafka import the 4.0 schema which is no longer on the classpath when using Spring Integration 4.1 when there is no internet connection. INT-3570 states that we should restore the 4.0 core schema and mapping to resolve this issue. In the meantime, this work around adds the schema to the kafka jar. It should be reverted when INT-3570 is released in Spring Integration 4.1.1.
This commit is contained in:
committed by
Artem Bilan
parent
e64d2ac0c8
commit
503ce78395
@@ -1,2 +1,3 @@
|
||||
http\://www.springframework.org/schema/integration/kafka/spring-integration-kafka-1.0.xsd=org/springframework/integration/config/xml/spring-integration-kafka-1.0.xsd
|
||||
http\://www.springframework.org/schema/integration/kafka/spring-integration-kafka.xsd=org/springframework/integration/config/xml/spring-integration-kafka-1.0.xsd
|
||||
http\://www.springframework.org/schema/integration/spring-integration-4.0.xsd=org/springframework/integration/config/xml/spring-integration-4.0.xsd
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user