Re: Log4j 2.19.0

2022-09-08 Thread Piotr P. Karwasz
Hi, On Thu, 8 Sept 2022 at 08:28, Ralph Goers wrote: > Please let me know if there is something I need to wait for. I wanted to merge https://github.com/apache/logging-log4j2/pull/959 . The fix is a one-liner, but I need to debug the Windows-only tests I added. Piotr

Re: Structured concurrency in Java 19+

2022-09-08 Thread Ralph Goers
The brief read of https://openjdk.org/jeps/425 I did suggested that the major difference between Virtual Threads and Platform Threads is that Virtual Threads should not be pooled. So the only changes we would need to make would be to use a Virtual Thread Executor. However, it probably will simpl

Re: Log4j 2.19.0

2022-09-08 Thread Piotr P. Karwasz
Hi, On Thu, 8 Sept 2022 at 09:29, Piotr P. Karwasz wrote: > I wanted to merge https://github.com/apache/logging-log4j2/pull/959 . > The fix is a one-liner, but I need to debug the Windows-only tests I > added. As far as I am concerned, 2.19.0 is ready. Piotr

Re: Sync `master` and `release-2.x` test structure

2022-09-08 Thread Volkan Yazıcı
+1 I liked the idea. I have been bitten by this a lot while working on JsonTemplateLayout. On Tue, Sep 6, 2022 at 10:40 PM Piotr P. Karwasz wrote: > Hi, > > Due to the difference in the project structure between `master` and > `release-2.x`, most cherry-picks between the two lines fail. > > What