Volkan Yazıcı

Results 192 comments of Volkan Yazıcı

@rschmitt, you're a hero! Thanks so much! 💯 🙇 We had a call with @ppkarwasz. For the time being, we will pin the dependency – see #3762.

**Question:** Can we implement this change in the following manner? 1. Support plugins using field injection and compiled with Log4j 2 annotation processor 2. Drop field injection support from the...

@morvael, could you try putting a breakpoint to the `StatusLogger.Config#Config()` ctor and see where the incorrect level is sourced from, please?

@quaff, @ppkarwasz is spot on with his analysis and suggestions. My 2 cents are... 1. Stick to the simplest setup (i.e., only use synchronous loggers) unless you can prove that...

> I think we should add 4560 as default port also for UDP Why? (I'm not against – I just want to know if it serves a particular use case.)...

Maven Wrapper must be run as an executable, it does not support being passed as a parameter to `sh`. Filed [MWRAPPER-161](https://issues.apache.org/jira/browse/MWRAPPER-161) to address this.

Withdrawing this work due to lack of interest.

@rgoers @ppkarwasz WDYT about this proposal? Instead of adding one more method to the `Logger`, can't we achieve this by branching on `message instanceof Throwable` in `MessageFactory#newMessage(Object)` implementations?

@DonggeLiu, since you were the one who reviewed #12352, could you help me with this ticket, please?