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 6eb46f1 commit 6bf08f7Copy full SHA for 6bf08f7
src/main/java/io/swagger/codegen/v3/generators/java/AbstractJavaCodegen.java
@@ -449,6 +449,8 @@ public void processOpts() {
449
450
if (additionalProperties.containsKey(DATE_LIBRARY)) {
451
setDateLibrary(additionalProperties.get("dateLibrary").toString());
452
+ } else if (java8Mode) {
453
+ setDateLibrary("java8");
454
}
455
456
if ("threetenbp".equals(dateLibrary)) {
0 commit comments