Log4j 2.19.0

2022-09-07 Thread Ralph Goers
Spring has requested a release containing the support for SLF4J 2.0. I have gone through Jira issues and PRs and addressed everything I believe I have time for so I am prepared to start the release process. Please let me know if there is something I need to wait for. Ralph

Structured concurrency in Java 19+

2022-09-07 Thread Matt Sicker
Java 19 is coming out soon, and that includes a preview version of virtual threads and structured concurrency APIs. While I’m not that familiar with the Java implementation, I’d imagine it’ll have some similarities with Kotlin coroutines and other similar structured concurrency libraries. I’ve