You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@logging.apache.org by Matt Sicker <ma...@apache.org> on 2017/07/30 01:41:41 UTC

[ANN] Log4j Scala API version 11.0 is now released

The PMC of the Logging Services project has released the first standalone
version of the Log4j Scala API, version 11.0. This release adds support for
Scala 2.12 in addition to continued support for Scala 2.10 and 2.11. The
version number has been increased all the way to 11 in order to
differentiate its release train from the main Log4j releases.

The Log4j Scala API is available on Maven Central as well as through our
normal distribution channels: <
https://www.apache.org/dist/logging/log4j/scala/11.0/>

Our other primary new feature to the Scala API is an idiomatic wrapper
around the ThreadContext/MDC APIs. More details in <
https://issues.apache.org/jira/browse/LOG4J2-1690>.

Re: [ANN] Log4j Scala API version 11.0 is now released

Posted by Mikael Ståldal <mi...@apache.org>.
I have made sure that this will end up on Scaladex (index.scala-lang.org):

https://github.com/scalacenter/scaladex-contrib/pull/25

(Still waiting for it to propagate.)



On 2017-07-30 03:41, Matt Sicker wrote:
> The PMC of the Logging Services project has released the first standalone
> version of the Log4j Scala API, version 11.0. This release adds support for
> Scala 2.12 in addition to continued support for Scala 2.10 and 2.11. The
> version number has been increased all the way to 11 in order to
> differentiate its release train from the main Log4j releases.
> 
> The Log4j Scala API is available on Maven Central as well as through our
> normal distribution channels: <
> https://www.apache.org/dist/logging/log4j/scala/11.0/>
> 
> Our other primary new feature to the Scala API is an idiomatic wrapper
> around the ThreadContext/MDC APIs. More details in <
> https://issues.apache.org/jira/browse/LOG4J2-1690>.