Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update openapi-generator - abandoned #3994

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@openapitools/openapi-generator-cli 2.15.0 -> 2.15.3 age adoption passing confidence
org.openapitools:openapi-generator-cli 7.8.0 -> 7.9.0 age adoption passing confidence
org.openapitools:openapi-generator 7.8.0 -> 7.9.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

OpenAPITools/openapi-generator-cli (@​openapitools/openapi-generator-cli)

v2.15.3

Compare Source

Bug Fixes

v2.15.2

Compare Source

Bug Fixes

v2.15.1

Compare Source

Bug Fixes
openapitools/openapi-generator (org.openapitools:openapi-generator-cli)

v7.9.0: released

Compare Source

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

This release comes with 4 breaking changes (with fallback) listed below.

3 new generators are included in this release:

Below are the highlights of the changes. For a full list of changes, please refer to the "Pull Request" tab.

General

  • [normalizer] bug fixes (isNullTypeSchema, handling of primitive types with oneOf) #​19781
  • feat(avro)/refactor(core): unify *_POST_PROCESS_FILE behaviour and reuse code #​19761
  • Fix anyOf/oneOf normalization for 3.1 spec #​19758
  • [OpenAPI 3.1] Avoid NPE when handling prefixItems #​19735
  • fix(core): system-independent relative path sorting for FILES output #​19726
  • feat(core): add info.summary to additionalProperties for 3.1 specs #​19723
  • [windows] Fixed missing output #​19715
  • fix(core): single value enums (const) are not generated correctly in 3.1 specs #​19696
  • fix(core): nullable array types in 3.1.x specs #​19687
  • [BUG] HandlebarsEngineAdapter.java failed to use custom FieldValueResolver causing IllegalAccessException for maps #​19634
  • Better handling of parameters in inline model resolver #​19460
  • [Gradle plugin] bugfix: openapi code generator to consider schema changes #​16735

Avro Schema

  • fix(avro-schema): fix NPE for null enum values #​19771
  • [avro-schema] fix: enum logic (sanitize, remove collisions) #​19549

C++

  • [cpp-pistache-server] Generated code fails to build with x86_64-linux-gnu-g++-13 #​19684
  • [cpp-qt-client] New makeOperationsVirtual option (Breaking change (with fallback)) #​19613
  • Implemented missing definitions of declared methods inside modelbase-header.mustache, added two missing body of methods definitions #​19569

C#

  • [csharp][generichost] Support formatting date only #​19785
  • [csharp][generichost] Fix local var #​19642
  • [csharp][generichost] Fix invalid key name #​19633
  • [aspnetcore] Fix swagger xml comments #​19593
  • [csharp] Version bump dependencies #​19545

Dart

  • [BUGFIX][dart-dio] Align enum and enum_inline generation result #​19510
  • [BUGFIX][dart-dio] add unknownEnumValue to JsonKey #​19416

Erlang

  • [Erlang Server] Add more type information and fix minor bugs #​19792
  • Erlang server validation bugfixes and capability extensions #​19750
  • Add erlang-server-deprecated for fallback after refactoring #​19547
  • Erlang server overhaul (Breaking change (with fallback)) #​19465

Go

  • [GO] Go Server: preserve order of the routes as defined in the OpenAPI file #​19550
  • [Go] fix regex validation breakage in unmarshaljson function #​19410

Kotlin

  • [BUG] Kotlin wiremock query params are incorrect #​19720
  • [kotlin-client][multiplatform] add support for kotlinx.datetime.LocalTime #​19590
  • [kotlin-spring] fix springdoc dependencies #​19579
  • [kotlin] enforce fields in data classes #​19526
  • [kotlin-spring][server] fix spring boot configuration conflict #​19515
  • [Kotlin] Add a new additional property to configure Jackson's failOnUnknownProperties (Breaking change (with fallback)) #​19506
  • [Kotlin][okhttp] replace okhttpclient with callfactory #​19422

Java

  • [Java][microprofile] enumUnknownDefaultCase true now returns correctly #​19677
  • [Java] [apache-httpclient] Fix issue with toString causing wrong value with collections #​19576
  • [Java][Spring]Update dependencies to remove vulnerability in org.springframework:spring-webmvc #​19533
  • [Java Jersey] Update ApiClient.mustache Jersey doesn't allow entities in method DELETE #​19530
  • [Bugfix][Java] Fixed jersey clients for multiple file upload #​19476
  • [Java Libraries] Jakarta Validation API support useJakartaEe flag #​19469
  • [Java] Add a new additional property to configure Jackson's failOnUnknownProperties (Breaking change (with fallback)) #​19271

JavaScript

  • [Javascript] Add initialization of default vars to constructor #​19692

Python

  • [Python] Harmonize python client dependency versions #​19694
  • python-pydantic-v1: Return the primitive type in to_dict for anyOf models #​19488
  • [BUG][python-fastapi] Updated pyyaml and httptools in requirements template to resolve compatibility issues with Python 3.12 #​19666
  • feat(python): handle multiple file parameters #​19329
  • fix(python,asyncio): multipart form data serialization #​19302
  • [python] fix content_type deserialize #​19317

