forked from loafle/openapi-generator-original
Update logback core to newer version v1.5.13 (#20363)
* update logback to newer version * update java inflector samples * update logback to newer version * fix auto-generated tests
This commit is contained in:
parent
eceef28850
commit
8790f7c8b1
@ -223,7 +223,7 @@
|
|||||||
<swagger.core.version>1.5.18</swagger.core.version>
|
<swagger.core.version>1.5.18</swagger.core.version>
|
||||||
<jetty.version>9.2.9.v20150224</jetty.version>
|
<jetty.version>9.2.9.v20150224</jetty.version>
|
||||||
<junit.version>5.10.2</junit.version>
|
<junit.version>5.10.2</junit.version>
|
||||||
<logback.version>1.4.14</logback.version>
|
<logback.version>1.5.13</logback.version>
|
||||||
{{#useBeanValidation}}
|
{{#useBeanValidation}}
|
||||||
<beanvalidation.version>3.0.2</beanvalidation.version>
|
<beanvalidation.version>3.0.2</beanvalidation.version>
|
||||||
{{/useBeanValidation}}
|
{{/useBeanValidation}}
|
||||||
|
@ -223,7 +223,7 @@
|
|||||||
<swagger.core.version>1.5.18</swagger.core.version>
|
<swagger.core.version>1.5.18</swagger.core.version>
|
||||||
<jetty.version>9.2.9.v20150224</jetty.version>
|
<jetty.version>9.2.9.v20150224</jetty.version>
|
||||||
<junit.version>5.10.2</junit.version>
|
<junit.version>5.10.2</junit.version>
|
||||||
<logback.version>1.4.14</logback.version>
|
<logback.version>1.5.13</logback.version>
|
||||||
{{#useBeanValidation}}
|
{{#useBeanValidation}}
|
||||||
<beanvalidation.version>3.0.1</beanvalidation.version>
|
<beanvalidation.version>3.0.1</beanvalidation.version>
|
||||||
{{/useBeanValidation}}
|
{{/useBeanValidation}}
|
||||||
|
@ -162,7 +162,7 @@
|
|||||||
<maven-plugin-version>1.0.0</maven-plugin-version>
|
<maven-plugin-version>1.0.0</maven-plugin-version>
|
||||||
<swagger-inflector-version>1.0.14</swagger-inflector-version>
|
<swagger-inflector-version>1.0.14</swagger-inflector-version>
|
||||||
<jetty-version>9.2.9.v20150224</jetty-version>
|
<jetty-version>9.2.9.v20150224</jetty-version>
|
||||||
<logback-version>1.2.12</logback-version>
|
<logback-version>1.5.13</logback-version>
|
||||||
{{#useJakartaEe}}
|
{{#useJakartaEe}}
|
||||||
<jakarta-annotation-version>2.1.1</jakarta-annotation-version>
|
<jakarta-annotation-version>2.1.1</jakarta-annotation-version>
|
||||||
{{/useJakartaEe}}
|
{{/useJakartaEe}}
|
||||||
|
@ -8,6 +8,7 @@ import org.junit.Test;
|
|||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
import {{javaxPackage}}.validation.Valid;
|
||||||
import {{javaxPackage}}.ws.rs.core.MediaType;
|
import {{javaxPackage}}.ws.rs.core.MediaType;
|
||||||
import {{javaxPackage}}.ws.rs.core.Response;
|
import {{javaxPackage}}.ws.rs.core.Response;
|
||||||
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
||||||
|
@ -220,7 +220,7 @@ for this project used jakarta.validation-api -->
|
|||||||
<swagger-core-version>1.5.22</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.13.2</junit-version>
|
<junit-version>4.13.2</junit-version>
|
||||||
<logback-version>1.4.14</logback-version>
|
<logback-version>1.5.13</logback-version>
|
||||||
{{#useBeanValidation}}
|
{{#useBeanValidation}}
|
||||||
<beanvalidation-version>2.0.2</beanvalidation-version>
|
<beanvalidation-version>2.0.2</beanvalidation-version>
|
||||||
{{/useBeanValidation}}
|
{{/useBeanValidation}}
|
||||||
|
@ -342,7 +342,7 @@ for this project used jakarta.validation-api -->
|
|||||||
{{/generateSpringApplication}}
|
{{/generateSpringApplication}}
|
||||||
{{^generateSpringBootApplication}}
|
{{^generateSpringBootApplication}}
|
||||||
<junit-version>4.13.2</junit-version>
|
<junit-version>4.13.2</junit-version>
|
||||||
<logback-version>1.2.12</logback-version>
|
<logback-version>1.5.13</logback-version>
|
||||||
{{/generateSpringBootApplication}}
|
{{/generateSpringBootApplication}}
|
||||||
<cxf-version>3.5.9</cxf-version>
|
<cxf-version>3.5.9</cxf-version>
|
||||||
<jackson-jaxrs-version>2.17.1</jackson-jaxrs-version>
|
<jackson-jaxrs-version>2.17.1</jackson-jaxrs-version>
|
||||||
|
@ -8,6 +8,7 @@ import org.junit.Test;
|
|||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
import {{javaxPackage}}.validation.Valid;
|
||||||
import {{javaxPackage}}.ws.rs.core.Response;
|
import {{javaxPackage}}.ws.rs.core.Response;
|
||||||
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
||||||
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
||||||
|
@ -241,7 +241,7 @@ for this project used jakarta.validation-api -->
|
|||||||
<swagger-core-version>1.5.18</swagger-core-version>
|
<swagger-core-version>1.5.18</swagger-core-version>
|
||||||
<jetty-version>9.2.9.v20150224</jetty-version>
|
<jetty-version>9.2.9.v20150224</jetty-version>
|
||||||
<junit-version>4.13.2</junit-version>
|
<junit-version>4.13.2</junit-version>
|
||||||
<logback-version>1.4.14</logback-version>
|
<logback-version>1.5.13</logback-version>
|
||||||
{{#useBeanValidation}}
|
{{#useBeanValidation}}
|
||||||
<beanvalidation-version>2.0.2</beanvalidation-version>
|
<beanvalidation-version>2.0.2</beanvalidation-version>
|
||||||
{{/useBeanValidation}}
|
{{/useBeanValidation}}
|
||||||
|
@ -292,7 +292,7 @@ for this project used jakarta.validation-api -->
|
|||||||
<swagger-core-version>1.5.22</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.13.2</junit-version>
|
<junit-version>4.13.2</junit-version>
|
||||||
<logback-version>1.4.14</logback-version>
|
<logback-version>1.5.13</logback-version>
|
||||||
{{#useBeanValidation}}
|
{{#useBeanValidation}}
|
||||||
<beanvalidation-version>2.0.2</beanvalidation-version>
|
<beanvalidation-version>2.0.2</beanvalidation-version>
|
||||||
{{/useBeanValidation}}
|
{{/useBeanValidation}}
|
||||||
|
@ -222,7 +222,7 @@
|
|||||||
<jersey3-version>3.1.3</jersey3-version>
|
<jersey3-version>3.1.3</jersey3-version>
|
||||||
<jackson-version>2.17.1</jackson-version>
|
<jackson-version>2.17.1</jackson-version>
|
||||||
<junit-version>4.13.2</junit-version>
|
<junit-version>4.13.2</junit-version>
|
||||||
<logback-version>1.4.14</logback-version>
|
<logback-version>1.5.13</logback-version>
|
||||||
<servlet-api-version>5.0.0</servlet-api-version>
|
<servlet-api-version>5.0.0</servlet-api-version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -222,7 +222,7 @@ for this project used jakarta.validation-api -->
|
|||||||
<jersey2-version>2.35</jersey2-version>
|
<jersey2-version>2.35</jersey2-version>
|
||||||
<jackson-version>2.17.1</jackson-version>
|
<jackson-version>2.17.1</jackson-version>
|
||||||
<junit-version>4.13.2</junit-version>
|
<junit-version>4.13.2</junit-version>
|
||||||
<logback-version>1.4.14</logback-version>
|
<logback-version>1.5.13</logback-version>
|
||||||
<servlet-api-version>4.0.4</servlet-api-version>
|
<servlet-api-version>4.0.4</servlet-api-version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
<springfox-swagger-ui>2.6.0</springfox-swagger-ui>
|
<springfox-swagger-ui>2.6.0</springfox-swagger-ui>
|
||||||
<slf4j-api>1.7.25</slf4j-api>
|
<slf4j-api>1.7.25</slf4j-api>
|
||||||
<logstash-logback-encoder>4.11</logstash-logback-encoder>
|
<logstash-logback-encoder>4.11</logstash-logback-encoder>
|
||||||
<logback-core>1.4.13</logback-core>
|
<logback-core>1.5.13</logback-core>
|
||||||
<logback-classic>1.4.13</logback-classic>
|
<logback-classic>1.5.13</logback-classic>
|
||||||
<gatling.version>2.3.0</gatling.version>
|
<gatling.version>2.3.0</gatling.version>
|
||||||
<gatling-plugin.version>2.2.4</gatling-plugin.version>
|
<gatling-plugin.version>2.2.4</gatling-plugin.version>
|
||||||
<scala-maven-plugin.version>3.2.2</scala-maven-plugin.version>
|
<scala-maven-plugin.version>3.2.2</scala-maven-plugin.version>
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
<version.commons.codec>1.10</version.commons.codec>
|
<version.commons.codec>1.10</version.commons.codec>
|
||||||
<version.encoder>1.2</version.encoder>
|
<version.encoder>1.2</version.encoder>
|
||||||
<version.metrics>3.1.2</version.metrics>
|
<version.metrics>3.1.2</version.metrics>
|
||||||
<version.logback>1.4.13</version.logback>
|
<version.logback>1.5.13</version.logback>
|
||||||
<version.junit>4.13.2</version.junit>
|
<version.junit>4.13.2</version.junit>
|
||||||
<version.mockito>2.1.0-beta.124</version.mockito>
|
<version.mockito>2.1.0-beta.124</version.mockito>
|
||||||
<version.undertow>2.3.17.Final</version.undertow>
|
<version.undertow>2.3.17.Final</version.undertow>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
ktor_version=3.0.2
|
ktor_version=3.0.2
|
||||||
kotlin_version=2.0.20
|
kotlin_version=2.0.20
|
||||||
logback_version=1.4.14
|
logback_version=1.5.13
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
ktor_version=2.3.12
|
ktor_version=2.3.12
|
||||||
kotlin_version=2.0.20
|
kotlin_version=2.0.20
|
||||||
logback_version=1.4.14
|
logback_version=1.5.13
|
||||||
|
@ -157,7 +157,7 @@
|
|||||||
<swagger.core.version>1.5.18</swagger.core.version>
|
<swagger.core.version>1.5.18</swagger.core.version>
|
||||||
<jetty.version>9.2.9.v20150224</jetty.version>
|
<jetty.version>9.2.9.v20150224</jetty.version>
|
||||||
<junit.version>5.10.2</junit.version>
|
<junit.version>5.10.2</junit.version>
|
||||||
<logback.version>1.4.14</logback.version>
|
<logback.version>1.5.13</logback.version>
|
||||||
<cxf.version>3.2.7</cxf.version>
|
<cxf.version>3.2.7</cxf.version>
|
||||||
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
|
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
|
||||||
<jackson.version>2.17.1</jackson.version>
|
<jackson.version>2.17.1</jackson.version>
|
||||||
|
@ -152,7 +152,7 @@
|
|||||||
<swagger.core.version>1.5.18</swagger.core.version>
|
<swagger.core.version>1.5.18</swagger.core.version>
|
||||||
<jetty.version>9.2.9.v20150224</jetty.version>
|
<jetty.version>9.2.9.v20150224</jetty.version>
|
||||||
<junit.version>5.10.2</junit.version>
|
<junit.version>5.10.2</junit.version>
|
||||||
<logback.version>1.4.14</logback.version>
|
<logback.version>1.5.13</logback.version>
|
||||||
<cxf.version>3.2.7</cxf.version>
|
<cxf.version>3.2.7</cxf.version>
|
||||||
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
|
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
|
||||||
<jackson.version>2.17.1</jackson.version>
|
<jackson.version>2.17.1</jackson.version>
|
||||||
|
@ -160,7 +160,7 @@
|
|||||||
<swagger.core.version>1.5.18</swagger.core.version>
|
<swagger.core.version>1.5.18</swagger.core.version>
|
||||||
<jetty.version>9.2.9.v20150224</jetty.version>
|
<jetty.version>9.2.9.v20150224</jetty.version>
|
||||||
<junit.version>5.10.2</junit.version>
|
<junit.version>5.10.2</junit.version>
|
||||||
<logback.version>1.4.14</logback.version>
|
<logback.version>1.5.13</logback.version>
|
||||||
<cxf.version>3.2.7</cxf.version>
|
<cxf.version>3.2.7</cxf.version>
|
||||||
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
|
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
|
||||||
<jakarta.activation.version>2.1.0</jakarta.activation.version>
|
<jakarta.activation.version>2.1.0</jakarta.activation.version>
|
||||||
|
@ -155,7 +155,7 @@
|
|||||||
<swagger.core.version>1.5.18</swagger.core.version>
|
<swagger.core.version>1.5.18</swagger.core.version>
|
||||||
<jetty.version>9.2.9.v20150224</jetty.version>
|
<jetty.version>9.2.9.v20150224</jetty.version>
|
||||||
<junit.version>5.10.2</junit.version>
|
<junit.version>5.10.2</junit.version>
|
||||||
<logback.version>1.4.14</logback.version>
|
<logback.version>1.5.13</logback.version>
|
||||||
<cxf.version>3.2.7</cxf.version>
|
<cxf.version>3.2.7</cxf.version>
|
||||||
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
|
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
|
||||||
<jakarta.activation.version>2.1.0</jakarta.activation.version>
|
<jakarta.activation.version>2.1.0</jakarta.activation.version>
|
||||||
|
@ -160,7 +160,7 @@
|
|||||||
<swagger.core.version>1.5.18</swagger.core.version>
|
<swagger.core.version>1.5.18</swagger.core.version>
|
||||||
<jetty.version>9.2.9.v20150224</jetty.version>
|
<jetty.version>9.2.9.v20150224</jetty.version>
|
||||||
<junit.version>5.10.2</junit.version>
|
<junit.version>5.10.2</junit.version>
|
||||||
<logback.version>1.4.14</logback.version>
|
<logback.version>1.5.13</logback.version>
|
||||||
<cxf.version>3.2.7</cxf.version>
|
<cxf.version>3.2.7</cxf.version>
|
||||||
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
|
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
|
||||||
<jakarta.activation.version>1.2.2</jakarta.activation.version>
|
<jakarta.activation.version>1.2.2</jakarta.activation.version>
|
||||||
|
@ -155,7 +155,7 @@
|
|||||||
<swagger.core.version>1.5.18</swagger.core.version>
|
<swagger.core.version>1.5.18</swagger.core.version>
|
||||||
<jetty.version>9.2.9.v20150224</jetty.version>
|
<jetty.version>9.2.9.v20150224</jetty.version>
|
||||||
<junit.version>5.10.2</junit.version>
|
<junit.version>5.10.2</junit.version>
|
||||||
<logback.version>1.4.14</logback.version>
|
<logback.version>1.5.13</logback.version>
|
||||||
<cxf.version>3.2.7</cxf.version>
|
<cxf.version>3.2.7</cxf.version>
|
||||||
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
|
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
|
||||||
<jakarta.activation.version>1.2.2</jakarta.activation.version>
|
<jakarta.activation.version>1.2.2</jakarta.activation.version>
|
||||||
|
@ -155,7 +155,7 @@
|
|||||||
<swagger.core.version>1.5.18</swagger.core.version>
|
<swagger.core.version>1.5.18</swagger.core.version>
|
||||||
<jetty.version>9.2.9.v20150224</jetty.version>
|
<jetty.version>9.2.9.v20150224</jetty.version>
|
||||||
<junit.version>5.10.2</junit.version>
|
<junit.version>5.10.2</junit.version>
|
||||||
<logback.version>1.4.14</logback.version>
|
<logback.version>1.5.13</logback.version>
|
||||||
<cxf.version>3.2.7</cxf.version>
|
<cxf.version>3.2.7</cxf.version>
|
||||||
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
|
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
|
||||||
<jakarta.activation.version>2.1.0</jakarta.activation.version>
|
<jakarta.activation.version>2.1.0</jakarta.activation.version>
|
||||||
|
@ -155,7 +155,7 @@
|
|||||||
<swagger.core.version>1.5.18</swagger.core.version>
|
<swagger.core.version>1.5.18</swagger.core.version>
|
||||||
<jetty.version>9.2.9.v20150224</jetty.version>
|
<jetty.version>9.2.9.v20150224</jetty.version>
|
||||||
<junit.version>5.10.2</junit.version>
|
<junit.version>5.10.2</junit.version>
|
||||||
<logback.version>1.4.14</logback.version>
|
<logback.version>1.5.13</logback.version>
|
||||||
<cxf.version>3.2.7</cxf.version>
|
<cxf.version>3.2.7</cxf.version>
|
||||||
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
|
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
|
||||||
<jakarta.activation.version>1.2.2</jakarta.activation.version>
|
<jakarta.activation.version>1.2.2</jakarta.activation.version>
|
||||||
|
@ -197,7 +197,7 @@ for this project used jakarta.validation-api -->
|
|||||||
<swagger-core-version>1.5.18</swagger-core-version>
|
<swagger-core-version>1.5.18</swagger-core-version>
|
||||||
<jetty-version>9.2.9.v20150224</jetty-version>
|
<jetty-version>9.2.9.v20150224</jetty-version>
|
||||||
<junit-version>4.13.2</junit-version>
|
<junit-version>4.13.2</junit-version>
|
||||||
<logback-version>1.4.14</logback-version>
|
<logback-version>1.5.13</logback-version>
|
||||||
<cxf-version>3.5.9</cxf-version>
|
<cxf-version>3.5.9</cxf-version>
|
||||||
<jackson-jaxrs-version>2.17.1</jackson-jaxrs-version>
|
<jackson-jaxrs-version>2.17.1</jackson-jaxrs-version>
|
||||||
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
|
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
|
||||||
|
@ -197,7 +197,7 @@ for this project used jakarta.validation-api -->
|
|||||||
<swagger-core-version>1.5.18</swagger-core-version>
|
<swagger-core-version>1.5.18</swagger-core-version>
|
||||||
<jetty-version>9.2.9.v20150224</jetty-version>
|
<jetty-version>9.2.9.v20150224</jetty-version>
|
||||||
<junit-version>4.13.2</junit-version>
|
<junit-version>4.13.2</junit-version>
|
||||||
<logback-version>1.4.14</logback-version>
|
<logback-version>1.5.13</logback-version>
|
||||||
<cxf-version>3.5.9</cxf-version>
|
<cxf-version>3.5.9</cxf-version>
|
||||||
<jackson-jaxrs-version>2.17.1</jackson-jaxrs-version>
|
<jackson-jaxrs-version>2.17.1</jackson-jaxrs-version>
|
||||||
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
|
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
|
||||||
|
@ -1 +1 @@
|
|||||||
7.0.0-SNAPSHOT
|
7.11.0-SNAPSHOT
|
||||||
|
@ -162,7 +162,7 @@
|
|||||||
<maven-plugin-version>1.0.0</maven-plugin-version>
|
<maven-plugin-version>1.0.0</maven-plugin-version>
|
||||||
<swagger-inflector-version>1.0.14</swagger-inflector-version>
|
<swagger-inflector-version>1.0.14</swagger-inflector-version>
|
||||||
<jetty-version>9.2.9.v20150224</jetty-version>
|
<jetty-version>9.2.9.v20150224</jetty-version>
|
||||||
<logback-version>1.2.10</logback-version>
|
<logback-version>1.5.13</logback-version>
|
||||||
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
|
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
|
||||||
<junit-version>4.13.2</junit-version>
|
<junit-version>4.13.2</junit-version>
|
||||||
<slf4j-version>1.6.3</slf4j-version>
|
<slf4j-version>1.6.3</slf4j-version>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
package org.openapitools.controllers;
|
package org.openapitools.controllers;
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class StringUtil {
|
public class StringUtil {
|
||||||
/**
|
/**
|
||||||
* Check if the given array contains the given value (with case-insensitive comparison).
|
* Check if the given array contains the given value (with case-insensitive comparison).
|
||||||
|
@ -12,7 +12,7 @@ import java.util.Map;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class AdditionalPropertiesAnyType extends HashMap<String, Object> {
|
public class AdditionalPropertiesAnyType extends HashMap<String, Object> {
|
||||||
@JsonProperty("name")
|
@JsonProperty("name")
|
||||||
private String name;
|
private String name;
|
||||||
@ -44,12 +44,12 @@ public class AdditionalPropertiesAnyType extends HashMap<String, Object> {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
AdditionalPropertiesAnyType additionalPropertiesAnyType = (AdditionalPropertiesAnyType) o;
|
AdditionalPropertiesAnyType additionalPropertiesAnyType = (AdditionalPropertiesAnyType) o;
|
||||||
return Objects.equals(name, additionalPropertiesAnyType.name);
|
return super.equals(o) && Objects.equals(name, additionalPropertiesAnyType.name);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int hashCode() {
|
public int hashCode() {
|
||||||
return Objects.hash(name);
|
return Objects.hash(super.hashCode(), name);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -13,7 +13,7 @@ import java.util.Map;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class AdditionalPropertiesArray extends HashMap<String, List> {
|
public class AdditionalPropertiesArray extends HashMap<String, List> {
|
||||||
@JsonProperty("name")
|
@JsonProperty("name")
|
||||||
private String name;
|
private String name;
|
||||||
@ -45,12 +45,12 @@ public class AdditionalPropertiesArray extends HashMap<String, List> {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
AdditionalPropertiesArray additionalPropertiesArray = (AdditionalPropertiesArray) o;
|
AdditionalPropertiesArray additionalPropertiesArray = (AdditionalPropertiesArray) o;
|
||||||
return Objects.equals(name, additionalPropertiesArray.name);
|
return super.equals(o) && Objects.equals(name, additionalPropertiesArray.name);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int hashCode() {
|
public int hashCode() {
|
||||||
return Objects.hash(name);
|
return Objects.hash(super.hashCode(), name);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -12,7 +12,7 @@ import java.util.Map;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class AdditionalPropertiesBoolean extends HashMap<String, Boolean> {
|
public class AdditionalPropertiesBoolean extends HashMap<String, Boolean> {
|
||||||
@JsonProperty("name")
|
@JsonProperty("name")
|
||||||
private String name;
|
private String name;
|
||||||
@ -44,12 +44,12 @@ public class AdditionalPropertiesBoolean extends HashMap<String, Boolean> {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
AdditionalPropertiesBoolean additionalPropertiesBoolean = (AdditionalPropertiesBoolean) o;
|
AdditionalPropertiesBoolean additionalPropertiesBoolean = (AdditionalPropertiesBoolean) o;
|
||||||
return Objects.equals(name, additionalPropertiesBoolean.name);
|
return super.equals(o) && Objects.equals(name, additionalPropertiesBoolean.name);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int hashCode() {
|
public int hashCode() {
|
||||||
return Objects.hash(name);
|
return Objects.hash(super.hashCode(), name);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -14,7 +14,7 @@ import java.util.Map;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class AdditionalPropertiesClass {
|
public class AdditionalPropertiesClass {
|
||||||
@JsonProperty("map_string")
|
@JsonProperty("map_string")
|
||||||
private Map<String, String> mapString = null;
|
private Map<String, String> mapString = null;
|
||||||
|
@ -12,7 +12,7 @@ import java.util.Map;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class AdditionalPropertiesInteger extends HashMap<String, Integer> {
|
public class AdditionalPropertiesInteger extends HashMap<String, Integer> {
|
||||||
@JsonProperty("name")
|
@JsonProperty("name")
|
||||||
private String name;
|
private String name;
|
||||||
@ -44,12 +44,12 @@ public class AdditionalPropertiesInteger extends HashMap<String, Integer> {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
AdditionalPropertiesInteger additionalPropertiesInteger = (AdditionalPropertiesInteger) o;
|
AdditionalPropertiesInteger additionalPropertiesInteger = (AdditionalPropertiesInteger) o;
|
||||||
return Objects.equals(name, additionalPropertiesInteger.name);
|
return super.equals(o) && Objects.equals(name, additionalPropertiesInteger.name);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int hashCode() {
|
public int hashCode() {
|
||||||
return Objects.hash(name);
|
return Objects.hash(super.hashCode(), name);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -13,7 +13,7 @@ import java.util.Map;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class AdditionalPropertiesNumber extends HashMap<String, BigDecimal> {
|
public class AdditionalPropertiesNumber extends HashMap<String, BigDecimal> {
|
||||||
@JsonProperty("name")
|
@JsonProperty("name")
|
||||||
private String name;
|
private String name;
|
||||||
@ -45,12 +45,12 @@ public class AdditionalPropertiesNumber extends HashMap<String, BigDecimal> {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
AdditionalPropertiesNumber additionalPropertiesNumber = (AdditionalPropertiesNumber) o;
|
AdditionalPropertiesNumber additionalPropertiesNumber = (AdditionalPropertiesNumber) o;
|
||||||
return Objects.equals(name, additionalPropertiesNumber.name);
|
return super.equals(o) && Objects.equals(name, additionalPropertiesNumber.name);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int hashCode() {
|
public int hashCode() {
|
||||||
return Objects.hash(name);
|
return Objects.hash(super.hashCode(), name);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -12,7 +12,7 @@ import java.util.Map;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class AdditionalPropertiesObject extends HashMap<String, Map> {
|
public class AdditionalPropertiesObject extends HashMap<String, Map> {
|
||||||
@JsonProperty("name")
|
@JsonProperty("name")
|
||||||
private String name;
|
private String name;
|
||||||
@ -44,12 +44,12 @@ public class AdditionalPropertiesObject extends HashMap<String, Map> {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
AdditionalPropertiesObject additionalPropertiesObject = (AdditionalPropertiesObject) o;
|
AdditionalPropertiesObject additionalPropertiesObject = (AdditionalPropertiesObject) o;
|
||||||
return Objects.equals(name, additionalPropertiesObject.name);
|
return super.equals(o) && Objects.equals(name, additionalPropertiesObject.name);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int hashCode() {
|
public int hashCode() {
|
||||||
return Objects.hash(name);
|
return Objects.hash(super.hashCode(), name);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -12,7 +12,7 @@ import java.util.Map;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class AdditionalPropertiesString extends HashMap<String, String> {
|
public class AdditionalPropertiesString extends HashMap<String, String> {
|
||||||
@JsonProperty("name")
|
@JsonProperty("name")
|
||||||
private String name;
|
private String name;
|
||||||
@ -44,12 +44,12 @@ public class AdditionalPropertiesString extends HashMap<String, String> {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
AdditionalPropertiesString additionalPropertiesString = (AdditionalPropertiesString) o;
|
AdditionalPropertiesString additionalPropertiesString = (AdditionalPropertiesString) o;
|
||||||
return Objects.equals(name, additionalPropertiesString.name);
|
return super.equals(o) && Objects.equals(name, additionalPropertiesString.name);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int hashCode() {
|
public int hashCode() {
|
||||||
return Objects.hash(name);
|
return Objects.hash(super.hashCode(), name);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -13,7 +13,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class Animal {
|
public class Animal {
|
||||||
@JsonProperty("className")
|
@JsonProperty("className")
|
||||||
private String className;
|
private String className;
|
||||||
|
@ -7,13 +7,14 @@ import io.swagger.annotations.ApiModel;
|
|||||||
import io.swagger.annotations.ApiModelProperty;
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class ArrayOfArrayOfNumberOnly {
|
public class ArrayOfArrayOfNumberOnly {
|
||||||
@JsonProperty("ArrayArrayNumber")
|
@JsonProperty("ArrayArrayNumber")
|
||||||
private List<List<BigDecimal>> arrayArrayNumber = null;
|
private List<List<BigDecimal>> arrayArrayNumber = null;
|
||||||
|
@ -7,13 +7,14 @@ import io.swagger.annotations.ApiModel;
|
|||||||
import io.swagger.annotations.ApiModelProperty;
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class ArrayOfNumberOnly {
|
public class ArrayOfNumberOnly {
|
||||||
@JsonProperty("ArrayNumber")
|
@JsonProperty("ArrayNumber")
|
||||||
private List<BigDecimal> arrayNumber = null;
|
private List<BigDecimal> arrayNumber = null;
|
||||||
|
@ -6,6 +6,7 @@ import com.fasterxml.jackson.annotation.JsonCreator;
|
|||||||
import io.swagger.annotations.ApiModel;
|
import io.swagger.annotations.ApiModel;
|
||||||
import io.swagger.annotations.ApiModelProperty;
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import org.openapitools.model.ReadOnlyFirst;
|
import org.openapitools.model.ReadOnlyFirst;
|
||||||
|
|
||||||
@ -13,7 +14,7 @@ import org.openapitools.model.ReadOnlyFirst;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class ArrayTest {
|
public class ArrayTest {
|
||||||
@JsonProperty("array_of_string")
|
@JsonProperty("array_of_string")
|
||||||
private List<String> arrayOfString = null;
|
private List<String> arrayOfString = null;
|
||||||
|
@ -12,7 +12,7 @@ import org.openapitools.model.Cat;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class BigCat extends Cat {
|
public class BigCat extends Cat {
|
||||||
/**
|
/**
|
||||||
* Gets or Sets kind
|
* Gets or Sets kind
|
||||||
@ -79,12 +79,12 @@ public class BigCat extends Cat {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
BigCat bigCat = (BigCat) o;
|
BigCat bigCat = (BigCat) o;
|
||||||
return Objects.equals(kind, bigCat.kind);
|
return super.equals(o) && Objects.equals(kind, bigCat.kind);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int hashCode() {
|
public int hashCode() {
|
||||||
return Objects.hash(kind);
|
return Objects.hash(super.hashCode(), kind);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -10,7 +10,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class Capitalization {
|
public class Capitalization {
|
||||||
@JsonProperty("smallCamel")
|
@JsonProperty("smallCamel")
|
||||||
private String smallCamel;
|
private String smallCamel;
|
||||||
|
@ -11,7 +11,7 @@ import org.openapitools.model.Animal;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class Cat extends Animal {
|
public class Cat extends Animal {
|
||||||
@JsonProperty("declawed")
|
@JsonProperty("declawed")
|
||||||
private Boolean declawed;
|
private Boolean declawed;
|
||||||
@ -43,12 +43,12 @@ public class Cat extends Animal {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
Cat cat = (Cat) o;
|
Cat cat = (Cat) o;
|
||||||
return Objects.equals(declawed, cat.declawed);
|
return super.equals(o) && Objects.equals(declawed, cat.declawed);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int hashCode() {
|
public int hashCode() {
|
||||||
return Objects.hash(declawed);
|
return Objects.hash(super.hashCode(), declawed);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -10,7 +10,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class Category {
|
public class Category {
|
||||||
@JsonProperty("id")
|
@JsonProperty("id")
|
||||||
private Long id;
|
private Long id;
|
||||||
|
@ -13,7 +13,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModel(description = "Model for testing model with \"_class\" property")
|
@ApiModel(description = "Model for testing model with \"_class\" property")
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class ClassModel {
|
public class ClassModel {
|
||||||
@JsonProperty("_class")
|
@JsonProperty("_class")
|
||||||
private String propertyClass;
|
private String propertyClass;
|
||||||
|
@ -10,7 +10,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class Client {
|
public class Client {
|
||||||
@JsonProperty("client")
|
@JsonProperty("client")
|
||||||
private String client;
|
private String client;
|
||||||
|
@ -11,7 +11,7 @@ import org.openapitools.model.Animal;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class Dog extends Animal {
|
public class Dog extends Animal {
|
||||||
@JsonProperty("breed")
|
@JsonProperty("breed")
|
||||||
private String breed;
|
private String breed;
|
||||||
@ -43,12 +43,12 @@ public class Dog extends Animal {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
Dog dog = (Dog) o;
|
Dog dog = (Dog) o;
|
||||||
return Objects.equals(breed, dog.breed);
|
return super.equals(o) && Objects.equals(breed, dog.breed);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int hashCode() {
|
public int hashCode() {
|
||||||
return Objects.hash(breed);
|
return Objects.hash(super.hashCode(), breed);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -7,13 +7,14 @@ import com.fasterxml.jackson.annotation.JsonValue;
|
|||||||
import io.swagger.annotations.ApiModel;
|
import io.swagger.annotations.ApiModel;
|
||||||
import io.swagger.annotations.ApiModelProperty;
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class EnumArrays {
|
public class EnumArrays {
|
||||||
/**
|
/**
|
||||||
* Gets or Sets justSymbol
|
* Gets or Sets justSymbol
|
||||||
|
@ -13,7 +13,7 @@ import org.openapitools.model.OuterEnum;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class EnumTest {
|
public class EnumTest {
|
||||||
/**
|
/**
|
||||||
* Gets or Sets enumString
|
* Gets or Sets enumString
|
||||||
|
@ -6,6 +6,7 @@ import com.fasterxml.jackson.annotation.JsonCreator;
|
|||||||
import io.swagger.annotations.ApiModel;
|
import io.swagger.annotations.ApiModel;
|
||||||
import io.swagger.annotations.ApiModelProperty;
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import org.openapitools.model.ModelFile;
|
import org.openapitools.model.ModelFile;
|
||||||
|
|
||||||
@ -13,7 +14,7 @@ import org.openapitools.model.ModelFile;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class FileSchemaTestClass {
|
public class FileSchemaTestClass {
|
||||||
@JsonProperty("file")
|
@JsonProperty("file")
|
||||||
private ModelFile _file;
|
private ModelFile _file;
|
||||||
|
@ -15,7 +15,7 @@ import java.util.UUID;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class FormatTest {
|
public class FormatTest {
|
||||||
@JsonProperty("integer")
|
@JsonProperty("integer")
|
||||||
private Integer integer;
|
private Integer integer;
|
||||||
@ -355,7 +355,7 @@ public class FormatTest {
|
|||||||
sb.append(" date: ").append(toIndentedString(date)).append("\n");
|
sb.append(" date: ").append(toIndentedString(date)).append("\n");
|
||||||
sb.append(" dateTime: ").append(toIndentedString(dateTime)).append("\n");
|
sb.append(" dateTime: ").append(toIndentedString(dateTime)).append("\n");
|
||||||
sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n");
|
sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n");
|
||||||
sb.append(" password: ").append(toIndentedString(password)).append("\n");
|
sb.append(" password: ").append("*").append("\n");
|
||||||
sb.append(" bigDecimal: ").append(toIndentedString(bigDecimal)).append("\n");
|
sb.append(" bigDecimal: ").append(toIndentedString(bigDecimal)).append("\n");
|
||||||
sb.append("}");
|
sb.append("}");
|
||||||
return sb.toString();
|
return sb.toString();
|
||||||
|
@ -11,7 +11,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class HasOnlyReadOnly {
|
public class HasOnlyReadOnly {
|
||||||
@JsonProperty("bar")
|
@JsonProperty("bar")
|
||||||
private String bar;
|
private String bar;
|
||||||
|
@ -13,7 +13,7 @@ import java.util.Map;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class MapTest {
|
public class MapTest {
|
||||||
@JsonProperty("map_map_of_string")
|
@JsonProperty("map_map_of_string")
|
||||||
private Map<String, Map<String, String>> mapMapOfString = null;
|
private Map<String, Map<String, String>> mapMapOfString = null;
|
||||||
|
@ -15,7 +15,7 @@ import org.openapitools.model.Animal;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class MixedPropertiesAndAdditionalPropertiesClass {
|
public class MixedPropertiesAndAdditionalPropertiesClass {
|
||||||
@JsonProperty("uuid")
|
@JsonProperty("uuid")
|
||||||
private UUID uuid;
|
private UUID uuid;
|
||||||
|
@ -14,7 +14,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModel(description = "Model for testing model name starting with number")
|
@ApiModel(description = "Model for testing model name starting with number")
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class Model200Response {
|
public class Model200Response {
|
||||||
@JsonProperty("name")
|
@JsonProperty("name")
|
||||||
private Integer name;
|
private Integer name;
|
||||||
|
@ -11,7 +11,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class ModelApiResponse {
|
public class ModelApiResponse {
|
||||||
@JsonProperty("code")
|
@JsonProperty("code")
|
||||||
private Integer code;
|
private Integer code;
|
||||||
|
@ -14,7 +14,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModel(description = "Must be named `File` for test.")
|
@ApiModel(description = "Must be named `File` for test.")
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class ModelFile {
|
public class ModelFile {
|
||||||
@JsonProperty("sourceURI")
|
@JsonProperty("sourceURI")
|
||||||
private String sourceURI;
|
private String sourceURI;
|
||||||
|
@ -3,6 +3,7 @@ package org.openapitools.model;
|
|||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||||
|
import com.fasterxml.jackson.annotation.JsonTypeName;
|
||||||
import io.swagger.annotations.ApiModel;
|
import io.swagger.annotations.ApiModel;
|
||||||
import io.swagger.annotations.ApiModelProperty;
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
|
|
||||||
@ -10,7 +11,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class ModelList {
|
public class ModelList {
|
||||||
@JsonProperty("123-list")
|
@JsonProperty("123-list")
|
||||||
private String _123list;
|
private String _123list;
|
||||||
|
@ -14,7 +14,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModel(description = "Model for testing reserved words")
|
@ApiModel(description = "Model for testing reserved words")
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class ModelReturn {
|
public class ModelReturn {
|
||||||
@JsonProperty("return")
|
@JsonProperty("return")
|
||||||
private Integer _return;
|
private Integer _return;
|
||||||
|
@ -13,7 +13,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|||||||
**/
|
**/
|
||||||
|
|
||||||
@ApiModel(description = "Model for testing model name same as property name")
|
@ApiModel(description = "Model for testing model name same as property name")
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class Name {
|
public class Name {
|
||||||
@JsonProperty("name")
|
@JsonProperty("name")
|
||||||
private Integer name;
|
private Integer name;
|
||||||
|
@ -11,7 +11,7 @@ import java.math.BigDecimal;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class NumberOnly {
|
public class NumberOnly {
|
||||||
@JsonProperty("JustNumber")
|
@JsonProperty("JustNumber")
|
||||||
private BigDecimal justNumber;
|
private BigDecimal justNumber;
|
||||||
|
@ -12,7 +12,7 @@ import java.util.Date;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class Order {
|
public class Order {
|
||||||
@JsonProperty("id")
|
@JsonProperty("id")
|
||||||
private Long id;
|
private Long id;
|
||||||
|
@ -11,7 +11,7 @@ import java.math.BigDecimal;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class OuterComposite {
|
public class OuterComposite {
|
||||||
@JsonProperty("my_number")
|
@JsonProperty("my_number")
|
||||||
private BigDecimal myNumber;
|
private BigDecimal myNumber;
|
||||||
|
@ -8,6 +8,7 @@ import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
|
|||||||
import io.swagger.annotations.ApiModel;
|
import io.swagger.annotations.ApiModel;
|
||||||
import io.swagger.annotations.ApiModelProperty;
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
import java.util.Arrays;
|
||||||
import java.util.LinkedHashSet;
|
import java.util.LinkedHashSet;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
@ -18,7 +19,7 @@ import org.openapitools.model.Tag;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class Pet {
|
public class Pet {
|
||||||
@JsonProperty("id")
|
@JsonProperty("id")
|
||||||
private Long id;
|
private Long id;
|
||||||
|
@ -10,7 +10,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class ReadOnlyFirst {
|
public class ReadOnlyFirst {
|
||||||
@JsonProperty("bar")
|
@JsonProperty("bar")
|
||||||
private String bar;
|
private String bar;
|
||||||
|
@ -11,7 +11,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class SpecialModelName {
|
public class SpecialModelName {
|
||||||
@JsonProperty("$special[property.name]")
|
@JsonProperty("$special[property.name]")
|
||||||
private Long $specialPropertyName;
|
private Long $specialPropertyName;
|
||||||
|
@ -10,7 +10,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class Tag {
|
public class Tag {
|
||||||
@JsonProperty("id")
|
@JsonProperty("id")
|
||||||
private Long id;
|
private Long id;
|
||||||
|
@ -7,13 +7,14 @@ import io.swagger.annotations.ApiModel;
|
|||||||
import io.swagger.annotations.ApiModelProperty;
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class TypeHolderDefault {
|
public class TypeHolderDefault {
|
||||||
@JsonProperty("string_item")
|
@JsonProperty("string_item")
|
||||||
private String stringItem = "what";
|
private String stringItem = "what";
|
||||||
|
@ -7,13 +7,14 @@ import io.swagger.annotations.ApiModel;
|
|||||||
import io.swagger.annotations.ApiModelProperty;
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class TypeHolderExample {
|
public class TypeHolderExample {
|
||||||
@JsonProperty("string_item")
|
@JsonProperty("string_item")
|
||||||
private String stringItem;
|
private String stringItem;
|
||||||
|
@ -10,7 +10,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class User {
|
public class User {
|
||||||
@JsonProperty("id")
|
@JsonProperty("id")
|
||||||
private Long id;
|
private Long id;
|
||||||
|
@ -7,13 +7,14 @@ import io.swagger.annotations.ApiModel;
|
|||||||
import io.swagger.annotations.ApiModelProperty;
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class XmlItem {
|
public class XmlItem {
|
||||||
@JsonProperty("attribute_string")
|
@JsonProperty("attribute_string")
|
||||||
private String attributeString;
|
private String attributeString;
|
||||||
|
@ -11,8 +11,9 @@ import java.util.List;
|
|||||||
import org.openapitools.model.*;
|
import org.openapitools.model.*;
|
||||||
|
|
||||||
import org.openapitools.model.Client;
|
import org.openapitools.model.Client;
|
||||||
|
import java.util.UUID;
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class AnotherFakeController {
|
public class AnotherFakeController {
|
||||||
/**
|
/**
|
||||||
* Uncomment and implement as you see fit. These operations will map
|
* Uncomment and implement as you see fit. These operations will map
|
||||||
@ -21,7 +22,7 @@ public class AnotherFakeController {
|
|||||||
**/
|
**/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
public ResponseContext call123testSpecialTags(RequestContext request , Client body) {
|
public ResponseContext call123testSpecialTags(RequestContext request , UUID uuidTest, Client body) {
|
||||||
return new ResponseContext().status(Status.INTERNAL_SERVER_ERROR).entity( "Not implemented" );
|
return new ResponseContext().status(Status.INTERNAL_SERVER_ERROR).entity( "Not implemented" );
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
@ -12,7 +12,7 @@ import org.openapitools.model.*;
|
|||||||
|
|
||||||
import org.openapitools.model.Client;
|
import org.openapitools.model.Client;
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class FakeClassnameTestController {
|
public class FakeClassnameTestController {
|
||||||
/**
|
/**
|
||||||
* Uncomment and implement as you see fit. These operations will map
|
* Uncomment and implement as you see fit. These operations will map
|
||||||
|
@ -15,13 +15,14 @@ import org.openapitools.model.Client;
|
|||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import org.openapitools.model.FileSchemaTestClass;
|
import org.openapitools.model.FileSchemaTestClass;
|
||||||
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import org.openapitools.model.ModelApiResponse;
|
import org.openapitools.model.ModelApiResponse;
|
||||||
import org.openapitools.model.OuterComposite;
|
import org.openapitools.model.OuterComposite;
|
||||||
import org.openapitools.model.User;
|
import org.openapitools.model.User;
|
||||||
import org.openapitools.model.XmlItem;
|
import org.openapitools.model.XmlItem;
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class FakeController {
|
public class FakeController {
|
||||||
/**
|
/**
|
||||||
* Uncomment and implement as you see fit. These operations will map
|
* Uncomment and implement as you see fit. These operations will map
|
||||||
|
@ -11,11 +11,12 @@ import java.util.List;
|
|||||||
import org.openapitools.model.*;
|
import org.openapitools.model.*;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
import java.util.List;
|
||||||
import org.openapitools.model.ModelApiResponse;
|
import org.openapitools.model.ModelApiResponse;
|
||||||
import org.openapitools.model.Pet;
|
import org.openapitools.model.Pet;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class PetController {
|
public class PetController {
|
||||||
/**
|
/**
|
||||||
* Uncomment and implement as you see fit. These operations will map
|
* Uncomment and implement as you see fit. These operations will map
|
||||||
|
@ -13,7 +13,7 @@ import org.openapitools.model.*;
|
|||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import org.openapitools.model.Order;
|
import org.openapitools.model.Order;
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class StoreController {
|
public class StoreController {
|
||||||
/**
|
/**
|
||||||
* Uncomment and implement as you see fit. These operations will map
|
* Uncomment and implement as you see fit. These operations will map
|
||||||
|
@ -14,7 +14,7 @@ import java.util.Date;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
import org.openapitools.model.User;
|
import org.openapitools.model.User;
|
||||||
|
|
||||||
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen")
|
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments = "Generator version: 7.11.0-SNAPSHOT")
|
||||||
public class UserController {
|
public class UserController {
|
||||||
/**
|
/**
|
||||||
* Uncomment and implement as you see fit. These operations will map
|
* Uncomment and implement as you see fit. These operations will map
|
||||||
|
@ -47,7 +47,8 @@ paths:
|
|||||||
- pet
|
- pet
|
||||||
x-codegen-request-body-name: body
|
x-codegen-request-body-name: body
|
||||||
x-content-type: application/json
|
x-content-type: application/json
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
put:
|
put:
|
||||||
operationId: updatePet
|
operationId: updatePet
|
||||||
requestBody:
|
requestBody:
|
||||||
@ -82,7 +83,8 @@ paths:
|
|||||||
- pet
|
- pet
|
||||||
x-codegen-request-body-name: body
|
x-codegen-request-body-name: body
|
||||||
x-content-type: application/json
|
x-content-type: application/json
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
/pet/findByStatus:
|
/pet/findByStatus:
|
||||||
get:
|
get:
|
||||||
description: Multiple status values can be provided with comma separated strings
|
description: Multiple status values can be provided with comma separated strings
|
||||||
@ -127,7 +129,9 @@ paths:
|
|||||||
summary: Finds Pets by status
|
summary: Finds Pets by status
|
||||||
tags:
|
tags:
|
||||||
- pet
|
- pet
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
|
- application/xml
|
||||||
/pet/findByTags:
|
/pet/findByTags:
|
||||||
get:
|
get:
|
||||||
deprecated: true
|
deprecated: true
|
||||||
@ -172,7 +176,9 @@ paths:
|
|||||||
summary: Finds Pets by tags
|
summary: Finds Pets by tags
|
||||||
tags:
|
tags:
|
||||||
- pet
|
- pet
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
|
- application/xml
|
||||||
/pet/{petId}:
|
/pet/{petId}:
|
||||||
delete:
|
delete:
|
||||||
operationId: deletePet
|
operationId: deletePet
|
||||||
@ -202,7 +208,8 @@ paths:
|
|||||||
summary: Deletes a pet
|
summary: Deletes a pet
|
||||||
tags:
|
tags:
|
||||||
- pet
|
- pet
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
get:
|
get:
|
||||||
description: Returns a single pet
|
description: Returns a single pet
|
||||||
operationId: getPetById
|
operationId: getPetById
|
||||||
@ -235,7 +242,9 @@ paths:
|
|||||||
summary: Find pet by ID
|
summary: Find pet by ID
|
||||||
tags:
|
tags:
|
||||||
- pet
|
- pet
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
|
- application/xml
|
||||||
post:
|
post:
|
||||||
operationId: updatePetWithForm
|
operationId: updatePetWithForm
|
||||||
parameters:
|
parameters:
|
||||||
@ -263,7 +272,8 @@ paths:
|
|||||||
tags:
|
tags:
|
||||||
- pet
|
- pet
|
||||||
x-content-type: application/x-www-form-urlencoded
|
x-content-type: application/x-www-form-urlencoded
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
/pet/{petId}/uploadImage:
|
/pet/{petId}/uploadImage:
|
||||||
post:
|
post:
|
||||||
operationId: uploadFile
|
operationId: uploadFile
|
||||||
@ -295,7 +305,8 @@ paths:
|
|||||||
tags:
|
tags:
|
||||||
- pet
|
- pet
|
||||||
x-content-type: multipart/form-data
|
x-content-type: multipart/form-data
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
/store/inventory:
|
/store/inventory:
|
||||||
get:
|
get:
|
||||||
description: Returns a map of status codes to quantities
|
description: Returns a map of status codes to quantities
|
||||||
@ -315,7 +326,8 @@ paths:
|
|||||||
summary: Returns pet inventories by status
|
summary: Returns pet inventories by status
|
||||||
tags:
|
tags:
|
||||||
- store
|
- store
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
/store/order:
|
/store/order:
|
||||||
post:
|
post:
|
||||||
operationId: placeOrder
|
operationId: placeOrder
|
||||||
@ -344,7 +356,9 @@ paths:
|
|||||||
- store
|
- store
|
||||||
x-codegen-request-body-name: body
|
x-codegen-request-body-name: body
|
||||||
x-content-type: '*/*'
|
x-content-type: '*/*'
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
|
- application/xml
|
||||||
/store/order/{order_id}:
|
/store/order/{order_id}:
|
||||||
delete:
|
delete:
|
||||||
description: For valid response try integer IDs with value < 1000. Anything
|
description: For valid response try integer IDs with value < 1000. Anything
|
||||||
@ -367,7 +381,8 @@ paths:
|
|||||||
summary: Delete purchase order by ID
|
summary: Delete purchase order by ID
|
||||||
tags:
|
tags:
|
||||||
- store
|
- store
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
get:
|
get:
|
||||||
description: For valid response try integer IDs with value <= 5 or > 10. Other
|
description: For valid response try integer IDs with value <= 5 or > 10. Other
|
||||||
values will generate exceptions
|
values will generate exceptions
|
||||||
@ -401,7 +416,9 @@ paths:
|
|||||||
summary: Find purchase order by ID
|
summary: Find purchase order by ID
|
||||||
tags:
|
tags:
|
||||||
- store
|
- store
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
|
- application/xml
|
||||||
/user:
|
/user:
|
||||||
post:
|
post:
|
||||||
description: This can only be done by the logged in user.
|
description: This can only be done by the logged in user.
|
||||||
@ -422,7 +439,8 @@ paths:
|
|||||||
- user
|
- user
|
||||||
x-codegen-request-body-name: body
|
x-codegen-request-body-name: body
|
||||||
x-content-type: '*/*'
|
x-content-type: '*/*'
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
/user/createWithArray:
|
/user/createWithArray:
|
||||||
post:
|
post:
|
||||||
operationId: createUsersWithArrayInput
|
operationId: createUsersWithArrayInput
|
||||||
@ -444,7 +462,8 @@ paths:
|
|||||||
- user
|
- user
|
||||||
x-codegen-request-body-name: body
|
x-codegen-request-body-name: body
|
||||||
x-content-type: '*/*'
|
x-content-type: '*/*'
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
/user/createWithList:
|
/user/createWithList:
|
||||||
post:
|
post:
|
||||||
operationId: createUsersWithListInput
|
operationId: createUsersWithListInput
|
||||||
@ -466,7 +485,8 @@ paths:
|
|||||||
- user
|
- user
|
||||||
x-codegen-request-body-name: body
|
x-codegen-request-body-name: body
|
||||||
x-content-type: '*/*'
|
x-content-type: '*/*'
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
/user/login:
|
/user/login:
|
||||||
get:
|
get:
|
||||||
operationId: loginUser
|
operationId: loginUser
|
||||||
@ -510,7 +530,9 @@ paths:
|
|||||||
summary: Logs user into the system
|
summary: Logs user into the system
|
||||||
tags:
|
tags:
|
||||||
- user
|
- user
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
|
- application/xml
|
||||||
/user/logout:
|
/user/logout:
|
||||||
get:
|
get:
|
||||||
operationId: logoutUser
|
operationId: logoutUser
|
||||||
@ -521,7 +543,8 @@ paths:
|
|||||||
summary: Logs out current logged in user session
|
summary: Logs out current logged in user session
|
||||||
tags:
|
tags:
|
||||||
- user
|
- user
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
/user/{username}:
|
/user/{username}:
|
||||||
delete:
|
delete:
|
||||||
description: This can only be done by the logged in user.
|
description: This can only be done by the logged in user.
|
||||||
@ -543,7 +566,8 @@ paths:
|
|||||||
summary: Delete user
|
summary: Delete user
|
||||||
tags:
|
tags:
|
||||||
- user
|
- user
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
get:
|
get:
|
||||||
operationId: getUserByName
|
operationId: getUserByName
|
||||||
parameters:
|
parameters:
|
||||||
@ -572,7 +596,9 @@ paths:
|
|||||||
summary: Get user by user name
|
summary: Get user by user name
|
||||||
tags:
|
tags:
|
||||||
- user
|
- user
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
|
- application/xml
|
||||||
put:
|
put:
|
||||||
description: This can only be done by the logged in user.
|
description: This can only be done by the logged in user.
|
||||||
operationId: updateUser
|
operationId: updateUser
|
||||||
@ -602,7 +628,8 @@ paths:
|
|||||||
- user
|
- user
|
||||||
x-codegen-request-body-name: body
|
x-codegen-request-body-name: body
|
||||||
x-content-type: '*/*'
|
x-content-type: '*/*'
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
/fake_classname_test:
|
/fake_classname_test:
|
||||||
patch:
|
patch:
|
||||||
description: To test class name in snake case
|
description: To test class name in snake case
|
||||||
@ -628,7 +655,8 @@ paths:
|
|||||||
- fake_classname_tags 123#$%^
|
- fake_classname_tags 123#$%^
|
||||||
x-codegen-request-body-name: body
|
x-codegen-request-body-name: body
|
||||||
x-content-type: application/json
|
x-content-type: application/json
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
/fake:
|
/fake:
|
||||||
delete:
|
delete:
|
||||||
description: Fake endpoint to test group parameters (optional)
|
description: Fake endpoint to test group parameters (optional)
|
||||||
@ -677,7 +705,8 @@ paths:
|
|||||||
tags:
|
tags:
|
||||||
- fake
|
- fake
|
||||||
x-group-parameters: true
|
x-group-parameters: true
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
get:
|
get:
|
||||||
description: To test enum parameters
|
description: To test enum parameters
|
||||||
operationId: testEnumParameters
|
operationId: testEnumParameters
|
||||||
@ -762,7 +791,8 @@ paths:
|
|||||||
tags:
|
tags:
|
||||||
- fake
|
- fake
|
||||||
x-content-type: application/x-www-form-urlencoded
|
x-content-type: application/x-www-form-urlencoded
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
patch:
|
patch:
|
||||||
description: To test "client" model
|
description: To test "client" model
|
||||||
operationId: testClientModel
|
operationId: testClientModel
|
||||||
@ -785,7 +815,8 @@ paths:
|
|||||||
- fake
|
- fake
|
||||||
x-codegen-request-body-name: body
|
x-codegen-request-body-name: body
|
||||||
x-content-type: application/json
|
x-content-type: application/json
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
post:
|
post:
|
||||||
description: |-
|
description: |-
|
||||||
Fake endpoint for testing various parameters
|
Fake endpoint for testing various parameters
|
||||||
@ -816,7 +847,8 @@ paths:
|
|||||||
tags:
|
tags:
|
||||||
- fake
|
- fake
|
||||||
x-content-type: application/x-www-form-urlencoded
|
x-content-type: application/x-www-form-urlencoded
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
/fake/outer/number:
|
/fake/outer/number:
|
||||||
post:
|
post:
|
||||||
description: Test serialization of outer number types
|
description: Test serialization of outer number types
|
||||||
@ -839,7 +871,8 @@ paths:
|
|||||||
- fake
|
- fake
|
||||||
x-codegen-request-body-name: body
|
x-codegen-request-body-name: body
|
||||||
x-content-type: '*/*'
|
x-content-type: '*/*'
|
||||||
x-accepts: '*/*'
|
x-accepts:
|
||||||
|
- '*/*'
|
||||||
/fake/outer/string:
|
/fake/outer/string:
|
||||||
post:
|
post:
|
||||||
description: Test serialization of outer string types
|
description: Test serialization of outer string types
|
||||||
@ -862,7 +895,8 @@ paths:
|
|||||||
- fake
|
- fake
|
||||||
x-codegen-request-body-name: body
|
x-codegen-request-body-name: body
|
||||||
x-content-type: '*/*'
|
x-content-type: '*/*'
|
||||||
x-accepts: '*/*'
|
x-accepts:
|
||||||
|
- '*/*'
|
||||||
/fake/outer/boolean:
|
/fake/outer/boolean:
|
||||||
post:
|
post:
|
||||||
description: Test serialization of outer boolean types
|
description: Test serialization of outer boolean types
|
||||||
@ -885,7 +919,8 @@ paths:
|
|||||||
- fake
|
- fake
|
||||||
x-codegen-request-body-name: body
|
x-codegen-request-body-name: body
|
||||||
x-content-type: '*/*'
|
x-content-type: '*/*'
|
||||||
x-accepts: '*/*'
|
x-accepts:
|
||||||
|
- '*/*'
|
||||||
/fake/outer/composite:
|
/fake/outer/composite:
|
||||||
post:
|
post:
|
||||||
description: Test serialization of object with outer number type
|
description: Test serialization of object with outer number type
|
||||||
@ -908,7 +943,8 @@ paths:
|
|||||||
- fake
|
- fake
|
||||||
x-codegen-request-body-name: body
|
x-codegen-request-body-name: body
|
||||||
x-content-type: '*/*'
|
x-content-type: '*/*'
|
||||||
x-accepts: '*/*'
|
x-accepts:
|
||||||
|
- '*/*'
|
||||||
/fake/jsonFormData:
|
/fake/jsonFormData:
|
||||||
get:
|
get:
|
||||||
operationId: testJsonFormData
|
operationId: testJsonFormData
|
||||||
@ -926,7 +962,8 @@ paths:
|
|||||||
tags:
|
tags:
|
||||||
- fake
|
- fake
|
||||||
x-content-type: application/x-www-form-urlencoded
|
x-content-type: application/x-www-form-urlencoded
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
/fake/inline-additionalProperties:
|
/fake/inline-additionalProperties:
|
||||||
post:
|
post:
|
||||||
operationId: testInlineAdditionalProperties
|
operationId: testInlineAdditionalProperties
|
||||||
@ -948,7 +985,8 @@ paths:
|
|||||||
- fake
|
- fake
|
||||||
x-codegen-request-body-name: param
|
x-codegen-request-body-name: param
|
||||||
x-content-type: application/json
|
x-content-type: application/json
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
/fake/body-with-query-params:
|
/fake/body-with-query-params:
|
||||||
put:
|
put:
|
||||||
operationId: testBodyWithQueryParams
|
operationId: testBodyWithQueryParams
|
||||||
@ -972,7 +1010,8 @@ paths:
|
|||||||
- fake
|
- fake
|
||||||
x-codegen-request-body-name: body
|
x-codegen-request-body-name: body
|
||||||
x-content-type: application/json
|
x-content-type: application/json
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
/fake/create_xml_item:
|
/fake/create_xml_item:
|
||||||
post:
|
post:
|
||||||
description: this route creates an XmlItem
|
description: this route creates an XmlItem
|
||||||
@ -1008,11 +1047,20 @@ paths:
|
|||||||
- fake
|
- fake
|
||||||
x-codegen-request-body-name: XmlItem
|
x-codegen-request-body-name: XmlItem
|
||||||
x-content-type: application/xml
|
x-content-type: application/xml
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
/another-fake/dummy:
|
/another-fake/dummy:
|
||||||
patch:
|
patch:
|
||||||
description: To test special tags and operation ID starting with number
|
description: To test special tags and operation ID starting with number
|
||||||
operationId: 123_test_@#$%_special_tags
|
operationId: 123_test_@#$%_special_tags
|
||||||
|
parameters:
|
||||||
|
- description: to test uuid example value
|
||||||
|
in: header
|
||||||
|
name: uuid_test
|
||||||
|
required: true
|
||||||
|
schema:
|
||||||
|
format: uuid
|
||||||
|
type: string
|
||||||
requestBody:
|
requestBody:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
@ -1032,7 +1080,8 @@ paths:
|
|||||||
- $another-fake?
|
- $another-fake?
|
||||||
x-codegen-request-body-name: body
|
x-codegen-request-body-name: body
|
||||||
x-content-type: application/json
|
x-content-type: application/json
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
/fake/body-with-file-schema:
|
/fake/body-with-file-schema:
|
||||||
put:
|
put:
|
||||||
description: "For this test, the body for this request much reference a schema\
|
description: "For this test, the body for this request much reference a schema\
|
||||||
@ -1052,7 +1101,8 @@ paths:
|
|||||||
- fake
|
- fake
|
||||||
x-codegen-request-body-name: body
|
x-codegen-request-body-name: body
|
||||||
x-content-type: application/json
|
x-content-type: application/json
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
/fake/test-query-parameters:
|
/fake/test-query-parameters:
|
||||||
put:
|
put:
|
||||||
description: To test the collection format in query parameters
|
description: To test the collection format in query parameters
|
||||||
@ -1106,7 +1156,8 @@ paths:
|
|||||||
description: Success
|
description: Success
|
||||||
tags:
|
tags:
|
||||||
- fake
|
- fake
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
/fake/{petId}/uploadImageWithRequiredFile:
|
/fake/{petId}/uploadImageWithRequiredFile:
|
||||||
post:
|
post:
|
||||||
operationId: uploadFileWithRequiredFile
|
operationId: uploadFileWithRequiredFile
|
||||||
@ -1139,7 +1190,8 @@ paths:
|
|||||||
tags:
|
tags:
|
||||||
- pet
|
- pet
|
||||||
x-content-type: multipart/form-data
|
x-content-type: multipart/form-data
|
||||||
x-accepts: application/json
|
x-accepts:
|
||||||
|
- application/json
|
||||||
components:
|
components:
|
||||||
schemas:
|
schemas:
|
||||||
Order:
|
Order:
|
||||||
|
@ -151,7 +151,7 @@
|
|||||||
<swagger.core.version>1.5.18</swagger.core.version>
|
<swagger.core.version>1.5.18</swagger.core.version>
|
||||||
<jetty.version>9.2.9.v20150224</jetty.version>
|
<jetty.version>9.2.9.v20150224</jetty.version>
|
||||||
<junit.version>5.10.2</junit.version>
|
<junit.version>5.10.2</junit.version>
|
||||||
<logback.version>1.4.14</logback.version>
|
<logback.version>1.5.13</logback.version>
|
||||||
<cxf.version>3.2.7</cxf.version>
|
<cxf.version>3.2.7</cxf.version>
|
||||||
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
|
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
|
||||||
<jackson.version>2.17.1</jackson.version>
|
<jackson.version>2.17.1</jackson.version>
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
<version.commons.codec>1.10</version.commons.codec>
|
<version.commons.codec>1.10</version.commons.codec>
|
||||||
<version.encoder>1.2</version.encoder>
|
<version.encoder>1.2</version.encoder>
|
||||||
<version.metrics>3.1.2</version.metrics>
|
<version.metrics>3.1.2</version.metrics>
|
||||||
<version.logback>1.4.13</version.logback>
|
<version.logback>1.5.13</version.logback>
|
||||||
<version.junit>4.13.2</version.junit>
|
<version.junit>4.13.2</version.junit>
|
||||||
<version.mockito>2.1.0-beta.124</version.mockito>
|
<version.mockito>2.1.0-beta.124</version.mockito>
|
||||||
<version.undertow>2.3.17.Final</version.undertow>
|
<version.undertow>2.3.17.Final</version.undertow>
|
||||||
|
@ -226,7 +226,7 @@ for this project used jakarta.validation-api -->
|
|||||||
<swagger-core-version>1.5.22</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.13.2</junit-version>
|
<junit-version>4.13.2</junit-version>
|
||||||
<logback-version>1.4.14</logback-version>
|
<logback-version>1.5.13</logback-version>
|
||||||
<beanvalidation-version>2.0.2</beanvalidation-version>
|
<beanvalidation-version>2.0.2</beanvalidation-version>
|
||||||
<cxf-version>3.5.9</cxf-version>
|
<cxf-version>3.5.9</cxf-version>
|
||||||
<jackson-jaxrs-version>2.17.1</jackson-jaxrs-version>
|
<jackson-jaxrs-version>2.17.1</jackson-jaxrs-version>
|
||||||
|
@ -20,6 +20,7 @@ import org.junit.Test;
|
|||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
import javax.validation.Valid;
|
||||||
import javax.ws.rs.core.Response;
|
import javax.ws.rs.core.Response;
|
||||||
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
||||||
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
||||||
|
@ -19,6 +19,7 @@ import org.junit.Test;
|
|||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
import javax.validation.Valid;
|
||||||
import javax.ws.rs.core.Response;
|
import javax.ws.rs.core.Response;
|
||||||
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
||||||
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
||||||
|
@ -19,6 +19,7 @@ import org.junit.Test;
|
|||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
import javax.validation.Valid;
|
||||||
import javax.ws.rs.core.Response;
|
import javax.ws.rs.core.Response;
|
||||||
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
||||||
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
||||||
|
@ -226,7 +226,7 @@ for this project used jakarta.validation-api -->
|
|||||||
<swagger-core-version>1.5.22</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.13.2</junit-version>
|
<junit-version>4.13.2</junit-version>
|
||||||
<logback-version>1.4.14</logback-version>
|
<logback-version>1.5.13</logback-version>
|
||||||
<beanvalidation-version>2.0.2</beanvalidation-version>
|
<beanvalidation-version>2.0.2</beanvalidation-version>
|
||||||
<cxf-version>3.5.9</cxf-version>
|
<cxf-version>3.5.9</cxf-version>
|
||||||
<jackson-jaxrs-version>2.17.1</jackson-jaxrs-version>
|
<jackson-jaxrs-version>2.17.1</jackson-jaxrs-version>
|
||||||
|
@ -20,6 +20,7 @@ import org.junit.Test;
|
|||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
import javax.validation.Valid;
|
||||||
import javax.ws.rs.core.Response;
|
import javax.ws.rs.core.Response;
|
||||||
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
||||||
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
||||||
|
@ -19,6 +19,7 @@ import org.junit.Test;
|
|||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
import javax.validation.Valid;
|
||||||
import javax.ws.rs.core.Response;
|
import javax.ws.rs.core.Response;
|
||||||
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
||||||
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
||||||
|
@ -19,6 +19,7 @@ import org.junit.Test;
|
|||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
import javax.validation.Valid;
|
||||||
import javax.ws.rs.core.Response;
|
import javax.ws.rs.core.Response;
|
||||||
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
||||||
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
||||||
|
@ -226,7 +226,7 @@ for this project used jakarta.validation-api -->
|
|||||||
<swagger-core-version>1.5.22</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.13.2</junit-version>
|
<junit-version>4.13.2</junit-version>
|
||||||
<logback-version>1.4.14</logback-version>
|
<logback-version>1.5.13</logback-version>
|
||||||
<beanvalidation-version>2.0.2</beanvalidation-version>
|
<beanvalidation-version>2.0.2</beanvalidation-version>
|
||||||
<cxf-version>3.5.9</cxf-version>
|
<cxf-version>3.5.9</cxf-version>
|
||||||
<jackson-jaxrs-version>2.17.1</jackson-jaxrs-version>
|
<jackson-jaxrs-version>2.17.1</jackson-jaxrs-version>
|
||||||
|
@ -19,6 +19,7 @@ import org.junit.Test;
|
|||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
import javax.validation.Valid;
|
||||||
import javax.ws.rs.core.Response;
|
import javax.ws.rs.core.Response;
|
||||||
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
||||||
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
||||||
|
@ -27,6 +27,7 @@ import org.junit.Test;
|
|||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
import javax.validation.Valid;
|
||||||
import javax.ws.rs.core.Response;
|
import javax.ws.rs.core.Response;
|
||||||
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
||||||
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
||||||
|
@ -18,6 +18,7 @@ import org.junit.Test;
|
|||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
import javax.validation.Valid;
|
||||||
import javax.ws.rs.core.Response;
|
import javax.ws.rs.core.Response;
|
||||||
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
||||||
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
||||||
|
@ -21,6 +21,7 @@ import org.junit.Test;
|
|||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
import javax.validation.Valid;
|
||||||
import javax.ws.rs.core.Response;
|
import javax.ws.rs.core.Response;
|
||||||
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
||||||
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
||||||
|
@ -19,6 +19,7 @@ import org.junit.Test;
|
|||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
import javax.validation.Valid;
|
||||||
import javax.ws.rs.core.Response;
|
import javax.ws.rs.core.Response;
|
||||||
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
||||||
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
||||||
|
@ -19,6 +19,7 @@ import org.junit.Test;
|
|||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
import javax.validation.Valid;
|
||||||
import javax.ws.rs.core.Response;
|
import javax.ws.rs.core.Response;
|
||||||
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
import org.apache.cxf.jaxrs.client.JAXRSClientFactory;
|
||||||
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
import org.apache.cxf.jaxrs.client.ClientConfiguration;
|
||||||
|
@ -209,7 +209,7 @@ for this project used jakarta.validation-api -->
|
|||||||
<jersey2-version>2.35</jersey2-version>
|
<jersey2-version>2.35</jersey2-version>
|
||||||
<jackson-version>2.17.1</jackson-version>
|
<jackson-version>2.17.1</jackson-version>
|
||||||
<junit-version>4.13.2</junit-version>
|
<junit-version>4.13.2</junit-version>
|
||||||
<logback-version>1.4.14</logback-version>
|
<logback-version>1.5.13</logback-version>
|
||||||
<servlet-api-version>4.0.4</servlet-api-version>
|
<servlet-api-version>4.0.4</servlet-api-version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -209,7 +209,7 @@ for this project used jakarta.validation-api -->
|
|||||||
<jersey2-version>2.35</jersey2-version>
|
<jersey2-version>2.35</jersey2-version>
|
||||||
<jackson-version>2.17.1</jackson-version>
|
<jackson-version>2.17.1</jackson-version>
|
||||||
<junit-version>4.13.2</junit-version>
|
<junit-version>4.13.2</junit-version>
|
||||||
<logback-version>1.4.14</logback-version>
|
<logback-version>1.5.13</logback-version>
|
||||||
<servlet-api-version>4.0.4</servlet-api-version>
|
<servlet-api-version>4.0.4</servlet-api-version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -209,7 +209,7 @@ for this project used jakarta.validation-api -->
|
|||||||
<jersey2-version>2.35</jersey2-version>
|
<jersey2-version>2.35</jersey2-version>
|
||||||
<jackson-version>2.17.1</jackson-version>
|
<jackson-version>2.17.1</jackson-version>
|
||||||
<junit-version>4.13.2</junit-version>
|
<junit-version>4.13.2</junit-version>
|
||||||
<logback-version>1.4.14</logback-version>
|
<logback-version>1.5.13</logback-version>
|
||||||
<servlet-api-version>4.0.4</servlet-api-version>
|
<servlet-api-version>4.0.4</servlet-api-version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -209,7 +209,7 @@ for this project used jakarta.validation-api -->
|
|||||||
<jersey2-version>2.35</jersey2-version>
|
<jersey2-version>2.35</jersey2-version>
|
||||||
<jackson-version>2.17.1</jackson-version>
|
<jackson-version>2.17.1</jackson-version>
|
||||||
<junit-version>4.13.2</junit-version>
|
<junit-version>4.13.2</junit-version>
|
||||||
<logback-version>1.4.14</logback-version>
|
<logback-version>1.5.13</logback-version>
|
||||||
<servlet-api-version>4.0.4</servlet-api-version>
|
<servlet-api-version>4.0.4</servlet-api-version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -209,7 +209,7 @@
|
|||||||
<jersey3-version>3.1.3</jersey3-version>
|
<jersey3-version>3.1.3</jersey3-version>
|
||||||
<jackson-version>2.17.1</jackson-version>
|
<jackson-version>2.17.1</jackson-version>
|
||||||
<junit-version>4.13.2</junit-version>
|
<junit-version>4.13.2</junit-version>
|
||||||
<logback-version>1.4.14</logback-version>
|
<logback-version>1.5.13</logback-version>
|
||||||
<servlet-api-version>5.0.0</servlet-api-version>
|
<servlet-api-version>5.0.0</servlet-api-version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user