Re: Using builtin plugins with different ClassLoaders

2020-01-28 Thread Matt Sicker
There’s certainly an interesting use case here that seems to have uncovered a CL bug. The deferred plugin loading thing is an idea, though the precedence rules described seem like a good starting point for a potential bug? On Tue, Jan 28, 2020 at 08:01 Sebastián Zaffarano wrote: > Hi there! > I'

Using builtin plugins with different ClassLoaders

2020-01-28 Thread Sebastián Zaffarano
Hi there! I'm having a problem with an application (an app container) that manages different ClassLoaders for different apps that it has deployed. We built a custom ContextSelector that manages different contexts based on classloaders to isolate different configurations for many apps running in th