ResolverUtil - Refactor to allow easier extensions for OSGi resolutions for
different OSGi platforms
----------------------------------------------------------------------------------------------------
Key: CAMEL-1043
URL: https://issues.apache.org/activemq/browse/CAMEL-1043
Project: Apache Camel
Issue Type: Improvement
Components: camel-core
Affects Versions: 1.5.0
Reporter: Claus Ibsen
Fix For: 2.0.0
ResolverUtil has some internal code that detects if the classloader(s) is OSGi
aware or not. ResolverUtil should expose strategy methods to allow us to create
sub classes, or inject resolvers that cater for this OSGi resolution.
Maybe expose some public API for end-users to customize this at configuration
time, so they can let Camel run in any OSGi platform of choice.
This is especially a problem with the dynamic type converters discoverer. That
scans all bundles.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.