Skip to content

Commit

Permalink
added extra option containerDefaultToNull (#593)
Browse files Browse the repository at this point in the history
Co-authored-by: Mikhail Churakov <[email protected]>
  • Loading branch information
ChurakovM and MikhailChurakov authored Aug 3, 2023
1 parent d327042 commit fe0fc83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ The project is very much Work In Progress and will be published on maven central

# Release Notes
BOAT is still under development and subject to change.
## 0.17.7
* Boat maven plugin
* Fix: Added 'containerDefaultToNull' default option to the MOJO generator
## 0.17.6
* Boat engine
* Fix: Processing of a single string type example on media-type.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public void execute(String generatorName, String library, boolean isEmbedded, bo
options.put("useOptional", "false");
options.put("useJakartaEe", "true");
options.put("useSpringBoot3", "true");
options.put("containerDefaultToNull", "true");

this.generatorName = generatorName;
this.generateSupportingFiles = generateSupportingFiles;
Expand Down

0 comments on commit fe0fc83

Please sign in to comment.