Volkan Yazıcı

Results 192 comments of Volkan Yazıcı

> I worked on a different open-source project a few years ago and the guy I was working with pointed to me a cool open-source chat protocol called [matrix](https://matrix.org/about/). Not...

> 1. You mentioned that I should "refactor the current `STSR#truncate`" method into two methods, where I do truncation first and then package exclusions. In terms of implementation, what I...

@abhijit911turbo, @takanuva15, sorry to break it to you, but if you need this feature from Log4j, which I presume is deployed at an organization helping you to pay your bills...

Fixed by several changes implemented for #2535.

@QiuSoft, your question is a valid one. Unfortunately it is not clear anywhere in the website. I took the liberty to update your ticket in a way that would guide...

Fixed in #2480 (`main`) and #2487 (`2.x`).

There are [more (platform-independent!) hazards surrounding `FileOutputStream::new`](https://www.cloudbees.com/blog/fileinputstream-fileoutputstream-considered-harmful). Please indeed replace them with `Files::newOutputStream`.

@adamthom-amzn, my _personal_ opinion (with my PMC hat on) is as follows: Your changes touch parts of the code that 1. a majority of the active maintainers don't have expertise...

@lukaszspyra, I am sorry for the delay. There were more pressing issues. As a part of our ongoing effort to clean up the `log4j-api` in `2.x`, we are re-visiting the...

This issue is (mostly) fixed by #2104: * `QueueFactories` and `QueueFactory` are removed * `BlockingQueueFactory` is left in `log4j-core` with a JCTools-based implementation in the new `log4j-jctools` module