[11/12] logging-log4j2 git commit: Merge branch 'master' into LOG4J2-952

2015-08-30 Thread rgoers
Merge branch 'master' into LOG4J2-952 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/6238c47e Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/6238c47e Diff: http://git-wip-us.apache.org/repo

[05/12] logging-log4j2 git commit: [LOG4J2-1108] NullPointerException when passing null to java.util.logging.Logger.setLevel().

2015-08-30 Thread rgoers
[LOG4J2-1108] NullPointerException when passing null to java.util.logging.Logger.setLevel(). Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f14bc486 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2

[10/12] logging-log4j2 git commit: Rename internal JUnit extension class InitialLoggerContext to LoggerContextRule.

2015-08-30 Thread rgoers
Rename internal JUnit extension class InitialLoggerContext to LoggerContextRule. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/546f4d04 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/546f4d

[01/12] logging-log4j2 git commit: Rename Configurator.setChildren() to setAllLevels().

2015-08-30 Thread rgoers
Repository: logging-log4j2 Updated Branches: refs/heads/LOG4J2-952 7e73c9614 -> 997f808ec Rename Configurator.setChildren() to setAllLevels(). Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/bc2f21a1 Tree:

[03/12] logging-log4j2 git commit: [LOG4J2-1108] NullPointerException when passing null to java.util.logging.Logger.setLevel().

2015-08-30 Thread rgoers
[LOG4J2-1108] NullPointerException when passing null to java.util.logging.Logger.setLevel(). Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/81e2fa4c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2

[08/12] logging-log4j2 git commit: Rename internal JUnit extension class InitialLoggerContext to LoggerContextRule.

2015-08-30 Thread rgoers
http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/546f4d04/log4j-slf4j-impl/src/test/java/org/apache/logging/slf4j/OptionalTest.java -- diff --git a/log4j-slf4j-impl/src/test/java/org/apache/logging/slf4j/OptionalTest.jav

[04/12] logging-log4j2 git commit: [LOG4J2-1108] NullPointerException when passing null to java.util.logging.Logger.setLevel().

2015-08-30 Thread rgoers
[LOG4J2-1108] NullPointerException when passing null to java.util.logging.Logger.setLevel(). Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/de0b802a Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2

[09/12] logging-log4j2 git commit: Rename internal JUnit extension class InitialLoggerContext to LoggerContextRule.

2015-08-30 Thread rgoers
http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/546f4d04/log4j-core/src/test/java/org/apache/logging/log4j/core/pattern/NoConsoleNoAnsiTest.java -- diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/pat

[12/12] logging-log4j2 git commit: LOG4J2-952 - Convert InitialLoggerContext to LoggerContextRule

2015-08-30 Thread rgoers
LOG4J2-952 - Convert InitialLoggerContext to LoggerContextRule Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/997f808e Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/997f808e Diff: http://g

[02/12] logging-log4j2 git commit: Javadoc fixes.

2015-08-30 Thread rgoers
Javadoc fixes. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/2b1b3561 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2b1b3561 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/dif

[06/12] logging-log4j2 git commit: Only change the level if it is different from the current level.

2015-08-30 Thread rgoers
Only change the level if it is different from the current level. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/32956ad3 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/32956ad3 Diff: http://

[07/12] logging-log4j2 git commit: [LOG4J2-1110] org.apache.logging.log4j.jul.CoreLogger.setLevel() checks for security permission too late.

2015-08-30 Thread rgoers
[LOG4J2-1110] org.apache.logging.log4j.jul.CoreLogger.setLevel() checks for security permission too late. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b4f73bc8 Tree: http://git-wip-us.apache.org/repos/asf/l

[3/3] logging-log4j2 git commit: LOG4J2-952 - rename assembler package to builder

2015-08-30 Thread rgoers
LOG4J2-952 - rename assembler package to builder Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/7e73c961 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/7e73c961 Diff: http://git-wip-us.apac

[2/3] logging-log4j2 git commit: LOG4J2-952 - rename assembler package to builder

2015-08-30 Thread rgoers
http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7e73c961/log4j-core/src/main/java/org/apache/logging/log4j/core/config/builder/api/AppenderRefComponentBuilder.java -- diff --git a/log4j-core/src/main/java/org/apache/log

[1/3] logging-log4j2 git commit: LOG4J2-952 - rename assembler package to builder

2015-08-30 Thread rgoers
Repository: logging-log4j2 Updated Branches: refs/heads/LOG4J2-952 0280c886f -> 7e73c9614 http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7e73c961/log4j-core/src/test/java/org/apache/logging/log4j/core/config/assembler/CustomConfigurationFactory.java -

[2/3] logging-log4j2 git commit: LOG4J2-952 - Create initialize lifecycle phase. Rename classes to be Builders

2015-08-30 Thread rgoers
LOG4J2-952 - Create initialize lifecycle phase. Rename classes to be Builders Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/20fd2273 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/20fd2273

[3/3] logging-log4j2 git commit: LOG4J2-952 - change status logging level to error

2015-08-30 Thread rgoers
LOG4J2-952 - change status logging level to error Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/0280c886 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/0280c886 Diff: http://git-wip-us.apa

logging-log4j2 git commit: Remove unused import.

2015-08-30 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/LOG4J2-952 e66183855 -> b8f29d8a9 Remove unused import. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b8f29d8a Tree: http://git-wip-us.apache.org/r

logging-log4j2 git commit: Remove Redundant specification of type arguments.

2015-08-30 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/LOG4J2-952 bf4afb3e3 -> e66183855 Remove Redundant specification of type arguments. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/e6618385 Tree: ht