[JAXRS-RS-CDI] Add a basic JAX-RS Application and CDI fixes#4196
Merged
wing328 merged 4 commits intoswagger-api:masterfrom Nov 18, 2016
Merged
[JAXRS-RS-CDI] Add a basic JAX-RS Application and CDI fixes#4196wing328 merged 4 commits intoswagger-api:masterfrom
wing328 merged 4 commits intoswagger-api:masterfrom
Conversation
Contributor
Author
|
... This fixes a fairly nasty bug where this code, while compiling, doesn't actually work on a real server without extra work. |
Contributor
Author
|
@wing328 It would be great if we could make sure this goes into v2.2.2 |
5fa7748 to
ac2391d
Compare
ac2391d to
0581eed
Compare
0581eed to
3be204f
Compare
Contributor
Author
|
@wing328 Sorry to ask, but do you think it might be possible to merge this reasonably swiftly? I have an article pending publication in which I make some statements about this generator (will drop a link in here once it's published) and it'd be great to unblock it... |
Contributor
|
@nickcmaynard PR merged and thanks for mentioning Swagger Codegen in your publication. |
Contributor
Author
|
Thank you! |
davidgri
pushed a commit
to davidgri/swagger-codegen
that referenced
this pull request
May 11, 2017
…r-api#4196) * Add a basic JAX-RS Application and CDI fixes * jaxrs-cxf-cdi :: Fix samples generation template dir * jaxrs-cxf-cdi :: Regenerate samples * jaxrs-cxf-cdi :: Clean up some checkstyle warnings
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.
PR checklist
./bin/to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.shand./bin/security/{LANG}-petstore.shif updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates)2.3.0branch for breaking (non-backward compatible) changes.Description of the PR
Add a JAX-RS application, and beans.xml, so that this works on typical JavaEE 7.0 servers. For example, code generated by this generator will now work directly upon deployment to IBM WAS Liberty, and IBM Bluemix.