Skip to content

Commit

Permalink
Fix enumUnknownDefaultCase in OpenAPI generator config (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta authored Apr 15, 2024
1 parent e20923f commit 1499ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@
<apiPackage>com.okta.sdk.resource.api</apiPackage>
<modelPackage>com.okta.sdk.resource.model</modelPackage>
<invokerPackage>com.okta.sdk.resource.client</invokerPackage>
<enumUnknownDefaultCase>true</enumUnknownDefaultCase>
<configOptions>
<sourceFolder>src/gen/java/main</sourceFolder>
<useRuntimeException>true</useRuntimeException>
<enumUnknownDefaultCase>true</enumUnknownDefaultCase>
</configOptions>
<additionalProperties>serializableModel=true</additionalProperties>
<skipValidateSpec>true</skipValidateSpec>
Expand Down

0 comments on commit 1499ca8

Please sign in to comment.