We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc80c49 commit 5a182c7Copy full SHA for 5a182c7
modules/swagger-codegen/src/test/java/io/swagger/codegen/options/JaxRSServerOptionsProvider.java
@@ -87,7 +87,6 @@ public Map<String, String> createOptions() {
87
.put(CodegenConstants.SERIALIZE_BIG_DECIMAL_AS_STRING, "true")
88
.put(JavaClientCodegen.JAVA8_MODE, JAVA8_MODE_VALUE)
89
.put(JavaClientCodegen.WITH_XML, WITH_XML_VALUE)
90
- //.put(JavaClientCodegen.DATE_LIBRARY, "joda")
91
.put("hideGenerationTimestamp", "true")
92
.put(JavaClientCodegen.DISABLE_HTML_ESCAPING, "false")
93
.put(JavaCXFServerCodegen.USE_BEANVALIDATION, USE_BEANVALIDATION)
0 commit comments