Skip to content

Micronaut OpenAPI 6.12.3

Compare
Choose a tag to compare
@graemerocher graemerocher released this 05 Sep 15:16
· 21 commits to 6.12.x since this release

What's Changed

Dependency updates 🚀

  • Update dependency io.micronaut:micronaut-core-bom to v4.6.3 by @renovate in #1725
  • Update managed.swagger to v2.2.23 by @renovate in #1739
  • Update dependency io.micronaut.platform:micronaut-platform to v4.6.0 by @renovate in #1726
  • fix(deps): update dependency com.github.javaparser:javaparser-symbol-solver-core to v3.26.2 by @renovate in #1750
  • fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.9.2 by @renovate in #1751
  • fix(deps): update dependency io.micronaut.platform:micronaut-platform to v4.6.1 by @renovate in #1752
  • fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.6.4 by @renovate in #1753
  • chore(deps): update actions/upload-artifact action to v4.4.0 by @renovate in #1744

Other Changes 💡

  • Parameters of Enum type that are Nullable and have default=null renders invalid enum named .null for default value by @altro3 in #1727
  • Add support implicitHeaders and implicitHeadersRegex by @altro3 in #1730
  • Add genarate security roles by security scopes by @altro3 in #1733
  • Fix remove unused schemas by @altro3 in #1737
  • Add support guava optional, primitive Optionals, AtomicRefernce by @altro3 in #1740
  • Fix JsonUnwrapped with custom schema implementation by @altro3 in #1741
  • Update link to Redoc config documentation by @krios2146 in #1742
  • Fix process additionalProperties = false by @altro3 in #1748
  • Add lost import for inner enums by @altro3 in #1731
  • Fix process operation parameters by @altro3 in #1743
  • Ignore jax-rs @Context parameters by @altro3 in #1747
  • Fix generating models with discriminator by @altro3 in #1732
  • Fix process jackson annotations together with swagger annotations by @altro3 in #1745
  • Fix support multipart form data by @altro3 in #1735
  • Add support JsonFormat on enum by @altro3 in #1746
  • Fix ability to generating by multiple swagger files by @altro3 in #1738
  • Fix set schema example null value by @altro3 in #1749
  • Fix process pattern with date and date-time format. by @altro3 in #1756
  • Fix generating endpoints by operations with multiple content types. by @altro3 in #1757

New Contributors

Full Changelog: v6.12.2...v6.12.3