Re: log4j-tools release?

2020-02-14 Thread Christopher
On Wed, Feb 12, 2020 at 11:51 PM Ralph Goers wrote: > > > > On Feb 12, 2020, at 9:25 PM, Christopher wrote: > > > > On Wed, Feb 12, 2020 at 7:01 PM Ralph Goers > > wrote: > >> > >> > >> > >>> On Feb 12, 2020, at 4:14 PM, Christopher wrote: > >>> > >>> Hi, > >>

Re: Custom class reader for PluginBuilderAttribute

2020-02-14 Thread Matt Sicker
This sounds like TypeConverter stuff. Take a look at that plugin interface and the numerous existing string converters. On Fri, Feb 14, 2020 at 07:27 Volkan Yazıcı wrote: > Hello, > > Given a builder's @PluginBuilderAttribute field of type T, how can I > instruct the DI mechanism to employ a cer

Re: Custom class reader for PluginBuilderAttribute

2020-02-14 Thread Ralph Goers
> On Feb 14, 2020, at 6:27 AM, Volkan Yazıcı wrote: > > Hello, > > Given a builder's @PluginBuilderAttribute field of type T, how can I > instruct the DI mechanism to employ a certain Function > method for injection? > I’m not sure I understand. I didn’t write the builder support but I had

Re: Help with test-jar in json-template-layout branch

2020-02-14 Thread Volkan Yazıcı
That would be great! I would suggest just focusing on the test-jar problem first. I still have a couple of changes in my local waiting to be pushed. I will inform the list and request a thorough review whenever I am ready anyway. On Fri, 14 Feb 2020, 15:59 Ralph Goers wrote: > I should be able t

Re: Help with test-jar in json-template-layout branch

2020-02-14 Thread Ralph Goers
I should be able to look at it tonight or over the weekend. I need to review the contribution anyway. Ralph > On Feb 14, 2020, at 6:21 AM, Volkan Yazıcı wrote: > > Hello, > > I am almost done with the new JsonTemplateLayout[1]. Though I am > having a difficulty in producing a test-jar out of

Custom class reader for PluginBuilderAttribute

2020-02-14 Thread Volkan Yazıcı
Hello, Given a builder's @PluginBuilderAttribute field of type T, how can I instruct the DI mechanism to employ a certain Function method for injection? Kind regards.

Help with test-jar in json-template-layout branch

2020-02-14 Thread Volkan Yazıcı
Hello, I am almost done with the new JsonTemplateLayout[1]. Though I am having a difficulty in producing a test-jar out of log4j-layout-json-template module and using it in log4j-perf module. Matt Sicker has also given it a try, but no luck so far[2]. I will really appreciate if somebody can point