Dropping `log4j-redis` in `master`

2022-11-24 Thread Volkan Yazıcı
`RedisAppender` has been in the making in `master` for several years
without much interest from the community. Next to that there are
battle-tested feature-rich community alternatives[1] available. I am
inclined to drop `log4j-redis`. What are your thoughts?

[1] https://github.com/vy/log4j2-redis-appender


Re: Dropping `log4j-redis` in `master`

2022-11-24 Thread Gary Gregory
I am ok either way as the in-memory logging I've done in the past has been
much simpler.

Gary

On Thu, Nov 24, 2022, 08:45 Volkan Yazıcı  wrote:

> `RedisAppender` has been in the making in `master` for several years
> without much interest from the community. Next to that there are
> battle-tested feature-rich community alternatives[1] available. I am
> inclined to drop `log4j-redis`. What are your thoughts?
>
> [1] https://github.com/vy/log4j2-redis-appender
>


`src/ide` folder

2022-11-24 Thread Volkan Yazıcı
Does anybody use this relic? If there are no objects, I will remove it.


Re: Dropping `log4j-redis` in `master`

2022-11-24 Thread Ralph Goers
I am also OK in dropping log4j-redis.

Ralph

> On Nov 24, 2022, at 7:25 AM, Gary Gregory  wrote:
> 
> I am ok either way as the in-memory logging I've done in the past has been
> much simpler.
> 
> Gary
> 
> On Thu, Nov 24, 2022, 08:45 Volkan Yazıcı  wrote:
> 
>> `RedisAppender` has been in the making in `master` for several years
>> without much interest from the community. Next to that there are
>> battle-tested feature-rich community alternatives[1] available. I am
>> inclined to drop `log4j-redis`. What are your thoughts?
>> 
>> [1] https://github.com/vy/log4j2-redis-appender
>> 



Re: `src/ide` folder

2022-11-24 Thread Gary Gregory
I think the idea is to let us store settings for IJ and Eclipse for
formatting and whatever else helps.

Gary

On Thu, Nov 24, 2022 at 1:14 PM Volkan Yazıcı  wrote:
>
> Does anybody use this relic? If there are no objects, I will remove it.


Re: `src/ide` folder

2022-11-24 Thread Gary Gregory
But yeah, if you want to drop it, that's likely ok.

Gary

On Thu, Nov 24, 2022 at 1:33 PM Gary Gregory  wrote:
>
> I think the idea is to let us store settings for IJ and Eclipse for
> formatting and whatever else helps.
>
> Gary
>
> On Thu, Nov 24, 2022 at 1:14 PM Volkan Yazıcı  wrote:
> >
> > Does anybody use this relic? If there are no objects, I will remove it.


Re: Dropping `log4j-redis` in `master`

2022-11-24 Thread Matt Sicker
Fine with me. I’d prefer if we worked toward providing APIs for third party 
plugins to easily be created outside of the main repo. Instead of hosting 
things like a Redis appender, it’d make more sense to offer APIs useful for 
appending to key/value stores or similar APIs (think things like the 
ColumnMapping plugin or others).
—
Matt Sicker

> On Nov 24, 2022, at 07:46, Volkan Yazıcı  wrote:
> 
> `RedisAppender` has been in the making in `master` for several years
> without much interest from the community. Next to that there are
> battle-tested feature-rich community alternatives[1] available. I am
> inclined to drop `log4j-redis`. What are your thoughts?
> 
> [1] https://github.com/vy/log4j2-redis-appender



Re: `src/ide` folder

2022-11-24 Thread Matt Sicker
I used to use it long ago, but I think we’ve diverged a bit from those files. 
We can remove that and figure out a better approach to style settings and such 
like via Maven plugins.
—
Matt Sicker

> On Nov 24, 2022, at 12:14, Volkan Yazıcı  wrote:
> 
> Does anybody use this relic? If there are no objects, I will remove it.



Re: `src/ide` folder

2022-11-24 Thread Piotr P. Karwasz
Hi Volkan,

On Thu, 24 Nov 2022 at 19:14, Volkan Yazıcı  wrote:
> Does anybody use this relic? If there are no objects, I will remove it.

I think you can remove the current version. Later on I'll probably add
some tips and tricks that allow me to work with `master` on Eclipse
(e.g. a lifecycle-mapping-metadata.xml that prevents Eclipse from
seeing two module-info.java files in `log4j-jpl`).