You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by aledsage <gi...@git.apache.org> on 2016/08/10 12:44:19 UTC

[GitHub] brooklyn-server issue #294: Adds brooklyn-rest-client feature

Github user aledsage commented on the issue:

    https://github.com/apache/brooklyn-server/pull/294
  
    @neykov thanks for the great comments! I'm made those changes and confirmed it works in a downstream project.
    
    For the `javax.annotation` bundle, I now get version 1.2 already present in Karaf 4.0.4:
    
    ```
    bundle:list -t 0 | grep -i annot
     27 | Active   | 100 | 2.4.5                    | Jackson-annotations
     33 | Active   |  80 | 2.4.5                    | Jackson-module-JAXB-annotations
     65 | Active   |  80 | 1.5.6                    | swagger-annotations
     69 | Active   |  10 | 1.2                      | javax.annotation API
    ```
    
    Are you happy with merging this now?


---
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.
---