Add jersey2-experimental to Java client generator (#6024)

* add jersey2 experimental

* add new files

* add abstract one of class

* read the stream multiple times

* rename to getActualInstance

* update petstore

* fix jackon check

* test new java petstore in ci

* fix broken tests

* remove todo

* better exception message, primitive type handling

* add anyof support

* update samples

* add new files

* update all java client samples

* update doc, fix pom

* better null check for allOf

* add primitive types support in oneof, anyof

* better validation

* update python exp samples

* remove primitive type support in allOf
This commit is contained in:
William Cheng
2020-04-24 12:47:25 +08:00
committed by GitHub
parent 3db7f65e3e
commit 93dd4a5138
219 changed files with 27324 additions and 30 deletions

View File

@@ -276,7 +276,7 @@
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<swagger-annotations-version>1.5.22</swagger-annotations-version>
<swagger-annotations-version>1.6.1</swagger-annotations-version>
<jersey-version>2.27</jersey-version>
<jackson-version>2.10.3</jackson-version>
<jackson-databind-version>2.10.3</jackson-databind-version>