openapi-generator/modules
Adam Conway d14318cf25 [JAVA][Spring]Optional params with delegate (#7180)
* Fixed data type for optional parameters in delegate

When generating using the delegatePattern and including an optional parameter, the api used a type of Optional<T> while the delegate used just T.  This resulted in a java error in the generated code wen trying to call one from the other.
Fixed by using correct data type in delegate

Fix #7179

* Updated samples using supplied (Windows) scripts

* Revert "Updated samples using supplied (Windows) scripts"

This reverts commit 58b9c618085ac4201cfb011def96e14caaaff3f8.
2018-01-29 01:31:47 +08:00
..
swagger-codegen [JAVA][Spring]Optional params with delegate (#7180) 2018-01-29 01:31:47 +08:00
swagger-codegen-cli update pom.xml in swagger components to 2.3.1 2018-01-13 15:45:05 +08:00
swagger-codegen-maven-plugin update pom.xml in swagger components to 2.3.1 2018-01-13 15:45:05 +08:00
swagger-generator update pom.xml in swagger components to 2.3.1 2018-01-13 15:45:05 +08:00