Re: logging-log4j2 git commit: Fix Scala API version

2017-11-25 Thread Matt Sicker
Nice find, thanks for fixing! On 25 November 2017 at 08:50, wrote: > Repository: logging-log4j2 > Updated Branches: > refs/heads/master fc098dd6e -> a03a3322a > > > Fix Scala API version > > > Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo > Commit:

Re: Build failed in Jenkins: Log4j 2.x #3197

2017-11-25 Thread Ralph Goers
It is not a problem with our build. I am not sure why it is occurring. Ralph > On Nov 25, 2017, at 8:34 AM, Mikael Ståldal wrote: > > What does this mean? Is this a problem in our build, or a temporary > infrastructure problem? > > > On 2017-11-25 16:01, Apache Jenkins

Re: [Log4j] ProcessIdUtil

2017-11-25 Thread Ralph Goers
It is there because there is a Java 9 version of it and I did not want to make multiple Java 9 modules. Ralph > On Nov 25, 2017, at 7:54 AM, Mikael Ståldal wrote: > > Regarding https://issues.apache.org/jira/browse/LOG4J2-2126 > > Why is ProcessIdUtil in log4j-api in the

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

Re: Build failed in Jenkins: Log4j 2.x #3197

2017-11-25 Thread Mikael Ståldal
What does this mean? Is this a problem in our build, or a temporary infrastructure problem? On 2017-11-25 16:01, Apache Jenkins Server wrote: ERROR: Failed to deploy metadata: Could not transfer metadata org.apache.logging.log4j:log4j-osgi:2.10.1-SNAPSHOT/maven-metadata.xml from/to

[Log4j] ProcessIdUtil

2017-11-25 Thread Mikael Ståldal
Regarding https://issues.apache.org/jira/browse/LOG4J2-2126 Why is ProcessIdUtil in log4j-api in the first place? It is only used from log4j-core. Can't we move it to log4j-core? I think that in general, we have too much things in log4j-api, and that causes problems like this.

[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.