Skip to content

v3.10.0

Latest

Choose a tag to compare

@Chrimle Chrimle released this 09 Jun 16:25
· 19 commits to main since this release
Immutable release. Only release title and notes can be modified.
v3.10.0
52cff1e

What's Changed

New Features

  • Support openapi-generator-maven-plugin Version 7.23.0 by @Chrimle in #803

    Official support for version 7.23.0 of openapi-generator-maven-plugin. This version will also be used during tests. Note: Updating from 7.22.0 to 7.23.0 resulted in zero changes to generated classes in the Test Suite.

Bug Fixes

  • Fix Formatting of Generated record-constructors by @Chrimle in #788

    Addresses formatting issues in single-field record-classes, where redundant new-lines have been removed. This has been applied to both the compact constructor and the canonical constructor. NOTE: This is a formatting fix only, and does not affect functionality or behavior in any way.

Dependency Updates

  • Bump spring-boot.version from 3.5.13 to 3.5.14 by @dependabot[bot] in #750
  • Bump spring-web.version from 6.2.12 to 6.2.18 by @dependabot[bot] in #751
  • Bump com.fasterxml.jackson:jackson-bom from 2.21.2 to 2.21.3 by @dependabot[bot] in #756
  • Bump swagger.version from 2.2.48 to 2.2.50 by @dependabot[bot] in #755
  • Bump io.github.chrimle:chrimle-oss-parent from 0.11.0 to 0.11.1 by @dependabot[bot] in #762
  • Bump io.github.chrimle:chrimle-oss-parent from 0.11.1 to 0.11.2 by @dependabot[bot] in #778
  • Bump io.github.chrimle:chrimle-oss-parent from 0.11.2 to 0.11.3 by @dependabot[bot] in #784
  • Bump com.fasterxml.jackson:jackson-bom from 2.21.3 to 2.21.4 by @dependabot[bot] in #785
  • Bump io.github.chrimle:chrimle-oss-parent from 0.11.3 to 0.12.0 by @dependabot[bot] in #786
  • Bump spring-web.version from 6.2.18 to 6.2.19 by @dependabot[bot] in #799
  • Bump com.github.spotbugs:spotbugs-annotations from 4.9.8 to 4.10.1 by @dependabot[bot] in #800
  • Bump org.openapitools:openapi-generator-maven-plugin from 7.22.0 to 7.23.0 by @dependabot[bot] in #801

Full Changelog: v3.9.0...v3.10.0