Skip to content

Commit 621934f

Browse files
committed
chore(java-sdk): generate unknown value default cases for enums
1 parent 0db0430 commit 621934f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openapi-generator-config-java.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
templateDir: templates/java
22
additionalProperties:
3+
enumUnknownDefaultCase: true
34
artifactUrl: https://github.com/stackitcloud/stackit-sdk-java
45
developerName: STACKIT Developer Tools
56
developerEmail: [email protected]
@@ -11,4 +12,4 @@ additionalProperties:
1112
licenseUrl: http://www.apache.org/licenses/
1213
scmConnection: scm:[email protected]:stackitcloud/stackit-sdk-java.git
1314
scmDeveloperConnection: scm:[email protected]:stackitcloud/stackit-sdk-java.git
14-
scmUrl: https://github.com/stackitcloud/stackit-sdk-java
15+
scmUrl: https://github.com/stackitcloud/stackit-sdk-java

0 commit comments

Comments
 (0)