PHP

  • [PHP] By default should use static Configuration class instance #​19775
  • [php-symfony] Fix enum not serialized with value like '0' #​19568
  • [PHP] Add missing qualifier for enum parameters #​1956
  • [PHP] Remove NUMBER_ prefix from enum vars if a name is provided, show enum descriptions #​19555
  • [bug] in case of defined status codes > 299 switch will have no effect #​19483
  • [PHP-Client] Allow Content-Type merge-match+json for encoding #​19479

PowerShell

  • [POWERSHELL] fix: keep array context when converting to json #​19535-
  • [PowerShell] Support multiple files in multipart/form-data POST (new functionality + fix) #​19449

R

  • [R] Update R6 object documentation #​19679
  • [R][client] Make enum parameters with required: false optional to request arguments #​19654

Ruby

  • [Ruby-client] Use secuirtyScheme Key for api_key #​19740

Rust

  • [rust][client][auth] token source option #​19647
  • [Rust Server] Handle arrays in forms #​19625
  • rust: Implement Display instead of ToString for enums #​19611
  • [Core/Rust Server] Check references in additionalProperties correctly when checking freeForm status #​19605
  • [Rust Server] Add derive of Hash to enums #​19603
  • [Rust Server] Add auto-generated CLI Client #​19392

Scala

  • [Scala][Client]Add Http4s scala3 client codegen #​19658

Swift

  • [swift5] rename unknownDefault to unknownDefaultOpenApi #​19753
  • Add swift6 generator #​19621
  • [swift5] Fix Xcode 16 compilation crash with Extensions.swift generation #​19564
  • add oneOf-default-case option for swift5 #​19094

TypeScript

  • [Typescript-Node] Mark deprecated endpoints #​19770
  • [Typescript-Node] Mark deprecated model attributes #​19756
  • style(typescript): use Headers type #​19697
  • [typescript-axios] fix: enum datatype jsdoc #​19571
  • [typescript-fetch] Fixed issue where unique arrays (sets) of primitive values aren't initialized properly #​19521
  • [Typescript] Generate oneOf schemas as type unions #​19494

Zapier

  • [zapier] add response middleware #​19760
  • Make it easier to specify triggers for Zapier #​19645

Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 18, 2024 20:48
@renovate renovate bot requested review from morganleroi and millotp and removed request for a team October 18, 2024 20:48
@algolia-bot
Copy link
Collaborator

algolia-bot commented Oct 18, 2024

🪓 The generated code will be pushed at the end of the CI.

Action triggered by commit f0f7fbedda06e62548743668f8abbbfabfa135f2.

Please do not push any generated code to this pull request.

@millotp
Copy link
Collaborator

millotp commented Oct 18, 2024

lol renovate really wants to keep this open.
DON'T MERGE THIS the codegen is bad

Base automatically changed from chore/renovateBaseBranch to main October 21, 2024 09:31
Copy link
Contributor Author

renovate bot commented Oct 21, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate bot changed the title chore(deps): update openapi-generator chore(deps): update openapi-generator - abandoned Oct 21, 2024
algolia-bot and others added 10 commits November 8, 2024 15:02
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/openapi-generator branch from 95aa4eb to 849172e Compare November 12, 2024 09:00
@renovate renovate bot changed the title chore(deps): update openapi-generator - abandoned chore(deps): update openapi-generator Nov 12, 2024
@renovate renovate bot changed the base branch from main to chore/renovateBaseBranch November 12, 2024 09:00
Copy link
Contributor Author

renovate bot commented Nov 12, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
node:fs:1363
  const result = binding.mkdir(
                         ^

Error: ENOENT: no such file or directory, mkdir '/home/ubuntu/.cache/node/corepack/v1'
    at mkdirSync (node:fs:1363:26)
    at getTemporaryFolder (/opt/containerbase/tools/corepack/0.29.4/22.11.0/node_modules/corepack/dist/lib/corepack.cjs:21486:27)
    at download (/opt/containerbase/tools/corepack/0.29.4/22.11.0/node_modules/corepack/dist/lib/corepack.cjs:21760:21)
    at installVersion (/opt/containerbase/tools/corepack/0.29.4/22.11.0/node_modules/corepack/dist/lib/corepack.cjs:21854:61)
    at async Engine.ensurePackageManager (/opt/containerbase/tools/corepack/0.29.4/22.11.0/node_modules/corepack/dist/lib/corepack.cjs:22310:32)
    at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.29.4/22.11.0/node_modules/corepack/dist/lib/corepack.cjs:22410:25)
    at async Object.runMain (/opt/containerbase/tools/corepack/0.29.4/22.11.0/node_modules/corepack/dist/lib/corepack.cjs:23096:5) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'mkdir',
  path: '/home/ubuntu/.cache/node/corepack/v1'
}

Node.js v22.11.0

Base automatically changed from chore/renovateBaseBranch to main November 12, 2024 11:00
@renovate renovate bot changed the title chore(deps): update openapi-generator chore(deps): update openapi-generator - abandoned Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants