This repository was archived by the owner on Mar 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
test/java/org/springframework/integration/kafka/config/xml Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 74
74
jacksonVersion = ' 2.9.7'
75
75
log4jVersion = ' 2.11.1'
76
76
slf4jVersion = ' 1.7.25'
77
- springIntegrationVersion = ' 5.0.11.RELEASE '
77
+ springIntegrationVersion = ' 5.0.13.BUILD-SNAPSHOT '
78
78
springKafkaVersion = ' 2.1.12.RELEASE'
79
79
80
80
idPrefix = ' kafka'
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<!DOCTYPE suppressions PUBLIC
3
3
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
4
- "http ://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
4
+ "https ://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
5
5
<suppressions >
6
6
<suppress files =" package-info\.java" checks =" .*" />
7
7
<suppress files =" [\\/]test[\\/]" checks =" Javadoc*" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http ://www.puppycrawl.com/dtds/configuration_1_2.dtd">
2
+ <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "https ://www.puppycrawl.com/dtds/configuration_1_2.dtd">
3
3
<module name =" Checker" >
4
4
5
5
<module name =" SuppressionFilter" >
Original file line number Diff line number Diff line change 5
5
xmlns:context=" http://www.springframework.org/schema/context"
6
6
xmlns:task=" http://www.springframework.org/schema/task"
7
7
xmlns:util=" http://www.springframework.org/schema/util"
8
- xsi:schemaLocation=" http://www.springframework.org/schema/task http ://www.springframework.org/schema/task/spring-task.xsd
9
- http://www.springframework.org/schema/beans http ://www.springframework.org/schema/beans/spring-beans.xsd
10
- http://www.springframework.org/schema/context http ://www.springframework.org/schema/context/spring-context.xsd
11
- http://www.springframework.org/schema/integration/kafka http ://www.springframework.org/schema/integration/kafka/spring-integration-kafka.xsd
12
- http://www.springframework.org/schema/util http ://www.springframework.org/schema/util/spring-util.xsd" >
8
+ xsi:schemaLocation=" http://www.springframework.org/schema/task https ://www.springframework.org/schema/task/spring-task.xsd
9
+ http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd
10
+ http://www.springframework.org/schema/context https ://www.springframework.org/schema/context/spring-context.xsd
11
+ http://www.springframework.org/schema/integration/kafka https ://www.springframework.org/schema/integration/kafka/spring-integration-kafka.xsd
12
+ http://www.springframework.org/schema/util https ://www.springframework.org/schema/util/spring-util.xsd" >
13
13
14
14
<context : property-placeholder />
15
15
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xmlns : int =" http://www.springframework.org/schema/integration"
5
5
xmlns : int-kafka =" http://www.springframework.org/schema/integration/kafka"
6
- xsi : schemaLocation =" http://www.springframework.org/schema/integration/kafka http ://www.springframework.org/schema/integration/kafka/spring-integration-kafka.xsd
7
- http://www.springframework.org/schema/integration http ://www.springframework.org/schema/integration/spring-integration.xsd
8
- http://www.springframework.org/schema/beans http ://www.springframework.org/schema/beans/spring-beans.xsd" >
6
+ xsi : schemaLocation =" http://www.springframework.org/schema/integration/kafka https ://www.springframework.org/schema/integration/kafka/spring-integration-kafka.xsd
7
+ http://www.springframework.org/schema/integration https ://www.springframework.org/schema/integration/spring-integration.xsd
8
+ http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd" >
9
9
10
10
<int : channel id =" inputToKafka" />
11
11
You can’t perform that action at this time.
0 commit comments