Skip to content

Commit fe0fc83

Browse files
added extra option containerDefaultToNull (#593)
Co-authored-by: Mikhail Churakov <[email protected]>
1 parent d327042 commit fe0fc83

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ The project is very much Work In Progress and will be published on maven central
1717

1818
# Release Notes
1919
BOAT is still under development and subject to change.
20+
## 0.17.7
21+
* Boat maven plugin
22+
* Fix: Added 'containerDefaultToNull' default option to the MOJO generator
2023
## 0.17.6
2124
* Boat engine
2225
* Fix: Processing of a single string type example on media-type.

boat-maven-plugin/src/main/java/com/backbase/oss/boat/AbstractGenerateMojo.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public void execute(String generatorName, String library, boolean isEmbedded, bo
2323
options.put("useOptional", "false");
2424
options.put("useJakartaEe", "true");
2525
options.put("useSpringBoot3", "true");
26+
options.put("containerDefaultToNull", "true");
2627

2728
this.generatorName = generatorName;
2829
this.generateSupportingFiles = generateSupportingFiles;

0 commit comments

Comments
 (0)