Skip to content

Quarkus OpenAPI Generator - v0.6.0

Pre-release
Pre-release

Choose a tag to compare

@ricardozanini ricardozanini released this 06 May 19:17
· 791 commits to main since this release

Breaking Change!!

Please update your configuration to reflect the new change in the basePackage property. If you have a filename with non-alphabetical characters, you must replace them with an underscore (_). For example, if your filename is petstore-api.json, your property should be named:

quarkus.openapi-generator.codegen.spec.petstore_api_json.base-package=org.acme.openapi

No quotes are needed anymore.

Additionally, any other property that requires the filename is now following this pattern. Please see the documentation for more details.

What's Changed

Full Changelog: 0.5.0...0.6.0