Community

Wildcard support in Dynamic-imports

reply from Ales Justin in JBoss Microcontainer Development - View the full discussion
you want to update the ClassLoaderInformation - this is the optimized view of the policy for runtime.

void addExtraDelegate(DelegateLoader dl);

Once we add new delegate loaders the caching and blacklisting setting can change.

e.g. adding non-caching delegate loader to existing all-caching delegate loaders

 

Does it make sense to track this and apply accordingly?

e.g. nullify cache if we add-non caching delegate loader, and restore to previous state once removed

Or should we simply ignore any caching and blacklisting if extra delegate loader is added?

 

I'll try to go with the tracking approach, and see how complicated it is.

Reply to this message by going to Community

Start a new discussion in JBoss Microcontainer Development at Community