[GitHub] deki closed pull request #13: update meecrowave, jax-rs, cxf dependencies

2019-02-12 Thread GitBox
deki closed pull request #13: update meecrowave, jax-rs, cxf dependencies URL: https://github.com/apache/geronimo-openapi/pull/13 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] rmannibucau commented on issue #13: update meecrowave, jax-rs, cxf dependencies

2019-02-12 Thread GitBox
rmannibucau commented on issue #13: update meecrowave, jax-rs, cxf dependencies URL: https://github.com/apache/geronimo-openapi/pull/13#issuecomment-462682188 Hi @deki, wonder if we can just exclude jaxrs2 api from surefire to force meecrowave-specs (or jaxrs21 one). Idea is to not have

[GitHub] deki opened a new pull request #13: update meecrowave, jax-rs, cxf dependencies

2019-02-12 Thread GitBox
deki opened a new pull request #13: update meecrowave, jax-rs, cxf dependencies URL: https://github.com/apache/geronimo-openapi/pull/13 This fixes the NoSuchMethodError during tests when client.close is called in finally block.

[GitHub] deki commented on issue #13: update meecrowave, jax-rs, cxf dependencies

2019-02-12 Thread GitBox
deki commented on issue #13: update meecrowave, jax-rs, cxf dependencies URL: https://github.com/apache/geronimo-openapi/pull/13#issuecomment-462699668 Hmm do you mean adding a different profile for tests? Personally I don't like duplicate API dependencies. Are there really users that

[GitHub] rmannibucau commented on issue #13: update meecrowave, jax-rs, cxf dependencies

2019-02-12 Thread GitBox
rmannibucau commented on issue #13: update meecrowave, jax-rs, cxf dependencies URL: https://github.com/apache/geronimo-openapi/pull/13#issuecomment-462700450 @deki yes - even some are stucked on 1.x so we set 2.0 as a base but we have to stick to it for a few (note i never said I was

[jira] [Created] (GERONIMO-6694) Support @PATCH

2019-02-12 Thread Romain Manni-Bucau (JIRA)
Romain Manni-Bucau created GERONIMO-6694: Summary: Support @PATCH Key: GERONIMO-6694 URL: https://issues.apache.org/jira/browse/GERONIMO-6694 Project: Geronimo Issue Type:

[jira] [Resolved] (GERONIMO-6694) Support @PATCH

2019-02-12 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-6694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved GERONIMO-6694. -- Resolution: Fixed > Support @PATCH > -- > >

[GitHub] rmannibucau commented on issue #5: Use JAX-RS 2.1 annotations

2019-02-12 Thread GitBox
rmannibucau commented on issue #5: Use JAX-RS 2.1 annotations URL: https://github.com/apache/geronimo-openapi/pull/5#issuecomment-462710978 FYI I created https://issues.apache.org/jira/browse/GERONIMO-6694 and will tackle that with the fallback using @HttpMethod to avoid to depend on jaxrs