forked from chidambaranadig/openapi-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Lombok builder #59
Closed
Closed
Lombok builder #59
Conversation
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
…Tools#19802) * ODM-12108: allow all content-types with text/ prefix * ODM-12108: Update deserialization tests --------- Co-authored-by: Oleg Kunitsyn <[email protected]>
Bumps [s4u/setup-maven-action](https://github.com/s4u/setup-maven-action) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/s4u/setup-maven-action/releases) - [Commits](s4u/setup-maven-action@v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: s4u/setup-maven-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…er parameter is used in the client (OpenAPITools#19667) (OpenAPITools#19795)
* Revert "prepare 7.9.0 release (OpenAPITools#19808)" This reverts commit 4145000. * prepare 7.10.0 snapshot * update doc * update samples
* Remove calculateRequestOrder Function This PR removes the calculateRequestOrder function from the codebase and addresses the bug described in issue OpenAPITools#19110. After a thorough review, it was determined that the function was unnecessary due to its redundant logic and lack of unique functionality. * delete import java.lang.*; * delete import java.lang.*; * Remove calculateRequestOrder Function This PR removes the calculateRequestOrder function from the codebase and addresses the bug described in issue OpenAPITools#19110. After a thorough review, it was determined that the function was unnecessary due to its redundant logic and lack of unique functionality. * delete import java.lang.*; --------- Co-authored-by: rmarqmo <[email protected]>
* feat: add middleware for create actions * chore: update samples * chore: update typescript sample?
…ITools#19767) * Added support for 'additionalProperties:true' to scala-cask generator additionalProperties means the request can contain arbitrary additional properties, and so this change adds an 'additionalProperties' field to request objects which is a json type. * fixed warning in example scala-cli project * updated samples * addressed codegen comments
…r multipart/form-data requests (OpenAPITools#19811)
* Bugfix: OpenAPITools#19487: Fix SyntaxWarning * Fix a bug which generates SyntaxWarning * Chore: OpenAPITools#19487: Generate sample
* erasure duplicates * sanitize beanValidation * oneOf maps * anyOf * update samples
…validating enum values (OpenAPITools#19316) * checks if input is Array or Map in validate_enum * update samples
…9830) * Fix python-fastapi signature of parameters for method * update --------- Co-authored-by: Diorcet Yann <[email protected]>
…ssed value (OpenAPITools#19426) * Fix copyOf inheritance using empty object instead of passed value * Generate new samples
…rect heading levels in README.mustache (OpenAPITools#19837) * Improve typescript-angular README.mustache - Add syntax highlighting to code blocks - Correct heading levels * Add space between heading and convert bare url to angle brackets link * Update samples
…enAPITools#19727) * [Kotlin Server] Update Ktor to latest version; move config to kts * Bump gradle version for kotlin server samples * Replace deprecated gradle API * Bump gradle to 7.6.4
* [kotlin] Map file and binary to ByteArray * [kotlin] Map file and binary to ByteArray
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.
No description provided.