logging-log4j2 git commit: Refactor common idiom into LoaderUtil from TODO.

2015-10-30 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 6028540ed -> a6c5ff217 Refactor common idiom into LoaderUtil from TODO. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a6c5ff21 Tree: http:/

logging-log4j2 git commit: Don't swallow incompatible LoggerContextFactory error.

2015-10-30 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master c58d9282f -> 6028540ed Don't swallow incompatible LoggerContextFactory 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/6028540e Tree:

[2/5] logging-log4j2 git commit: Reused Strings.isEmpty(String).

2015-10-30 Thread ggregory
Reused Strings.isEmpty(String). Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/668590f9 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/668590f9 Diff: http://git-wip-us.apache.org/repos/asf/l

[1/5] logging-log4j2 git commit: Minor tweaks.

2015-10-30 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master f817ac3b8 -> c58d9282f Minor tweaks. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/40bb2075 Tree: http://git-wip-us.apache.org/repos/asf/log

[5/5] logging-log4j2 git commit: Complete TODO: Remove duplicate code. Note that the common code now uses Level.valueOf() where the old code used Level.valueOf() in one place and Level.getLevel() in t

2015-10-30 Thread ggregory
Complete TODO: Remove duplicate code. Note that the common code now uses Level.valueOf() where the old code used Level.valueOf() in one place and Level.getLevel() in the other. Level.valueOf() is more bullet proof and will complain if you pass in a garbage level. Project: http://git-wip-us.apache.

[3/5] logging-log4j2 git commit: Better exception message.

2015-10-30 Thread ggregory
Better exception message. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/5c8813a6 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/5c8813a6 Diff: http://git-wip-us.apache.org/repos/asf/logging

[4/5] logging-log4j2 git commit: Better exception message.

2015-10-30 Thread ggregory
Better exception message. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d0f81a5e Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d0f81a5e Diff: http://git-wip-us.apache.org/repos/asf/logging

logging-log4j2 git commit: Rename to avoid hidding.

2015-10-30 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master f525166de -> f817ac3b8 Rename to avoid hidding. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f817ac3b Tree: http://git-wip-us.apache.org/re

logging-log4j2 git commit: Missing Javadoc for pattern selector.

2015-10-30 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master a792e1587 -> f525166de Missing Javadoc for pattern selector. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f525166d Tree: http://git-wip-us.

[2/3] logging-log4j2 git commit: Clean up POM

2015-10-30 Thread mikes
Clean up POM Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/6c28db4e Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/6c28db4e Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff

[1/3] logging-log4j2 git commit: Add copyright notice

2015-10-30 Thread mikes
Repository: logging-log4j2 Updated Branches: refs/heads/LOG4J-1181 b08a4f630 -> 7fbd9b10b Add copyright notice Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a744dfe9 Tree: http://git-wip-us.apache.org/r

[3/3] logging-log4j2 git commit: Clean up POM

2015-10-30 Thread mikes
Clean up POM Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/7fbd9b10 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/7fbd9b10 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff

[10/16] logging-log4j2 git commit: Revert "Make ctor public for use in log4j-iostreams."

2015-10-30 Thread mikes
Revert "Make ctor public for use in log4j-iostreams." This reverts commit 4752441dec74acd84ff182dfaa7eafa999b12e7b. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/232c1590 Tree: http://git-wip-us.apache.org

[08/16] logging-log4j2 git commit: Don't hide ivar.

2015-10-30 Thread mikes
Don't hide ivar. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/abe0fc1d Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/abe0fc1d Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/d

[14/16] logging-log4j2 git commit: Use ScalaTest

2015-10-30 Thread mikes
Use ScalaTest Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/2cacafb1 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2cacafb1 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/dif

[11/16] logging-log4j2 git commit: Rename ConcurrentMap loggers to loggerConfigs.

2015-10-30 Thread mikes
Rename ConcurrentMap loggers to loggerConfigs. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/89cf50e9 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/89cf50e9 Diff: http://git-wip-us.apache.

[15/16] logging-log4j2 git commit: Merge branch 'master' into LOG4J-1181

2015-10-30 Thread mikes
Merge branch 'master' into LOG4J-1181 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/3a83c6ac Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/3a83c6ac Diff: http://git-wip-us.apache.org/repo

[12/16] logging-log4j2 git commit: Format.

2015-10-30 Thread mikes
Format. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/5ae15600 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/5ae15600 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/5ae15

[03/16] logging-log4j2 git commit: Add missing @Override.

2015-10-30 Thread mikes
Add missing @Override. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d4ae5784 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d4ae5784 Diff: http://git-wip-us.apache.org/repos/asf/logging-lo

[09/16] logging-log4j2 git commit: Better test case name and I need the old name for a new properly named test case.

2015-10-30 Thread mikes
Better test case name and I need the old name for a new properly named test case. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9685ea82 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9685e

[01/16] logging-log4j2 git commit: Minor formatting.

2015-10-30 Thread mikes
Repository: logging-log4j2 Updated Branches: refs/heads/LOG4J-1181 96e6c662b -> b08a4f630 Minor formatting. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/49e85c95 Tree: http://git-wip-us.apache.org/repos

[04/16] logging-log4j2 git commit: Add missing status log parms.

2015-10-30 Thread mikes
Add missing status log parms. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/1497a571 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/1497a571 Diff: http://git-wip-us.apache.org/repos/asf/log

[06/16] logging-log4j2 git commit: Add missing @Override.

2015-10-30 Thread mikes
Add missing @Override. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/304ab9a9 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/304ab9a9 Diff: http://git-wip-us.apache.org/repos/asf/logging-lo

[16/16] logging-log4j2 git commit: Scala tests

2015-10-30 Thread mikes
Scala tests Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b08a4f63 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b08a4f63 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/

[02/16] logging-log4j2 git commit: Don't hide ivar with lvar.

2015-10-30 Thread mikes
Don't hide ivar with lvar. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/171746df Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/171746df Diff: http://git-wip-us.apache.org/repos/asf/loggin

[07/16] logging-log4j2 git commit: Add missing @Override.

2015-10-30 Thread mikes
Add missing @Override. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/05fe8c73 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/05fe8c73 Diff: http://git-wip-us.apache.org/repos/asf/logging-lo

[05/16] logging-log4j2 git commit: Add missing Javadoc @parms.

2015-10-30 Thread mikes
Add missing Javadoc @parms. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/7dfda358 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/7dfda358 Diff: http://git-wip-us.apache.org/repos/asf/loggi

[13/16] logging-log4j2 git commit: Javadoc clean ups.

2015-10-30 Thread mikes
Javadoc clean ups. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a792e158 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a792e158 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2