Github user aledsage commented on the issue:
https://github.com/apache/brooklyn-client/pull/28
@Graeme-Miller Can you explain why we're upgrading to resteasy
`3.0.14.Final`? There is a `3.0.19.Final` available - why not upgrade to that?
---
TL;DR we don't bundle `brooklyn-rest-client` with the Brooklyn distro, so I
think we can ignore the version difference discussed below.
I see that resteasy depends on `com.fasterxml.jackson` version `2.6.3` (the
previous resteasy resteasy 3.0.8 depended on fasterxml version `2.3.2`).
However, in https://github.com/apache/brooklyn-server/pull/339, you're
upgrading `com.fasterxml.jackson` from 2.4.5 to 2.7.5. That means mvn is trying
to pull in two different versions of fasterxml. That's manageable in Karaf
(though not ideal), but is a pain with the vanilla Java main. We'd need to have
`<excludes>` to ensure we get the right single version.
I see that resteasy has a `3.1.0.Beta2` available, which depends on
fasterxml 2.7.4. It came out on 9th September 2016; the Beta1 was on 28th July
2016. That depends on fasterxml 2.7.4. It took 6 beta releases before a
3.0.0-rc1 and then 3.0.0.Final, so we shouldn't hold our breath!
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---