forked from loafle/openapi-generator-original
[java] Intro openApiNullable property to enable/disable OpenAPI Jackson Nullable library (#6154)
* Add option to prevent usage of jackson-nullable (#2901) Add a option for all java client and server to prevent usage of third party library (jackson-databind-nullable) which may be forbidden in some company Add samples for Vertx, Spring MVC, Spring Cloud, Feign and Play Upgrade dependencies for org.openapitools:jackson-databind-nullable * Samples - Remove dependency org.openapitools:jackson-databind-nullable (#2901) * Fix generation of gradle file for vertx (#2901) * Regenerate samples (#2901) * Fix documentation and up to date (#2901) * Fix forgotten regeneration of vertx after dependency integration (#2901) * Regenerate template after rebase (#2901) * Use yaml config files introduce in #6509 to manage samples (#2901) * Regenerate template using the config (#2901) * Fix bad version during testing generated samples (#2901) * Regenerate template after fix bad version (#2901) * Fix merge, allow for set importing on codegen model Co-authored-by: Jim Schubert <james.schubert@gmail.com>
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
LICENSE
|
||||
README
|
||||
app/Module.java
|
||||
app/apimodels/Category.java
|
||||
app/apimodels/ModelApiResponse.java
|
||||
app/apimodels/Order.java
|
||||
app/apimodels/Pet.java
|
||||
app/apimodels/Tag.java
|
||||
app/apimodels/User.java
|
||||
app/controllers/ApiDocController.java
|
||||
app/controllers/PetApiController.java
|
||||
app/controllers/PetApiControllerImp.java
|
||||
app/controllers/PetApiControllerImpInterface.java
|
||||
app/controllers/StoreApiController.java
|
||||
app/controllers/StoreApiControllerImp.java
|
||||
app/controllers/StoreApiControllerImpInterface.java
|
||||
app/controllers/UserApiController.java
|
||||
app/controllers/UserApiControllerImp.java
|
||||
app/controllers/UserApiControllerImpInterface.java
|
||||
app/openapitools/ApiCall.java
|
||||
app/openapitools/ErrorHandler.java
|
||||
app/openapitools/OpenAPIUtils.java
|
||||
build.sbt
|
||||
conf/application.conf
|
||||
conf/logback.xml
|
||||
conf/routes
|
||||
project/build.properties
|
||||
project/plugins.sbt
|
||||
public/openapi.json
|
||||
@@ -0,0 +1 @@
|
||||
5.0.0-SNAPSHOT
|
||||
Reference in New Issue
Block a user