Re: Migrating `log4j-scala` to Maven

2023-09-14 Thread Matt Sicker
If those alternative libraries are sufficient facades, then we could consider archiving this. Otherwise, we’ll look into modernizing the build for making more regular releases again. > On Sep 13, 2023, at 11:04 AM, PJ Fanning wrote: > > My view is that in the absence of regular releases and ac

Re: Migrating `log4j-scala` to Maven

2023-09-13 Thread PJ Fanning
My view is that in the absence of regular releases and active development, log4j-api-scala should be abandoned. It is more than 3 years since the 12.0 release of log4j-api-scala. The lib does not appear to be commonly used. There are lots of alternatives open to Scala developers. Slf4j predominates

Migrating `log4j-scala` to Maven

2023-09-13 Thread Volkan Yazıcı
Matt, PJ, shall we migrate `log4j-scala` from sbt to Maven? `logging-parent` 10.0.0 ships a great deal of convenience for build+release of Maven-based projects. I have already migrated `logging-parent`, `log4j-tools`, `log4j-transform`, `log4j-kotlin`, `log4j-jmx-gui` to this shared infrastructure