JDK 18 General Availability, and oracle-actions/setup-java

2022-03-28 Thread David Delabassee
Greetings! JDK 18 has been released (General Availability) on March 22nd as planned, the release cadence is working like clockwork! As a small token of gratitude, some of you have been specifically acknowledged in the "The Arrival of Java 18" announcement [1]. On behalf of the entire team, le

Pull request 683

2022-03-28 Thread Atul Pendse
Hi, Can someone please help make progress on PR 683 , or point out what I should be doing next? Thanks, Atul

Re: The roadmap to Log4j 3.0.0

2022-03-28 Thread Gary Gregory
Hi Matt, Why isn't the code in log4-plugins in log4j-core? Gary On Sun, Mar 27, 2022, 16:59 Matt Sicker wrote: > Hey all, after making a lot of serious progress toward what I’ve been > alternatively referring to as the “Mean Bean Machine” or the “Great > Inversion”, I’m finally coming to a log

Re: The roadmap to Log4j 3.0.0

2022-03-28 Thread Matt Sicker
Originally, it was because most of that code had to be there where the annotations were. Now some of that code can be moved back to core, though some of it would still need to remain for the annotation processing stuff. Ralph had suggested recently that the plugin code could form a useful basis

Re: The roadmap to Log4j 3.0.0

2022-03-28 Thread Piotr P. Karwasz
Hello, On Sun, 27 Mar 2022 at 23:59, Matt Sicker wrote: > * There are dozens (possibly hundreds) of commits that have only been applied > to release-2.x which need to be copied to master. The `log4j-1.2-api` code seems synchronized between `master` and `release-2.x` up to January 20th. Since pa