Move online gen from jersey to spring boot#44
Merged
wing328 merged 1 commit intoOpenAPITools:masterfrom May 15, 2018
Merged
Conversation
Member
Author
|
Removing 500+ lines of code 😎 |
Member
Author
|
Note: the error response body have changed and are now the standard ones from Spring Boot. I believe that it's not a big issue since most clients should only use the Http status code. |
Member
|
@cbornet thanks. Let me test it out. |
Member
|
Did some tests and worked as expected. I'll add the Dockerfile in a separate PR. |
aserkes
added a commit
to aserkes/openapi-generator
that referenced
this pull request
Aug 22, 2022
Signed-off-by: aserkes <andrii.serkes@oracle.com>
Ghufz
pushed a commit
to Ghufz/openapi-generator
that referenced
this pull request
Jun 8, 2023
pull in golang restrict read-only props changes from upstream
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.
Move the online codegen from jersey to spring boot
The stub was generated with openapi-generator from the existing openAPI def. Some little things still needed to be done by hand.
Command line used:
I need to do some polishing:
@OpenAPITools/openapi-generator-core-team Can you test and give your feedback ?