Re: Releases?

2023-02-05 Thread Adwait Kumar Singh
I would also like to close on https://issues.apache.org/jira/browse/LOG4J2-3621. I am sorry for the delay in this, but I can work this week to get this fixed on priority. On Sun, Feb 5, 2023 at 3:16 AM Piotr P. Karwasz wrote: > Hi Ralph, > > On Sat, 4 Feb 2023 at 21:41, Ralph Goers > wrote: > >

Re: How to inject a dependency into a custom filter.

2021-10-21 Thread Adwait Kumar Singh
firstI am trying > to finish up some work on > > Apache Flume so it can get a new release and I need to do some other > work here as we > > are overdue for a release. > > > > Ralph > > > >> On Oct 21, 2021, at 11:28 AM, Adwait Kumar Singh < > th

Re: How to inject a dependency into a custom filter.

2021-10-21 Thread Adwait Kumar Singh
The problem I am stuck on is the best way to get the user to provide the ruleSupplier via configuration. On Thu, Oct 21, 2021 at 11:55 PM Adwait Kumar Singh < theadvaitkumarsi...@gmail.com> wrote: > Yes I mean filtering on those loggers. > > I don't expect the Supplier to be

Re: How to inject a dependency into a custom filter.

2021-10-21 Thread Adwait Kumar Singh
event. > > Ralph > > > On Oct 21, 2021, at 8:44 AM, Adwait Kumar Singh < > theadvaitkumarsi...@gmail.com> wrote: > > > > This is still in the proof of concept phase, but what I am trying to do > is > > create a filter which allows developers to dynamically tur

Re: How to inject a dependency into a custom filter.

2021-10-21 Thread Adwait Kumar Singh
ding > it? > > Ralph > > > On Oct 21, 2021, at 6:07 AM, Adwait Kumar Singh < > theadvaitkumarsi...@gmail.com> wrote: > > > > I am creating a filter which requires the user to give a Supplier > to > > fetch some custom rules. I am wondering how to go a

How to inject a dependency into a custom filter.

2021-10-21 Thread Adwait Kumar Singh
I am creating a filter which requires the user to give a Supplier to fetch some custom rules. I am wondering how to go about getting this Supplier from the configuration xml. One way I have thought of is using some sort of Registry and then just asking the user to provide a key to lookup into the