2024.3
(#130) (fix) setting the new compatibility options did not work
setting the new compatibility options did not work, it was always using the default values.
(#129) remove extra line feed in javadoc
removed the extra line feed (an empty line) in javadoc comments between summary and description.
(#123) optionally clear output directory
its is now possible to disable clearing of the targetDir
when the processor is writing the generated files.
openapi-processor-mapping: v7
options:
# ...
# enable/disable deletion of targetDir: true (default) or false.
clear-target-dir: false