forked from loafle/openapi-generator-original
update jackson joda version, samples (#3005)
This commit is contained in:
parent
7109f5fb3b
commit
ff1c7c87ef
3
.gitignore
vendored
3
.gitignore
vendored
@ -88,6 +88,9 @@ samples/client/petstore/java/jersey2/build/
|
|||||||
samples/client/petstore/java/okhttp-gson/.gradle/
|
samples/client/petstore/java/okhttp-gson/.gradle/
|
||||||
samples/client/petstore/java/okhttp-gson/build/
|
samples/client/petstore/java/okhttp-gson/build/
|
||||||
samples/client/petstore/java/feign/build/
|
samples/client/petstore/java/feign/build/
|
||||||
|
samples/client/petstore/java/feign10x/build/
|
||||||
|
samples/client/petstore/java/feign/project/
|
||||||
|
samples/client/petstore/java/feign10x/project/
|
||||||
samples/client/petstore/java/retrofit/build/
|
samples/client/petstore/java/retrofit/build/
|
||||||
samples/client/petstore/java/retrofit2/build/
|
samples/client/petstore/java/retrofit2/build/
|
||||||
samples/client/petstore/java/retrofit2/hello.txt
|
samples/client/petstore/java/retrofit2/hello.txt
|
||||||
|
@ -18,10 +18,10 @@ lazy val root = (project in file(".")).
|
|||||||
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9" % "compile",
|
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9" % "compile",
|
||||||
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile",
|
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile",
|
||||||
{{#java8}}
|
{{#java8}}
|
||||||
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.8.6" % "compile",
|
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.9.9" % "compile",
|
||||||
{{/java8}}
|
{{/java8}}
|
||||||
{{^java8}}
|
{{^java8}}
|
||||||
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.7.5" % "compile",
|
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.9.9" % "compile",
|
||||||
"joda-time" % "joda-time" % "2.9.9" % "compile",
|
"joda-time" % "joda-time" % "2.9.9" % "compile",
|
||||||
"com.brsanthu" % "migbase64" % "2.2" % "compile",
|
"com.brsanthu" % "migbase64" % "2.2" % "compile",
|
||||||
{{/java8}}
|
{{/java8}}
|
||||||
|
@ -204,7 +204,7 @@
|
|||||||
<java.version>{{#java8}}1.8{{/java8}}{{^java8}}1.7{{/java8}}</java.version>
|
<java.version>{{#java8}}1.8{{/java8}}{{^java8}}1.7{{/java8}}</java.version>
|
||||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||||
<swagger-core-version>1.5.18</swagger-core-version>
|
<swagger-core-version>1.5.22</swagger-core-version>
|
||||||
<jetty-version>9.2.9.v20150224</jetty-version>
|
<jetty-version>9.2.9.v20150224</jetty-version>
|
||||||
<junit-version>4.12</junit-version>
|
<junit-version>4.12</junit-version>
|
||||||
<logback-version>1.1.7</logback-version>
|
<logback-version>1.1.7</logback-version>
|
||||||
@ -213,7 +213,7 @@
|
|||||||
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
||||||
{{/useBeanValidation}}
|
{{/useBeanValidation}}
|
||||||
<cxf-version>3.3.0</cxf-version>
|
<cxf-version>3.3.0</cxf-version>
|
||||||
<jackson-jaxrs-version>2.9.8</jackson-jaxrs-version>
|
<jackson-jaxrs-version>2.9.9</jackson-jaxrs-version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
||||||
|
@ -341,7 +341,7 @@
|
|||||||
<logback-version>1.1.7</logback-version>
|
<logback-version>1.1.7</logback-version>
|
||||||
{{/generateSpringBootApplication}}
|
{{/generateSpringBootApplication}}
|
||||||
<cxf-version>3.3.0</cxf-version>
|
<cxf-version>3.3.0</cxf-version>
|
||||||
<jackson-jaxrs-version>2.9.8</jackson-jaxrs-version>
|
<jackson-jaxrs-version>2.9.9</jackson-jaxrs-version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
||||||
|
@ -207,7 +207,7 @@
|
|||||||
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
||||||
{{/useBeanValidation}}
|
{{/useBeanValidation}}
|
||||||
<cxf-version>3.3.0</cxf-version>
|
<cxf-version>3.3.0</cxf-version>
|
||||||
<jackson-jaxrs-version>2.9.8</jackson-jaxrs-version>
|
<jackson-jaxrs-version>2.9.9</jackson-jaxrs-version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
||||||
|
@ -249,7 +249,7 @@
|
|||||||
<java.version>{{#java8}}1.8{{/java8}}{{^java8}}1.7{{/java8}}</java.version>
|
<java.version>{{#java8}}1.8{{/java8}}{{^java8}}1.7{{/java8}}</java.version>
|
||||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||||
<swagger-core-version>1.5.18</swagger-core-version>
|
<swagger-core-version>1.5.22</swagger-core-version>
|
||||||
<jetty-version>9.2.9.v20150224</jetty-version>
|
<jetty-version>9.2.9.v20150224</jetty-version>
|
||||||
<junit-version>4.12</junit-version>
|
<junit-version>4.12</junit-version>
|
||||||
<logback-version>1.1.7</logback-version>
|
<logback-version>1.1.7</logback-version>
|
||||||
@ -264,7 +264,7 @@
|
|||||||
<spring.boot-version>1.5.9.RELEASE</spring.boot-version>
|
<spring.boot-version>1.5.9.RELEASE</spring.boot-version>
|
||||||
{{/generateSpringBootApplication}}
|
{{/generateSpringBootApplication}}
|
||||||
<cxf-version>3.3.0</cxf-version>
|
<cxf-version>3.3.0</cxf-version>
|
||||||
<jackson-jaxrs-version>2.9.8</jackson-jaxrs-version>
|
<jackson-jaxrs-version>2.9.9</jackson-jaxrs-version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
||||||
|
@ -200,13 +200,13 @@
|
|||||||
<java.version>{{#java8}}1.8{{/java8}}{{^java8}}1.7{{/java8}}</java.version>
|
<java.version>{{#java8}}1.8{{/java8}}{{^java8}}1.7{{/java8}}</java.version>
|
||||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||||
<swagger-core-version>1.5.18</swagger-core-version>
|
<swagger-core-version>1.5.22</swagger-core-version>
|
||||||
{{#useBeanValidation}}
|
{{#useBeanValidation}}
|
||||||
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
||||||
{{/useBeanValidation}}
|
{{/useBeanValidation}}
|
||||||
<jetty-version>9.2.9.v20150224</jetty-version>
|
<jetty-version>9.2.9.v20150224</jetty-version>
|
||||||
<jersey-version>1.19.1</jersey-version>
|
<jersey-version>1.19.1</jersey-version>
|
||||||
<jackson-version>2.8.9</jackson-version>
|
<jackson-version>2.9.9</jackson-version>
|
||||||
<slf4j-version>1.7.21</slf4j-version>
|
<slf4j-version>1.7.21</slf4j-version>
|
||||||
<junit-version>4.12</junit-version>
|
<junit-version>4.12</junit-version>
|
||||||
<servlet-api-version>2.5</servlet-api-version>
|
<servlet-api-version>2.5</servlet-api-version>
|
||||||
|
@ -212,7 +212,7 @@
|
|||||||
{{/useBeanValidation}}
|
{{/useBeanValidation}}
|
||||||
<jetty-version>9.2.9.v20150224</jetty-version>
|
<jetty-version>9.2.9.v20150224</jetty-version>
|
||||||
<jersey2-version>2.22.2</jersey2-version>
|
<jersey2-version>2.22.2</jersey2-version>
|
||||||
<jackson-version>2.8.9</jackson-version>
|
<jackson-version>2.9.9</jackson-version>
|
||||||
{{#supportJava6}}
|
{{#supportJava6}}
|
||||||
<commons_io_version>2.5</commons_io_version>
|
<commons_io_version>2.5</commons_io_version>
|
||||||
<commons_lang3_version>3.5</commons_lang3_version>
|
<commons_lang3_version>3.5</commons_lang3_version>
|
||||||
|
@ -19,11 +19,11 @@ dependencies {
|
|||||||
providedCompile 'javax.validation:validation-api:1.1.0.Final'
|
providedCompile 'javax.validation:validation-api:1.1.0.Final'
|
||||||
{{/useBeanValidation}}
|
{{/useBeanValidation}}
|
||||||
{{^java8}}
|
{{^java8}}
|
||||||
compile 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.6.3'
|
compile 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.9'
|
||||||
compile 'joda-time:joda-time:2.7'
|
compile 'joda-time:joda-time:2.7'
|
||||||
{{/java8}}
|
{{/java8}}
|
||||||
{{#java8}}
|
{{#java8}}
|
||||||
compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.6.3'
|
compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.9'
|
||||||
{{/java8}}
|
{{/java8}}
|
||||||
testCompile 'junit:junit:4.12',
|
testCompile 'junit:junit:4.12',
|
||||||
'org.hamcrest:hamcrest-core:1.3'
|
'org.hamcrest:hamcrest-core:1.3'
|
||||||
|
@ -156,14 +156,14 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||||
<artifactId>jackson-datatype-joda</artifactId>
|
<artifactId>jackson-datatype-joda</artifactId>
|
||||||
<version>2.6.3</version>
|
<version>2.9.9</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
{{/java8}}
|
{{/java8}}
|
||||||
{{#java8}}
|
{{#java8}}
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||||
<artifactId>jackson-datatype-jsr310</artifactId>
|
<artifactId>jackson-datatype-jsr310</artifactId>
|
||||||
<version>2.6.3</version>
|
<version>2.9.9</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
{{/java8}}
|
{{/java8}}
|
||||||
|
|
||||||
|
@ -15,12 +15,12 @@ dependencies {
|
|||||||
providedCompile 'javax.annotation:javax.annotation-api:1.2'
|
providedCompile 'javax.annotation:javax.annotation-api:1.2'
|
||||||
providedCompile 'javax:javaee-api:7.0'
|
providedCompile 'javax:javaee-api:7.0'
|
||||||
providedCompile 'org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:1.0.0.Final'
|
providedCompile 'org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:1.0.0.Final'
|
||||||
compile 'io.swagger:swagger-annotations:1.5.10'
|
compile 'io.swagger:swagger-annotations:1.5.22'
|
||||||
compile 'org.jboss.resteasy:resteasy-jackson2-provider:3.0.11.Final'
|
compile 'org.jboss.resteasy:resteasy-jackson2-provider:3.0.11.Final'
|
||||||
{{#useBeanValidation}}
|
{{#useBeanValidation}}
|
||||||
providedCompile 'javax.validation:validation-api:1.1.0.Final'
|
providedCompile 'javax.validation:validation-api:1.1.0.Final'
|
||||||
{{/useBeanValidation}}
|
{{/useBeanValidation}}
|
||||||
compile 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.4.1'
|
compile 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.9'
|
||||||
compile 'joda-time:joda-time:2.7'
|
compile 'joda-time:joda-time:2.7'
|
||||||
//TODO: swaggerFeature
|
//TODO: swaggerFeature
|
||||||
compile 'io.swagger:swagger-jaxrs:1.5.12'
|
compile 'io.swagger:swagger-jaxrs:1.5.12'
|
||||||
|
@ -123,7 +123,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||||
<artifactId>jackson-datatype-joda</artifactId>
|
<artifactId>jackson-datatype-joda</artifactId>
|
||||||
<version>2.4.1</version>
|
<version>2.9.9</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>joda-time</groupId>
|
<groupId>joda-time</groupId>
|
||||||
@ -182,7 +182,7 @@
|
|||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
<properties>
|
<properties>
|
||||||
<swagger-core-version>1.5.18</swagger-core-version>
|
<swagger-core-version>1.5.22</swagger-core-version>
|
||||||
<jetty-version>9.2.9.v20150224</jetty-version>
|
<jetty-version>9.2.9.v20150224</jetty-version>
|
||||||
<resteasy-version>3.0.11.Final</resteasy-version>
|
<resteasy-version>3.0.11.Final</resteasy-version>
|
||||||
<slf4j-version>1.6.3</slf4j-version>
|
<slf4j-version>1.6.3</slf4j-version>
|
||||||
|
@ -125,7 +125,7 @@
|
|||||||
{{/useBeanValidation}}
|
{{/useBeanValidation}}
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<properties>
|
<properties>
|
||||||
<jackson-version>2.8.9</jackson-version>
|
<jackson-version>2.9.9</jackson-version>
|
||||||
<junit-version>4.8.1</junit-version>
|
<junit-version>4.8.1</junit-version>
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
||||||
|
@ -245,7 +245,7 @@
|
|||||||
<junit-version>4.12</junit-version>
|
<junit-version>4.12</junit-version>
|
||||||
<servlet-api-version>2.5</servlet-api-version>
|
<servlet-api-version>2.5</servlet-api-version>
|
||||||
<springfox-version>2.8.0</springfox-version>
|
<springfox-version>2.8.0</springfox-version>
|
||||||
<jackson-version>2.9.5</jackson-version>
|
<jackson-version>2.9.9</jackson-version>
|
||||||
<jackson-threetenbp-version>2.8.4</jackson-threetenbp-version>
|
<jackson-threetenbp-version>2.8.4</jackson-threetenbp-version>
|
||||||
{{#useBeanValidation}}
|
{{#useBeanValidation}}
|
||||||
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
||||||
|
@ -4,8 +4,8 @@ organization := "{{groupId}}"
|
|||||||
scalaVersion := "2.11.12"
|
scalaVersion := "2.11.12"
|
||||||
|
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.2",
|
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.9",
|
||||||
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.9.2",
|
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.9.9",
|
||||||
"com.sun.jersey" % "jersey-core" % "1.19.4",
|
"com.sun.jersey" % "jersey-core" % "1.19.4",
|
||||||
"com.sun.jersey" % "jersey-client" % "1.19.4",
|
"com.sun.jersey" % "jersey-client" % "1.19.4",
|
||||||
"com.sun.jersey.contribs" % "jersey-multipart" % "1.19.4",
|
"com.sun.jersey.contribs" % "jersey-multipart" % "1.19.4",
|
||||||
|
@ -242,7 +242,7 @@
|
|||||||
<swagger-core-version>1.5.18</swagger-core-version>
|
<swagger-core-version>1.5.18</swagger-core-version>
|
||||||
<jersey-async-version>1.0.5</jersey-async-version>
|
<jersey-async-version>1.0.5</jersey-async-version>
|
||||||
<maven-plugin.version>1.0.0</maven-plugin.version>
|
<maven-plugin.version>1.0.0</maven-plugin.version>
|
||||||
<jackson-version>2.9.2</jackson-version>
|
<jackson-version>2.9.9</jackson-version>
|
||||||
|
|
||||||
<junit-version>4.12</junit-version>
|
<junit-version>4.12</junit-version>
|
||||||
<scala-maven-plugin-version>3.1.5</scala-maven-plugin-version>
|
<scala-maven-plugin-version>3.1.5</scala-maven-plugin-version>
|
||||||
|
@ -17,7 +17,7 @@ lazy val root = (project in file(".")).
|
|||||||
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.9.9" % "compile",
|
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.9.9" % "compile",
|
||||||
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9" % "compile",
|
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9" % "compile",
|
||||||
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile",
|
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.6.4" % "compile",
|
||||||
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.7.5" % "compile",
|
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.9.9" % "compile",
|
||||||
"joda-time" % "joda-time" % "2.9.9" % "compile",
|
"joda-time" % "joda-time" % "2.9.9" % "compile",
|
||||||
"com.brsanthu" % "migbase64" % "2.2" % "compile",
|
"com.brsanthu" % "migbase64" % "2.2" % "compile",
|
||||||
"junit" % "junit" % "4.12" % "test",
|
"junit" % "junit" % "4.12" % "test",
|
||||||
|
@ -1 +1 @@
|
|||||||
4.0.0-SNAPSHOT
|
4.0.1-SNAPSHOT
|
@ -4,8 +4,8 @@ organization := "org.openapitools"
|
|||||||
scalaVersion := "2.11.12"
|
scalaVersion := "2.11.12"
|
||||||
|
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.2",
|
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.9",
|
||||||
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.9.2",
|
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.9.9",
|
||||||
"com.sun.jersey" % "jersey-core" % "1.19.4",
|
"com.sun.jersey" % "jersey-core" % "1.19.4",
|
||||||
"com.sun.jersey" % "jersey-client" % "1.19.4",
|
"com.sun.jersey" % "jersey-client" % "1.19.4",
|
||||||
"com.sun.jersey.contribs" % "jersey-multipart" % "1.19.4",
|
"com.sun.jersey.contribs" % "jersey-multipart" % "1.19.4",
|
||||||
|
@ -242,7 +242,7 @@
|
|||||||
<swagger-core-version>1.5.18</swagger-core-version>
|
<swagger-core-version>1.5.18</swagger-core-version>
|
||||||
<jersey-async-version>1.0.5</jersey-async-version>
|
<jersey-async-version>1.0.5</jersey-async-version>
|
||||||
<maven-plugin.version>1.0.0</maven-plugin.version>
|
<maven-plugin.version>1.0.0</maven-plugin.version>
|
||||||
<jackson-version>2.9.2</jackson-version>
|
<jackson-version>2.9.9</jackson-version>
|
||||||
|
|
||||||
<junit-version>4.12</junit-version>
|
<junit-version>4.12</junit-version>
|
||||||
<scala-maven-plugin-version>3.1.5</scala-maven-plugin-version>
|
<scala-maven-plugin-version>3.1.5</scala-maven-plugin-version>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* OpenAPI Petstore
|
* OpenAPI Petstore
|
||||||
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
||||||
*
|
*
|
||||||
* OpenAPI spec version: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* OpenAPI Petstore
|
* OpenAPI Petstore
|
||||||
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
||||||
*
|
*
|
||||||
* OpenAPI spec version: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* OpenAPI Petstore
|
* OpenAPI Petstore
|
||||||
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
||||||
*
|
*
|
||||||
* OpenAPI spec version: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* OpenAPI Petstore
|
* OpenAPI Petstore
|
||||||
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
||||||
*
|
*
|
||||||
* OpenAPI spec version: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* OpenAPI Petstore
|
* OpenAPI Petstore
|
||||||
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
||||||
*
|
*
|
||||||
* OpenAPI spec version: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* OpenAPI Petstore
|
* OpenAPI Petstore
|
||||||
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
||||||
*
|
*
|
||||||
* OpenAPI spec version: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* OpenAPI Petstore
|
* OpenAPI Petstore
|
||||||
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
||||||
*
|
*
|
||||||
* OpenAPI spec version: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* OpenAPI Petstore
|
* OpenAPI Petstore
|
||||||
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
||||||
*
|
*
|
||||||
* OpenAPI spec version: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* OpenAPI Petstore
|
* OpenAPI Petstore
|
||||||
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
||||||
*
|
*
|
||||||
* OpenAPI spec version: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* OpenAPI Petstore
|
* OpenAPI Petstore
|
||||||
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
||||||
*
|
*
|
||||||
* OpenAPI spec version: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||||
|
@ -191,14 +191,14 @@
|
|||||||
<java.version>1.7</java.version>
|
<java.version>1.7</java.version>
|
||||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||||
<swagger-core-version>1.5.18</swagger-core-version>
|
<swagger-core-version>1.5.22</swagger-core-version>
|
||||||
<jetty-version>9.2.9.v20150224</jetty-version>
|
<jetty-version>9.2.9.v20150224</jetty-version>
|
||||||
<junit-version>4.12</junit-version>
|
<junit-version>4.12</junit-version>
|
||||||
<logback-version>1.1.7</logback-version>
|
<logback-version>1.1.7</logback-version>
|
||||||
<servlet-api-version>2.5</servlet-api-version>
|
<servlet-api-version>2.5</servlet-api-version>
|
||||||
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
||||||
<cxf-version>3.3.0</cxf-version>
|
<cxf-version>3.3.0</cxf-version>
|
||||||
<jackson-jaxrs-version>2.9.8</jackson-jaxrs-version>
|
<jackson-jaxrs-version>2.9.9</jackson-jaxrs-version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
||||||
|
@ -16,7 +16,7 @@ dependencies {
|
|||||||
providedCompile 'org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:1.0.0.Final'
|
providedCompile 'org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:1.0.0.Final'
|
||||||
compile 'org.jboss.resteasy:resteasy-jackson2-provider:3.0.11.Final'
|
compile 'org.jboss.resteasy:resteasy-jackson2-provider:3.0.11.Final'
|
||||||
providedCompile 'javax.validation:validation-api:1.1.0.Final'
|
providedCompile 'javax.validation:validation-api:1.1.0.Final'
|
||||||
compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.6.3'
|
compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.9'
|
||||||
testCompile 'junit:junit:4.12',
|
testCompile 'junit:junit:4.12',
|
||||||
'org.hamcrest:hamcrest-core:1.3'
|
'org.hamcrest:hamcrest-core:1.3'
|
||||||
}
|
}
|
||||||
|
@ -148,7 +148,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||||
<artifactId>jackson-datatype-jsr310</artifactId>
|
<artifactId>jackson-datatype-jsr310</artifactId>
|
||||||
<version>2.6.3</version>
|
<version>2.9.9</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@ -16,7 +16,7 @@ dependencies {
|
|||||||
providedCompile 'org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:1.0.0.Final'
|
providedCompile 'org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:1.0.0.Final'
|
||||||
compile 'org.jboss.resteasy:resteasy-jackson2-provider:3.0.11.Final'
|
compile 'org.jboss.resteasy:resteasy-jackson2-provider:3.0.11.Final'
|
||||||
providedCompile 'javax.validation:validation-api:1.1.0.Final'
|
providedCompile 'javax.validation:validation-api:1.1.0.Final'
|
||||||
compile 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.6.3'
|
compile 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.9'
|
||||||
compile 'joda-time:joda-time:2.7'
|
compile 'joda-time:joda-time:2.7'
|
||||||
testCompile 'junit:junit:4.12',
|
testCompile 'junit:junit:4.12',
|
||||||
'org.hamcrest:hamcrest-core:1.3'
|
'org.hamcrest:hamcrest-core:1.3'
|
||||||
|
@ -153,7 +153,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||||
<artifactId>jackson-datatype-joda</artifactId>
|
<artifactId>jackson-datatype-joda</artifactId>
|
||||||
<version>2.6.3</version>
|
<version>2.9.9</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@ -16,7 +16,7 @@ dependencies {
|
|||||||
providedCompile 'org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:1.0.0.Final'
|
providedCompile 'org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:1.0.0.Final'
|
||||||
compile 'org.jboss.resteasy:resteasy-jackson2-provider:3.0.11.Final'
|
compile 'org.jboss.resteasy:resteasy-jackson2-provider:3.0.11.Final'
|
||||||
providedCompile 'javax.validation:validation-api:1.1.0.Final'
|
providedCompile 'javax.validation:validation-api:1.1.0.Final'
|
||||||
compile 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.6.3'
|
compile 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.9'
|
||||||
compile 'joda-time:joda-time:2.7'
|
compile 'joda-time:joda-time:2.7'
|
||||||
testCompile 'junit:junit:4.12',
|
testCompile 'junit:junit:4.12',
|
||||||
'org.hamcrest:hamcrest-core:1.3'
|
'org.hamcrest:hamcrest-core:1.3'
|
||||||
|
@ -153,7 +153,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||||
<artifactId>jackson-datatype-joda</artifactId>
|
<artifactId>jackson-datatype-joda</artifactId>
|
||||||
<version>2.6.3</version>
|
<version>2.9.9</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@ -196,11 +196,11 @@
|
|||||||
<java.version>1.7</java.version>
|
<java.version>1.7</java.version>
|
||||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||||
<swagger-core-version>1.5.18</swagger-core-version>
|
<swagger-core-version>1.5.22</swagger-core-version>
|
||||||
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
||||||
<jetty-version>9.2.9.v20150224</jetty-version>
|
<jetty-version>9.2.9.v20150224</jetty-version>
|
||||||
<jersey-version>1.19.1</jersey-version>
|
<jersey-version>1.19.1</jersey-version>
|
||||||
<jackson-version>2.8.9</jackson-version>
|
<jackson-version>2.9.9</jackson-version>
|
||||||
<slf4j-version>1.7.21</slf4j-version>
|
<slf4j-version>1.7.21</slf4j-version>
|
||||||
<junit-version>4.12</junit-version>
|
<junit-version>4.12</junit-version>
|
||||||
<servlet-api-version>2.5</servlet-api-version>
|
<servlet-api-version>2.5</servlet-api-version>
|
||||||
|
@ -196,11 +196,11 @@
|
|||||||
<java.version>1.7</java.version>
|
<java.version>1.7</java.version>
|
||||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||||
<swagger-core-version>1.5.18</swagger-core-version>
|
<swagger-core-version>1.5.22</swagger-core-version>
|
||||||
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
||||||
<jetty-version>9.2.9.v20150224</jetty-version>
|
<jetty-version>9.2.9.v20150224</jetty-version>
|
||||||
<jersey-version>1.19.1</jersey-version>
|
<jersey-version>1.19.1</jersey-version>
|
||||||
<jackson-version>2.8.9</jackson-version>
|
<jackson-version>2.9.9</jackson-version>
|
||||||
<slf4j-version>1.7.21</slf4j-version>
|
<slf4j-version>1.7.21</slf4j-version>
|
||||||
<junit-version>4.12</junit-version>
|
<junit-version>4.12</junit-version>
|
||||||
<servlet-api-version>2.5</servlet-api-version>
|
<servlet-api-version>2.5</servlet-api-version>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
||||||
<jetty-version>9.2.9.v20150224</jetty-version>
|
<jetty-version>9.2.9.v20150224</jetty-version>
|
||||||
<jersey2-version>2.22.2</jersey2-version>
|
<jersey2-version>2.22.2</jersey2-version>
|
||||||
<jackson-version>2.8.9</jackson-version>
|
<jackson-version>2.9.9</jackson-version>
|
||||||
<junit-version>4.12</junit-version>
|
<junit-version>4.12</junit-version>
|
||||||
<logback-version>1.1.7</logback-version>
|
<logback-version>1.1.7</logback-version>
|
||||||
<servlet-api-version>2.5</servlet-api-version>
|
<servlet-api-version>2.5</servlet-api-version>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
||||||
<jetty-version>9.2.9.v20150224</jetty-version>
|
<jetty-version>9.2.9.v20150224</jetty-version>
|
||||||
<jersey2-version>2.22.2</jersey2-version>
|
<jersey2-version>2.22.2</jersey2-version>
|
||||||
<jackson-version>2.8.9</jackson-version>
|
<jackson-version>2.9.9</jackson-version>
|
||||||
<junit-version>4.12</junit-version>
|
<junit-version>4.12</junit-version>
|
||||||
<logback-version>1.1.7</logback-version>
|
<logback-version>1.1.7</logback-version>
|
||||||
<servlet-api-version>2.5</servlet-api-version>
|
<servlet-api-version>2.5</servlet-api-version>
|
||||||
|
@ -150,7 +150,7 @@
|
|||||||
<junit-version>4.12</junit-version>
|
<junit-version>4.12</junit-version>
|
||||||
<servlet-api-version>2.5</servlet-api-version>
|
<servlet-api-version>2.5</servlet-api-version>
|
||||||
<springfox-version>2.8.0</springfox-version>
|
<springfox-version>2.8.0</springfox-version>
|
||||||
<jackson-version>2.9.5</jackson-version>
|
<jackson-version>2.9.9</jackson-version>
|
||||||
<jackson-threetenbp-version>2.8.4</jackson-threetenbp-version>
|
<jackson-threetenbp-version>2.8.4</jackson-threetenbp-version>
|
||||||
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
||||||
<spring-version>4.3.20.RELEASE</spring-version>
|
<spring-version>4.3.20.RELEASE</spring-version>
|
||||||
|
@ -150,7 +150,7 @@
|
|||||||
<junit-version>4.12</junit-version>
|
<junit-version>4.12</junit-version>
|
||||||
<servlet-api-version>2.5</servlet-api-version>
|
<servlet-api-version>2.5</servlet-api-version>
|
||||||
<springfox-version>2.8.0</springfox-version>
|
<springfox-version>2.8.0</springfox-version>
|
||||||
<jackson-version>2.9.5</jackson-version>
|
<jackson-version>2.9.9</jackson-version>
|
||||||
<jackson-threetenbp-version>2.8.4</jackson-threetenbp-version>
|
<jackson-threetenbp-version>2.8.4</jackson-threetenbp-version>
|
||||||
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
||||||
<spring-version>4.3.20.RELEASE</spring-version>
|
<spring-version>4.3.20.RELEASE</spring-version>
|
||||||
|
@ -150,7 +150,7 @@
|
|||||||
<junit-version>4.12</junit-version>
|
<junit-version>4.12</junit-version>
|
||||||
<servlet-api-version>2.5</servlet-api-version>
|
<servlet-api-version>2.5</servlet-api-version>
|
||||||
<springfox-version>2.8.0</springfox-version>
|
<springfox-version>2.8.0</springfox-version>
|
||||||
<jackson-version>2.9.5</jackson-version>
|
<jackson-version>2.9.9</jackson-version>
|
||||||
<jackson-threetenbp-version>2.8.4</jackson-threetenbp-version>
|
<jackson-threetenbp-version>2.8.4</jackson-threetenbp-version>
|
||||||
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
<beanvalidation-version>1.1.0.Final</beanvalidation-version>
|
||||||
<spring-version>4.3.20.RELEASE</spring-version>
|
<spring-version>4.3.20.RELEASE</spring-version>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user