GitHub user 3cky opened a pull request:
https://github.com/apache/karaf-cellar/pull/23
Class-to-bundle cache in CombinedClassLoader
Currently CombinedClassLoader.findClass() method is very inefficient if
multiple bundles are registered to it. This patch adds class-to-bundle cache to
significantly reduce class loading overhead .
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/3cky/karaf-cellar cached-combined-classloader
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/karaf-cellar/pull/23.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #23
----
commit 2288c824d5563a6887ee7377c9bc0f0d63bacf7a
Author: Victor Antonovich <[email protected]>
Date: 2016-02-09T14:42:24Z
Added class name to bundle cache
----
---
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.
---