Skip to content

v2.7.1

Choose a tag to compare

@Chrimle Chrimle released this 23 Mar 13:47
· 106 commits to main since this release
b0ab06e

What's Changed

Bug Fixes

  • Support Generating enum classes with URI format by @Chrimle in #379

    Adds support for generating enum classes with type: string and format: uri. This supports both stand-alone enum classes and inner enum classes. This was previously not supported, due to two issues. The first issue was due to not importing the URI class. The second was an issue inherited from openapi-generator-maven-plugin, which causes compilation issues when the useEnumCaseInsensitive is set to true. 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