JDK 23 RDP2 | Removal of the legacy COMPAT locale provider and more heads-up!

2024-07-21 Thread David Delabassee
Welcome to the OpenJDK Quality Outreach summer update. JDK 23 is now in Rampdown Phase Two [1], its overall feature has been frozen a few weeks ago. Per the JDK Release Process, we have now turned our focus to P1 and P2 bugs, which can be fixed with approval [2]. Late enhancements are still pos

Re: Redundant abstractions: property sources, lookups and pattern converters

2024-07-21 Thread Piotr P. Karwasz
Hi Ralph, On Thu, 18 Jul 2024 at 01:34, Ralph Goers wrote: > > Although `$${date:...}` and `%d{...}` are not equivalent for > > `filePattern`, I don't see a reason for users to use the former. > > A file pattern like `$${date:-MM}/%d{-MM-dd}.log` that I often > > see in user questions, si