eclipse-basyx / basyx-java-server-sdk

MIT License
59 stars 46 forks source link

Bump openapitools.version from 6.6.0 to 7.7.0 #347

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps openapitools.version from 6.6.0 to 7.7.0. Updates org.openapitools:openapi-generator from 6.6.0 to 7.7.0

Release notes

Sourced from org.openapitools:openapi-generator's releases.

v7.7.0 released

v7.7.0 stable release comes with 140+ enhancements, bug fixes. Once again thank you for all the awesome contributions from the community.

Here are some highlights for the changes included in the release. For a full list of changes, please refer to the "Pull Request" tab.

Breaking changes with fallback

General

  • Fix NPE in ModelUtils getType #19014
  • Load vendorExtensions in the operation parameter #18962
  • Never create inline model for allOf with single $ref #18945
  • clone Schema using AnnotationUtils.clone with WA #18867
  • [Enhancement] [Gradle Plugin] Allow templates from classpath Enhancement: Feature OpenAPI Generator Gradle Plugin #14909

Android

  • [android][volley] Remove unused robolectric test dependency #19022
  • [Android][Volley] Build fixes #18899

C#

  • [csharp] Improved apiclient.mustache #18915
  • [csharp] Refactor anyOf model template #18901
  • [csharp] OneOf should handle Inheritance based type #18892
  • [csharp][generichost] Add support for primitive composed #18825
  • [csharp][generichost] Fixed parameter ordering #18823
  • [csharp][generichost] Added framework support #18776
  • [REQ] [ASPNETCORE] Add value types for the ASPNETCORE generator #18646

C++

  • [cpp-restsdk] add support for oneOf via std::variant #18821

Clojure

  • [clojure] Apply model/param/var name mappings #18858

Crystal

  • [crystal-lang] Update dependencies to remedy build failure #18755
  • [crystal-lang] Resolve type check compile error in ApiError #18759

Dart

  • [Dart] Make dependency on http, collection and meta packages less strict #18952
  • [dart] Apply var/param/model name mappings, handle single _ #18860

Elixir

  • [Elixir] Fix generation issues and compilation warnings in Elixir generator #18788

Erlang

  • [erlang-client] Apply var/param name mappings #18859

Go

  • [Go] Fix an issue causing int array reference translated to an invalid type []Integer #19013

... (truncated)

Commits
  • 4eaac3d v7.7.0 release (#19046)
  • c9da04c feat: x-enum-description support added to kotlin-server code generator (#19041)
  • 21d3cfe Fix Issue 18224 - Load x-field-extra-annotation in the operation parameter (#...
  • fb17e56 [PHP-SYMFONY] Debug Symfony version 7, enums ref, array of enums $ref and dat...
  • fa2b575 [Bug] [Java] Remove raw type compilation warnings when generating using jerse...
  • 53f1094 [Python] Allow Overriding Accept Header (#19025)
  • 44e9ff5 [android][volley] Remove unused robolectric test dependency (#19022)
  • 9c26848 [kotlin-client] Generate safe ?. access for optional enums (#18982) (#19023)
  • 0c4bfe3 Add tests for anyof with discriminator (#19021)
  • 6b9d95b Tries to fix #18975 by changing how the deserializer interacts with its paren...
  • Additional commits viewable in compare view


Updates org.openapitools:openapi-generator-maven-plugin from 6.6.0 to 7.7.0

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 4 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.