Re: 3.x plugins

2022-05-23 Thread Matt Sicker
And to answer your initial question, something could be Configurable and not a Plugin, but that would only have the effect of putting it in the Core namespace. The rest of the annotation only has interpretation in Injector::configure. — Matt Sicker > On May 23, 2022, at 15:48, Matt Sicker wro

Re: Log4j 2.18.0

2022-05-23 Thread Piotr P. Karwasz
Hi Ralph, On Fri, 20 May 2022 at 18:06, Ralph Goers wrote: > I am working through the last few issues I want to resolve for 2.18.0. > I’d like to hope I can have them done today but I might not. I will be > traveling tomorrow through Wed, May 25 to visit friends and family. While > it is possibl

Re: 3.x plugins

2022-05-23 Thread Matt Sicker
Configurable and Plugin were combined as a single annotation before, but the Core-category/namespace-specific configurability options don't apply to other types of plugins, so I separated them. The benefit of separating them is so that people don't get the strange idea that it's possible to use mul

Re: 3.x plugins

2022-05-23 Thread Volkan Yazıcı
Matt, maybe I am not getting it but... I understand your explanation about Configurable-vs-Plugin, yet my question still stands: Can something be `@Configurable` but not `@Plugin`? If I am not mistaken, every single `@Configurable` usage is followed by a `@Plugin`. Hence, I am inclined to make `Con