Quarkus OpenAPI Generator - v0.6.0
Pre-release
Pre-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.openapiNo 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
- Bump wiremock-jre8 from 2.33.1 to 2.33.2 by @dependabot in #56
- Standardize the openapi spec id in configs and add baseUri to the RegisterRestClient by @ricardozanini in #60
- Fix #40 - Add verbose codegen configuration and instructions for maven runs by @ricardozanini in #61
- Fix #62 - add filename if using default basePackage by @ricardozanini in #63
Full Changelog: 0.5.0...0.6.0