[cascading] from release/14.0 to release/14.1#4129
Open
otter-cascading[bot] wants to merge 8 commits intorelease/14.1from
Open
[cascading] from release/14.0 to release/14.1#4129otter-cascading[bot] wants to merge 8 commits intorelease/14.1from
otter-cascading[bot] wants to merge 8 commits intorelease/14.1from
Conversation
## Proposed change <!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. --> ## Related issues <!-- Please make sure to follow the [contribution guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md) --> *- No issue associated -* <!-- * 🐛 Fix #issue --> <!-- * 🐛 Fix resolves #issue --> <!-- * 🚀 Feature #issue --> <!-- * 🚀 Feature resolves #issue --> <!-- *Pull Request #issue -->
remove the cast to ArraySchema that breaks the generation in OAS3.1
remove the cast to `ArraySchema` that breaks the generation in OAS3.1 In OAS 3.1, [ModelUtils.isArraySchema()](https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/java/org/openapitools/codegen/utils/ModelUtils.java) returns a `JsonSchema`
<!--
{"currentBranch":"release/13.5","targetBranch":"release/14.0","bypassReviewers":false,"isConflicting":false}
-->
## Cascading from release/13.5 to release/14.0
---
:heavy_exclamation_mark: The pull request is conflicting with the target
branch.
You can fix the issue locally with the following commands:
<details open>
<summary>Using <b>gh CLI</b></summary>
```shell
gh pr checkout 4125
git pull --ff origin release/14.0
```
and update this Pull Request with
```shell
gh pr push 4125
```
</details>
<details>
<summary>Using <b>git</b> only</summary>
```shell
git fetch origin
git checkout origin/cascading/13.5.0-14.0.0
git pull --ff origin release/14.0
```
and update this Pull Request with
```shell
git push origin HEAD:cascading/13.5.0-14.0.0
```
</details>
---
<small>This Pull Request has been generated with :heart: by the
[Otter](https://github.com/AmadeusITGroup/otter) cascading tool.</small>
matthieu-crouzet
approved these changes
Apr 7, 2026
Contributor
|
View your CI Pipeline Execution ↗ for commit 94c8ab1
☁️ Nx Cloud last updated this comment at |
Codecov Report✅ All modified and coverable lines are covered by tests. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cascading from release/14.0 to release/14.1
This Pull Request has been generated with ❤️ by the Otter cascading tool.