Skip to content

Commit

Permalink
Since the new openapi generator now really uses Optional for NON Requ…
Browse files Browse the repository at this point in the history
…ired fields, I disable the usage of this to get the "old" behaviour.
  • Loading branch information
p-wunderlich committed Mar 19, 2024
1 parent 45868f4 commit 813e0e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/order-processing/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
<swaggerDocketConfig>false</swaggerDocketConfig>
<reactive>false</reactive>
<bigDecimalAsString>true</bigDecimalAsString>
<useOptional>true</useOptional>
<useOptional>false</useOptional>
<useBeanValidation>true</useBeanValidation>
<useSpringBoot3>true</useSpringBoot3>
</configOptions>
Expand Down
2 changes: 1 addition & 1 deletion components/tasklist-reactive-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<swaggerDocketConfig>false</swaggerDocketConfig>
<reactive>false</reactive>
<bigDecimalAsString>true</bigDecimalAsString>
<useOptional>true</useOptional>
<useOptional>false</useOptional>
<useBeanValidation>true</useBeanValidation>
<useSpringBoot3>true</useSpringBoot3>
</configOptions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<swaggerDocketConfig>false</swaggerDocketConfig>
<reactive>true</reactive>
<bigDecimalAsString>true</bigDecimalAsString>
<useOptional>true</useOptional>
<useOptional>false</useOptional>
<useBeanValidation>false</useBeanValidation>
<useSpringBoot3>true</useSpringBoot3>
</configOptions>
Expand Down

0 comments on commit 813e0e5

Please sign in to comment.