Github user aledsage commented on the issue:

    https://github.com/apache/brooklyn-server/pull/595
  
    FYI the problem is that the package `org.apache.brooklyn.feed.windows` is 
used in two different OSGi bundles: `brooklyn-software-winrm` contains 
`CmdFeed` and `WindowsPerformanceCounterFeed`; and `brooklyn-core` contains 
`WindowsPerformanceCounterPollConfig`. When another bundle imports the package, 
it can only get it from one other bundle (that exports the package). Therefore 
we get one or other of these.
    
    @bostko why do we have `WindowsPerformanceCounterPollConfig` in core, 
rather than in `brooklyn-software-winrm`? I'm inclined to move that from core, 
and delete the package from core.
    
    Thoughts?


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

Reply via email to