v2.7.1
What's Changed
Bug Fixes
- Support Generating
enumclasses withURIformat by @Chrimle in #379Adds support for generating
enumclasses withtype: stringandformat: uri. This supports both stand-aloneenumclasses and innerenumclasses. This was previously not supported, due to two issues. The first issue was due to not importing theURIclass. The second was an issue inherited fromopenapi-generator-maven-plugin, which causes compilation issues when theuseEnumCaseInsensitiveis set totrue. Both of these issues have been resolved as part of this change.
Dependency Updates
- Bump com.github.spotbugs:spotbugs-annotations from 4.9.2 to 4.9.3 by @dependabot in #369
- Bump junit-jupiter.version from 5.12.0 to 5.12.1 by @dependabot in #368
Full Changelog: v2.7.0...v2.7.1