Re: [Log4j] Wrong version of Scala API in documentation

2017-11-26 Thread Mikael Ståldal
Nice, done. On 2017-11-25 17:52, Ralph Goers wrote: You can also directly fix the web site. See https://wiki.apache.org/logging/ManagingTheWebSite . You only need to check out the log4j directory and the specific version you want to modify.

Re: [Log4j] Wrong version of Scala API in documentation

2017-11-25 Thread Ralph Goers
You can also directly fix the web site. See https://wiki.apache.org/logging/ManagingTheWebSite . You only need to check out the log4j directory and the specific version you want to modify. Ralph > On Nov 25, 2017, at 7:52 AM, Mikael Ståldal

[Log4j] Wrong version of Scala API in documentation

2017-11-25 Thread Mikael Ståldal
This page: https://logging.apache.org/log4j/2.x/maven-artifacts.html instructs users to use version 2.10.0 of the Scala API, which is wrong, it doesn't exist. It should be 11.0. I have fixed it in Git master.