Hi Gary, On Sat, 10 Feb 2024 at 17:26, Gary Gregory <garydgreg...@gmail.com> wrote: > The package would change from org.apache.commons.logging to > org.apache.commons.logging2. > The Maven coordinates would change from > commons-logging:commons-logging to org.apache.commons:commons-logging2
The only case in which such a change would be useful is if all the logging API maintainers can sit down around a table and decide to adopt `org.apache.commons.logging2.L ogger` as the common denominator of their APIs. Currently logging faces new challenges that could be solved with a new (minimal) API, such as: * tracing should be an integral part of the API, * thread-bound contexts are problematic, so there should be an easy way to retrieve context data from the processing flux (Spring Reactor Flow, Akka Actor, etc) and not the current thread. If such a thing is even possible, it would be nice if we can get `jakarta.logging` as the package prefix. Piotr --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org