[Jaxrs-spec] Update jaxrs-spec to interface/impl pattern #4509#4717
[Jaxrs-spec] Update jaxrs-spec to interface/impl pattern #4509#4717jfiala wants to merge 2 commits intoswagger-api:masterfrom
Conversation
|
@wing328 I filed against master for review, I'd like to have this in 2.2.2 - should I create a temporary language for this or do you want to stick with 2.3.0? |
f47351c to
e6e6923
Compare
|
@jfiala from what I can tell it's a breaking change so I suggest we file it against 2.3.0 instead (we'll release 2.3.0 after the 2.2.2 release) |
|
@wing328 you're right, I can create a copy of the whole language so we can make it into 2.2.2 (as "jaxrs-spec-interface" or something like that) or we file it against 2.3.0, what do you prefer? I have a slightly preference for getting this into 2.2.2 if you agree (by copying). |
|
@jfiala actually I want to freeze the current master and release 2.2.2. The community is very active (which is definitely a good thing) and we're seeing at least several new PRs (enhancements, bug fixes) every day so my take is to release 2.2.2 earlier and push those enhancements, bug fixes to the next release instead. |
|
@wing328 OK, then lets schedule this for 2.3. |
|
closed, will do again against 2.3.0. |
|
Based on CXF 3 and swagger 2.1.6 on Oracle 12.2. I am experiencing jersey (2) validation errors as swagger file type generated ReST with @multipart Inputstream AND Attachment arguments. By manually removing the generated Attachment argument from the ReST Interface API, it seems work... so does the following suggestion entered: Is there a way that swagger will not generate the additional Attachment argument in the ReST interface? maybe the mustache should not have Attachment at all, only the InputStream is required. |
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
see #4509