Hi I am looking into https://issues.apache.org/jira/browse/AMQ-4252
We have 2 hooks classes in org.apache.activemq.hooks package. There is a regular Spring, and then another for OSGi. These classes is not in use in this component. I wonder where these hooks are in use? Though we should move the osgi code into org.apache.activemq.hooks.osgi So its not in the same package, then we can have OSGi is scope=optional. Then OSGi does not creep into the maven dependency for non OSGi users. We do this in Apache Camel. Keep OSGi code in their own packages. -- Claus Ibsen ----------------- Red Hat, Inc. FuseSource is now part of Red Hat Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
