Github user neykov commented on a diff in the pull request:

    https://github.com/apache/brooklyn-server/pull/492#discussion_r94444101
  
    --- Diff: karaf/init/pom.xml ---
    @@ -75,7 +75,18 @@
             <extensions>true</extensions>
             <configuration>
               <instructions>
    -            
<Import-Package>!org.apache.brooklyn.core.internal.BrooklynProperties.Factory, 
*</Import-Package>
    +            <!--
    +                See 
http://stackoverflow.com/questions/18844987/creating-a-blueprint-bean-from-an-inner-class:
    +                we unfortunately need to exclude 
DeserializingClassRenamesProvider from the imports. 
    +                Its inner class is referenced in a bean of blueprint.xml. 
This confuses the mvn 
    +                plugin, which would otherwise add it to the Import-Package 
(thus causing the bundle
    +                to fail to install).
    +            -->
    +            <Import-Package>
    +                
!org.apache.brooklyn.core.internal.BrooklynProperties.Factory, 
    +                
!org.apache.brooklyn.core.mgmt.persist.DeserializingClassRenamesProvider,
    --- End diff --
    
    Could make the nested class standalone instead?


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