JDK 23 is GA | JDK 24 EA builds

2024-10-25 Thread David Delabassee
Welcome to the latest OpenJDK Quality Outreach update. JDK 23 was released last month as planned. You can find "The Arrival of Java 23" announcement here [1], and some additional Java 23 materials in the "Topics of Interest" section at the bottom of this update. You can also rewatch the Java 23

Re: [log4j] Using `DateTimeFormatter` by default

2024-10-25 Thread Volkan Yazıcı
I've implemented the changes in the way you and Piotr requested: https://github.com/apache/logging-log4j2/pull/3121 That is, implemented minute-precision caching and use `DateTimeFormatter` for sub-minute precision parts (e.g., `ss.SSS`). *Would you mind reviewing the changes, please?* (Change imp