You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by neykov <gi...@git.apache.org> on 2017/01/02 19:31:47 UTC

[GitHub] brooklyn-server issue #362: bump httpcomponents versions

Github user neykov commented on the issue:

    https://github.com/apache/brooklyn-server/pull/362
  
    I've tested this with winrm4j and it's not working. It's sending the wrong `Content-Type`, resulting in a `415` response code.
    
    Bumping the cxf version to `3.1.9` works fine though and it brings in almost the same dependencies:
    ```
    [INFO] +- org.apache.cxf:cxf-rt-transports-http-hc:jar:3.1.9:compile
    [INFO] |  +- org.apache.httpcomponents:httpcore-nio:jar:4.4.4:compile
    [INFO] |  |  \- org.apache.httpcomponents:httpcore:jar:4.4.4:compile
    [INFO] |  \- org.apache.httpcomponents:httpasyncclient:jar:4.1.2:compile
    [INFO] |     \- org.apache.httpcomponents:httpclient:jar:4.5.2:compile
    ```
    
    Suggest upgrading `cxf` to `3.1.9` and downgrading core to `4.4.4`.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---