Skip to content

Commit 4f5aaba

Browse files
committed
bump jackson to 2.9.9 in spring, msf4j and undertow
1 parent f394932 commit 4f5aaba

File tree

61 files changed

+175
-655
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+175
-655
lines changed

bin/spring-all-pestore.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
./bin/spring-delegate-j8.sh
66
./bin/spring-stubs.sh
77
./bin/spring-mvc-petstore-j8-async-server.sh
8-
./bin/springboot-petstore-server.sh
8+
./bin/spring-mvc-petstore-j8-localdatetime.sh
99
./bin/spring-mvc-petstore-server.sh
10+
./bin/springboot-petstore-server.sh
1011
./bin/springboot-petstore-server-beanvalidation.sh
1112
./bin/springboot-petstore-server-implicitHeaders.sh
1213
./bin/springboot-petstore-server-useOptional.sh

modules/swagger-codegen/src/main/resources/JavaSpring/libraries/spring-boot/pom.mustache

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<dependency>
6161
<groupId>com.fasterxml.jackson.dataformat</groupId>
6262
<artifactId>jackson-dataformat-xml</artifactId>
63+
<version>2.9.9</version>
6364
</dependency>
6465

6566
{{/withXml}}
@@ -68,13 +69,15 @@
6869
<dependency>
6970
<groupId>com.fasterxml.jackson.datatype</groupId>
7071
<artifactId>jackson-datatype-jsr310</artifactId>
72+
<version>2.9.9</version>
7173
</dependency>
7274
{{/java8}}
7375
{{#joda}}
7476

7577
<dependency>
7678
<groupId>com.fasterxml.jackson.datatype</groupId>
7779
<artifactId>jackson-datatype-joda</artifactId>
80+
<version>2.9.9</version>
7881
</dependency>
7982
{{/joda}}
8083
{{#threetenbp}}

modules/swagger-codegen/src/main/resources/JavaSpring/libraries/spring-cloud/pom.mustache

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
<dependency>
5757
<groupId>com.fasterxml.jackson.dataformat</groupId>
5858
<artifactId>jackson-dataformat-xml</artifactId>
59+
<version>2.9.9</version>
5960
</dependency>
6061

6162
{{/withXml}}
@@ -64,13 +65,15 @@
6465
<dependency>
6566
<groupId>com.fasterxml.jackson.datatype</groupId>
6667
<artifactId>jackson-datatype-jsr310</artifactId>
68+
<version>2.9.9</version>
6769
</dependency>
6870
{{/java8}}
6971
{{#joda}}
7072

7173
<dependency>
7274
<groupId>com.fasterxml.jackson.datatype</groupId>
7375
<artifactId>jackson-datatype-joda</artifactId>
76+
<version>2.9.9</version>
7477
</dependency>
7578
{{/joda}}
7679
{{#threetenbp}}

modules/swagger-codegen/src/main/resources/JavaSpring/libraries/spring-mvc/pom.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
<junit-version>4.12</junit-version>
198198
<servlet-api-version>2.5</servlet-api-version>
199199
<springfox-version>2.7.0</springfox-version>
200-
<jackson-version>2.8.9</jackson-version>
200+
<jackson-version>2.9.9</jackson-version>
201201
<jackson-threetenbp-version>2.6.4</jackson-threetenbp-version>
202202
<spring-version>4.3.9.RELEASE</spring-version>
203203
</properties>

modules/swagger-codegen/src/main/resources/MSF4J/pom.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.fasterxml.jackson.datatype</groupId>
6161
<artifactId>jackson-datatype-joda</artifactId>
62-
<version>2.4.1</version>
62+
<version>2.9.9</version>
6363
</dependency>
6464
</dependencies>
6565
<repositories>

modules/swagger-codegen/src/main/resources/undertow/pom.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<java.version>1.8</java.version>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<version.framework>0.1.1</version.framework>
19-
<version.jackson>2.8.2</version.jackson>
19+
<version.jackson>2.9.9</version.jackson>
2020
<version.slf4j>1.7.21</version.slf4j>
2121
<version.jose4j>0.5.2</version.jose4j>
2222
<version.antlr4>4.5.3</version.antlr4>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.3-SNAPSHOT
1+
2.4.8-SNAPSHOT

samples/server/petstore/java-msf4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.fasterxml.jackson.datatype</groupId>
6161
<artifactId>jackson-datatype-joda</artifactId>
62-
<version>2.4.1</version>
62+
<version>2.9.9</version>
6363
</dependency>
6464
</dependencies>
6565
<repositories>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.3-SNAPSHOT
1+
2.4.8-SNAPSHOT

samples/server/petstore/spring-mvc-j8-async/pom.xml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -124,39 +124,39 @@
124124
<artifactId>servlet-api</artifactId>
125125
<version>${servlet-api-version}</version>
126126
</dependency>
127-
<!-- Bean Validation API support -->
128-
<dependency>
129-
<groupId>javax.validation</groupId>
130-
<artifactId>validation-api</artifactId>
131-
<version>1.1.0.Final</version>
132-
<scope>provided</scope>
133-
</dependency>
134-
<dependency>
135-
<groupId>org.testng</groupId>
136-
<artifactId>testng</artifactId>
137-
<version>6.8.8</version>
138-
<scope>test</scope>
139-
<exclusions>
140-
<exclusion>
141-
<artifactId>junit</artifactId>
142-
<groupId>junit</groupId>
143-
</exclusion>
144-
<exclusion>
145-
<artifactId>snakeyaml</artifactId>
146-
<groupId>org.yaml</groupId>
147-
</exclusion>
148-
<exclusion>
149-
<artifactId>bsh</artifactId>
150-
<groupId>org.beanshell</groupId>
151-
</exclusion>
152-
</exclusions>
153-
</dependency>
154-
<dependency>
155-
<groupId>org.apache.httpcomponents</groupId>
156-
<artifactId>httpclient</artifactId>
157-
<version>4.5.2</version>
158-
<scope>test</scope>
159-
</dependency>
127+
<!-- Bean Validation API support -->
128+
<dependency>
129+
<groupId>javax.validation</groupId>
130+
<artifactId>validation-api</artifactId>
131+
<version>1.1.0.Final</version>
132+
<scope>provided</scope>
133+
</dependency>
134+
<dependency>
135+
<groupId>org.testng</groupId>
136+
<artifactId>testng</artifactId>
137+
<version>6.8.8</version>
138+
<scope>test</scope>
139+
<exclusions>
140+
<exclusion>
141+
<artifactId>junit</artifactId>
142+
<groupId>junit</groupId>
143+
</exclusion>
144+
<exclusion>
145+
<artifactId>snakeyaml</artifactId>
146+
<groupId>org.yaml</groupId>
147+
</exclusion>
148+
<exclusion>
149+
<artifactId>bsh</artifactId>
150+
<groupId>org.beanshell</groupId>
151+
</exclusion>
152+
</exclusions>
153+
</dependency>
154+
<dependency>
155+
<groupId>org.apache.httpcomponents</groupId>
156+
<artifactId>httpclient</artifactId>
157+
<version>4.5.2</version>
158+
<scope>test</scope>
159+
</dependency>
160160
</dependencies>
161161
<properties>
162162
<java.version>1.8</java.version>
@@ -167,8 +167,8 @@
167167
<junit-version>4.12</junit-version>
168168
<servlet-api-version>2.5</servlet-api-version>
169169
<springfox-version>2.7.0</springfox-version>
170-
<jackson-version>2.8.9</jackson-version>
170+
<jackson-version>2.9.9</jackson-version>
171171
<jackson-threetenbp-version>2.6.4</jackson-threetenbp-version>
172172
<spring-version>4.3.9.RELEASE</spring-version>
173173
</properties>
174-
</project>
174+
</project>

0 commit comments

Comments
 (0)