-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[Java/Spring] all-of and one-of Improvements and Fixes #12075
Closed
cachescrubber
wants to merge
36
commits into
OpenAPITools:master
from
cachescrubber:bugfix_allof_oneof_issues
Closed
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
da4712c
Add config to reproduce the issue
cachescrubber af9d7b3
Add test case to reproduce issue.
cachescrubber 628de7d
Debug Session: identify critical codep path
cachescrubber 3a26775
Works exactly as needed for oneOf/allOf in Java/Spring
cachescrubber ca6ee6e
Add allVars to omit list in OneOfImplementorAdditionalData
cachescrubber a4d79b3
SpringCodegen: Support parentVars in order to support fluent setter w…
cachescrubber 34fe8af
Generate Samples
cachescrubber 751455f
Add imports for inherited Properties
cachescrubber 3fd8712
Add JavaDoc
cachescrubber 3bb412a
Polishing
cachescrubber e224d61
add a link to zozo tech blog post
wing328 e7075d2
[java] Add jersey3 support to the Java client (#12046)
wing328 10e1a60
more checks in validateJsonObject (#12041)
wing328 4827d74
add response headers to api exception (#12042)
wing328 91bfb2f
[Ruby] Fix incorrectly capitalized identifier in apis template (#12045)
harmony7 726dcc0
update jackson databind to newer version (#12053)
wing328 7ebd09e
[PowerShell] add more tests to powershell client (#12057)
wing328 0924cab
comment out error message debug (#12056)
wing328 3f197e4
Reduce casting for operations processing (#12002)
borsch 4e2995d
[typescript] Support esbuild, second attempt (#11465)
bodograumann 13dbbc7
Fix the null pointer exception when generating examples for schemas i…
spacether 6f3bf90
surefire plugin 3.0.0-M6 (#12076)
sullis 852f8c3
[python-experimental] adds missing init files in endpoint modules (#1…
spacether 1ed0ba7
testng 7.5 (#11380)
sullis 1cee11e
Eliminates handlebars helper warnings (#12078)
spacether 324d000
Adds postProcess method to python-experimental (#12079)
spacether 231364f
[PowerShell] better enum model support (#12082)
wing328 9cf3029
docs: updated supported angular version (#12072)
takkiraz a5b7900
Fixed typo in readme which caused the project link to be broken (#12083)
lukacsaronzs 1643c55
Bump actions/setup-java from 2 to 3 (#12087)
dependabot[bot] a1c4e37
Configure apiNameSuffix via plugins (#12062)
borsch 940d240
[dart-dio] Adds support for enumUnknownDefaultCase to dart builtvalue…
josh-burton 23995be
[php-slim4] Add Mock Server (#12044)
ybelenko 5f4eccd
Adds 'params_encoder' config option for Ruby clients using Faraday (#…
dkliban eb4c696
Remove restrictions for additional property types (#11802)
impl bd9f1b6
Specify source encoding in java/kotlin sample poms templates (#12088)
wing328 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An import needed for the fluent setter.