[02/12] logging-log4j2 git commit: Revert "[LOG4J2-1300] Make pattern converters and dependencies serializable."

2016-02-29 Thread mattsicker
Revert "[LOG4J2-1300] Make pattern converters and dependencies serializable." This reverts commit b7f6feaa52ea2cb3226e4f8d145161d3c45c2201. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/67069c10 Tree: http

[09/12] logging-log4j2 git commit: Revert "[LOG4J2-1300] Use transient fields in AsyncAppender."

2016-02-29 Thread mattsicker
Revert "[LOG4J2-1300] Use transient fields in AsyncAppender." This reverts commit bc2bdabd84e7d994f1d377d385d60cd070d09569. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/391e9fd4 Tree: http://git-wip-us.ap

[07/12] logging-log4j2 git commit: Revert "[LOG4J2-1300] Make AbstractConfiguration and dependencies serializable."

2016-02-29 Thread mattsicker
Revert "[LOG4J2-1300] Make AbstractConfiguration and dependencies serializable." This reverts commit 7f58ca339efe6f008664714ef286f8e7f53cfeb6. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ecaed16c Tree: h

[08/12] logging-log4j2 git commit: Revert "[LOG4J2-1300] Make AbstractManager Serializable."

2016-02-29 Thread mattsicker
Revert "[LOG4J2-1300] Make AbstractManager Serializable." This reverts commit 64d33fd411ca017959f5bf41f84d9fe9a91fd5ae. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ea85196d Tree: http://git-wip-us.apache

[03/12] logging-log4j2 git commit: Revert "[LOG4J2-1300] Make appender managers and dependencies serializable."

2016-02-29 Thread mattsicker
http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/96f0aa97/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/OnStartupTriggeringPolicyTest.java -- diff --git a/log4j-core/src/test/java/org/apache/log

[10/12] logging-log4j2 git commit: Revert "[LOG4J2-1300] Make Advertiser implementations Serializable."

2016-02-29 Thread mattsicker
Revert "[LOG4J2-1300] Make Advertiser implementations Serializable." This reverts commit ce7d5d230c98a815d1173ae63e19a6a064c4cafc. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/0c00057a Tree: http://git-wi

[06/12] logging-log4j2 git commit: Revert "[LOG4J2-1300] Add missing serialVersionUID."

2016-02-29 Thread mattsicker
Revert "[LOG4J2-1300] Add missing serialVersionUID." This reverts commit c575c0094b180c4420c7c8ff2357ef855ea385af. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/36b5da2d Tree: http://git-wip-us.apache.org/

[05/12] logging-log4j2 git commit: Revert "[LOG4J2-1300] Make remaing StrLookups serializable."

2016-02-29 Thread mattsicker
Revert "[LOG4J2-1300] Make remaing StrLookups serializable." This reverts commit 21c2f4e15f11fc6ffd423710a3d64256dbfcf44d. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/adbf455d Tree: http://git-wip-us.apa

[04/12] logging-log4j2 git commit: Revert "[LOG4J2-1300] Make appender managers and dependencies serializable."

2016-02-29 Thread mattsicker
Revert "[LOG4J2-1300] Make appender managers and dependencies serializable." This reverts commit 026d279408529092d6ab18a7233e7023648e97e1. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/96f0aa97 Tree: http:

[12/12] logging-log4j2 git commit: Revert "[LOG4J2-1300] Make other pattern classes serializable."

2016-02-29 Thread mattsicker
Revert "[LOG4J2-1300] Make other pattern classes serializable." This reverts commit 7a5f4e33f30d041c298475fb2fbd044ddba027c8. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/7c4b2c50 Tree: http://git-wip-us.

logging-log4j2 git commit: LOG4J2-1300 - Remove serializability from classes that don't need it

2016-02-29 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 4e35f3f47 -> 5c6819530 LOG4J2-1300 - Remove serializability from classes that don't need it Appenders and Filters are already supposed to be Serializable based on the abstract classes. This is not feasible based on the use of many

[2/3] logging-log4j2 git commit: LOG4J2-1300 - Remove serializability from classes that don't need it

2016-03-01 Thread mattsicker
LOG4J2-1300 - Remove serializability from classes that don't need it Removed serialVersionUID and Serializable from remaining classes. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ac3e721f Tree: http://gi

[3/3] logging-log4j2 git commit: Add changelog entry for LOG4J2-1300.

2016-03-01 Thread mattsicker
Add changelog entry for LOG4J2-1300. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/8717cad0 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/8717cad0 Diff: http://git-wip-us.apache.org/repos

[1/3] logging-log4j2 git commit: Formatting nit.

2016-03-01 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 7da2fa1ff -> 8717cad04 Formatting nit. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/88f04e3e Tree: http://git-wip-us.apache.org/repos/asf/

logging-log4j2 git commit: Remove obsolete test for LOG4J2-1300.

2016-03-01 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 0434a2713 -> 1bd8a5139 Remove obsolete test for LOG4J2-1300. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/1bd8a513 Tree: http://git-wip-us

logging-log4j2 git commit: LOG4J2-1299 - Add %T converter key for thread id converter.

2016-03-01 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 0d1df6929 -> b2ec3055d LOG4J2-1299 - Add %T converter key for thread id converter. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b2ec3055 T

logging-log4j2 git commit: Add SimplePerfTest shell script.

2016-03-01 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master b2ec3055d -> af02a02be Add SimplePerfTest shell script. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/af02a02b Tree: http://git-wip-us.apac

logging-log4j2 git commit: Remove unused import.

2016-03-01 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master af02a02be -> c83366edb 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/c83366ed Tree: http://git-wip-us.apache.org/repo

logging-log4j2 git commit: LOG4J2-1303 - Add dependency info link to component pages.

2016-03-02 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 37ef86b09 -> ba6105768 LOG4J2-1303 - Add dependency info link to component pages. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ba610576 Tr

logging-log4j2 git commit: LOG4J2-1275 - Fix RollingAppenderNoUnconditionalDeleteTest repeat test runs from failing

2016-03-02 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master ba6105768 -> b1a09ce32 LOG4J2-1275 - Fix RollingAppenderNoUnconditionalDeleteTest repeat test runs from failing Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/lo

logging-log4j2 git commit: LOG4J2-1262 - Stop throwing unnecessary exception in Log4jServletContextListener.contextDestroyed().

2016-03-02 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master b1a09ce32 -> ebc53bbdc LOG4J2-1262 - Stop throwing unnecessary exception in Log4jServletContextListener.contextDestroyed(). Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/

logging-log4j2 git commit: LOG4J2-1252 - JeroMqAppender should support layouts

2016-03-02 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master ebc53bbdc -> 60d1ccd93 LOG4J2-1252 - JeroMqAppender should support layouts Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/60d1ccd9 Tree: htt

[2/3] logging-log4j2 git commit: Merge branch 'LOG4J2-1227' of https://github.com/olivierlemasle/logging-log4j2

2016-03-02 Thread mattsicker
Merge branch 'LOG4J2-1227' of https://github.com/olivierlemasle/logging-log4j2 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/6362a382 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/6362a38

[1/3] logging-log4j2 git commit: LOG4J2-1227 Test if the event is null before using it, to avoid NullPointerException. Add some unit tests. Submitted by: Olivier Lemasle

2016-03-02 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 60d1ccd93 -> a57fc35b9 LOG4J2-1227 Test if the event is null before using it, to avoid NullPointerException. Add some unit tests. Submitted by: Olivier Lemasle Project: http://git-wip-us.apache.org/repos/asf/logging-l

[3/3] logging-log4j2 git commit: Add changelog entry for LOG4J2-1227.

2016-03-02 Thread mattsicker
Add changelog entry for LOG4J2-1227. This closes #20 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a57fc35b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a57fc35b Diff: http://git-wip-us

logging-log4j2 git commit: Remove obsolete test due to LOG4J2-1262.

2016-03-02 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master a57fc35b9 -> aaf734c72 Remove obsolete test due to LOG4J2-1262. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/aaf734c7 Tree: http://git-wip

logging-log4j2 git commit: LOG4J2-1306 - JeroMqAppender should use ShutdownCallbackRegistry instead of runtime hooks

2016-03-02 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master aaf734c72 -> a6af67c5d LOG4J2-1306 - JeroMqAppender should use ShutdownCallbackRegistry instead of runtime hooks Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/l

logging-log4j2 git commit: Add test for LOG4J2-1252.

2016-03-02 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master a6af67c5d -> 75fb3b9c7 Add test for LOG4J2-1252. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/75fb3b9c Tree: http://git-wip-us.apache.org/

logging-log4j2 git commit: Remove stray serialVersionUID field.

2016-03-02 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 75fb3b9c7 -> ee4573bf8 Remove stray serialVersionUID field. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ee4573bf Tree: http://git-wip-us.

logging-log4j2 git commit: LOG4J2-1217 - PatternLayout option to limit length of text.

2016-03-02 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master ee4573bf8 -> df0270af2 LOG4J2-1217 - PatternLayout option to limit length of text. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/df0270af T

logging-log4j2 git commit: Fix typo

2016-03-02 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master df0270af2 -> f030c68fb Fix typo Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f030c68f Tree: http://git-wip-us.apache.org/repos/asf/logging

[2/2] logging-log4j2 git commit: Merge branch 'fixUnitTest' of https://github.com/olivierlemasle/logging-log4j2

2016-03-03 Thread mattsicker
Merge branch 'fixUnitTest' of https://github.com/olivierlemasle/logging-log4j2 This closes #26 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/370d965f Tree: http://git-wip-us.apache.org/repos/asf/logging-lo

[1/2] logging-log4j2 git commit: LOG4J2-1227 - Fix unit test (error in commit 33ee4bfd0)

2016-03-03 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 406158c25 -> 370d965fa LOG4J2-1227 - Fix unit test (error in commit 33ee4bfd0) Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/51a81f96 Tree:

logging-log4j2 git commit: Extract FilterableComponentBuilder interface from five separate interfaces.

2016-03-04 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 963f9654e -> 15f77af87 Extract FilterableComponentBuilder interface from five separate interfaces. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/c

[1/4] logging-log4j2 git commit: Collapse catch blocks.

2016-03-06 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 15f77af87 -> f63eba6bf Collapse catch blocks. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/793401cf Tree: http://git-wip-us.apache.org/rep

[2/4] logging-log4j2 git commit: Remove unused serialVersionUID.

2016-03-06 Thread mattsicker
Remove unused serialVersionUID. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/81b3244a Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/81b3244a Diff: http://git-wip-us.apache.org/repos/asf/

[4/4] logging-log4j2 git commit: Add missing @since for config builder classes.

2016-03-06 Thread mattsicker
Add missing @since for config builder classes. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f63eba6b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f63eba6b Diff: http://git-wip-us.apache

[3/4] logging-log4j2 git commit: Use final.

2016-03-06 Thread mattsicker
Use final. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/356eab6b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/356eab6b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/3

logging-log4j2 git commit: Extract common interface.

2016-03-06 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master f63eba6bf -> 73e19c6b1 Extract common interface. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/73e19c6b Tree: http://git-wip-us.apache.org/

[1/2] logging-log4j2 git commit: Extract config parsing from factory class.

2016-03-06 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 73e19c6b1 -> 60922b3e6 Extract config parsing from factory class. Other config factory classes are really simple, so this one should be, too. Also reduces code duplication. Project: http://git-wip-us.apache.org/repos/asf/logging

[2/2] logging-log4j2 git commit: Use final and reduce code redundancy.

2016-03-06 Thread mattsicker
Use final and reduce code redundancy. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/60922b3e Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/60922b3e Diff: http://git-wip-us.apache.org/repo

[3/4] logging-log4j2 git commit: Add properties util partition method and consolidate tests.

2016-03-06 Thread mattsicker
Add properties util partition method and consolidate 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/c3e6b79e Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c3e6b79e Diff: http://git-

[1/4] logging-log4j2 git commit: Fix typo.

2016-03-06 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master d371d1913 -> 00763d50d Fix typo. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/275a0389 Tree: http://git-wip-us.apache.org/repos/asf/loggin

[4/4] logging-log4j2 git commit: LOG4J2-1308 - Remove need to pre-specify appender et al. identifiers in property file config format.

2016-03-06 Thread mattsicker
LOG4J2-1308 - Remove need to pre-specify appender et al. identifiers in property file config format. Tests and documentation updated to reflect updated format. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commi

[2/4] logging-log4j2 git commit: Use class loader resource in test.

2016-03-06 Thread mattsicker
Use class loader resource in test. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a528d789 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a528d789 Diff: http://git-wip-us.apache.org/repos/a

logging-log4j2 git commit: Remove unnecessary static.

2016-03-06 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 00763d50d -> 2088e9bc2 Remove unnecessary static. All enums are already static. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/2088e9bc Tre

logging-log4j2 git commit: Use final.

2016-03-06 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 2088e9bc2 -> 5595c03d1 Use final. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/5595c03d Tree: http://git-wip-us.apache.org/repos/asf/loggi

[3/3] logging-log4j2 git commit: Annotate performance sensitive method.

2016-03-06 Thread mattsicker
Annotate performance sensitive method. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/0f27a6e5 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/0f27a6e5 Diff: http://git-wip-us.apache.org/rep

[2/3] logging-log4j2 git commit: Use final.

2016-03-06 Thread mattsicker
Use final. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ce06b548 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ce06b548 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c

[1/3] logging-log4j2 git commit: Remove unused serialVersionUID.

2016-03-06 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 5595c03d1 -> 0f27a6e57 Remove unused serialVersionUID. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a66721b0 Tree: http://git-wip-us.apach

logging-log4j2 git commit: Use builder chain.

2016-03-06 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 0f27a6e57 -> f5e4d2907 Use builder chain. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f5e4d290 Tree: http://git-wip-us.apache.org/repos/a

logging-log4j2 git commit: Use @Required and actual attribute type in plugin factory

2016-03-06 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master f5e4d2907 -> ce9a8f871 Use @Required and actual attribute type in plugin factory Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ce9a8f87 Tre

[2/3] logging-log4j2 git commit: Use constants for plugin metadata.

2016-03-06 Thread mattsicker
Use constants for plugin metadata. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/7032e329 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/7032e329 Diff: http://git-wip-us.apache.org/repos/a

[1/3] logging-log4j2 git commit: Add element type const for Appender.

2016-03-06 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master ce9a8f871 -> ba18a929c Add element type const for Appender. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f83ab805 Tree: http://git-wip-us.

[3/3] logging-log4j2 git commit: Add useful toString() on KafkaAppender.

2016-03-06 Thread mattsicker
Add useful toString() on KafkaAppender. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ba18a929 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ba18a929 Diff: http://git-wip-us.apache.org/re

[2/2] logging-log4j2 git commit: Release JmsManager in JmsAppender.stop.

2016-03-06 Thread mattsicker
Release JmsManager in JmsAppender.stop. Now JmsManager can shut down when all appenders are stopped! Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/cc8eb1c4 Tree: http://git-wip-us.apache.org/repos/asf/logg

[1/2] logging-log4j2 git commit: Fix JmsManager.getJmsManager to use proper getManager method

2016-03-06 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master ba18a929c -> cc8eb1c46 Fix JmsManager.getJmsManager to use proper getManager method Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/8e8b9633

logging-log4j2 git commit: Refactor JeroMqAppender to use a manager.

2016-03-06 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master cc8eb1c46 -> 50f05baea Refactor JeroMqAppender to use a manager. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/50f05bae Tree: http://git-wi

logging-log4j2 git commit: Add state to toString() output.

2016-03-06 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 50f05baea -> 565a3d0ab Add state to toString() output. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/565a3d0a Tree: http://git-wip-us.apach

logging-log4j2 git commit: Collapse catch blocks.

2016-03-06 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 565a3d0ab -> 8c6d0f382 Collapse catch blocks. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/8c6d0f38 Tree: http://git-wip-us.apache.org/rep

logging-log4j2 git commit: Make inner exception static.

2016-03-06 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 8c6d0f382 -> e5d643dde Make inner exception static. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/e5d643dd Tree: http://git-wip-us.apache.o

logging-log4j2 git commit: Remove outdated javadoc.

2016-03-06 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master e5d643dde -> d1695792a Remove outdated javadoc. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d1695792 Tree: http://git-wip-us.apache.org/r

logging-log4j2 git commit: Fix javadoc link.

2016-03-06 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master d1695792a -> 287102c2c Fix javadoc link. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/287102c2 Tree: http://git-wip-us.apache.org/repos/as

logging-log4j2 git commit: LOG4J2-1050 - fix Log4jLookup class using the current Configuration

2016-03-07 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 287102c2c -> 7769eadaa LOG4J2-1050 - fix Log4jLookup class using the current Configuration Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/77

logging-log4j2 git commit: Format nit.

2016-03-08 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master f1e506389 -> 19e6ecd25 Format nit. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/19e6ecd2 Tree: http://git-wip-us.apache.org/repos/asf/logg

logging-log4j2 git commit: Better ivar name

2016-03-08 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 19e6ecd25 -> 4cc2d12f3 Better ivar name Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/4cc2d12f Tree: http://git-wip-us.apache.org/repos/asf

logging-log4j2 git commit: Use Supplier instead of MessageSupplier.

2016-03-08 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 4cc2d12f3 -> 3853df6ca Use Supplier instead of MessageSupplier. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/3853df6c Tree: http://git-wip

[1/2] logging-log4j2 git commit: Simplify test appender factories.

2016-03-08 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 3853df6ca -> 62f42bfd4 Simplify test appender factories. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/980345c5 Tree: http://git-wip-us.apa

[2/2] logging-log4j2 git commit: Remove unused serialVersionUID.

2016-03-08 Thread mattsicker
Remove unused serialVersionUID. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/62f42bfd Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/62f42bfd Diff: http://git-wip-us.apache.org/repos/asf/

logging-log4j2 git commit: Format nit.

2016-03-08 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 62f42bfd4 -> bc5a8097b Format nit. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/bc5a8097 Tree: http://git-wip-us.apache.org/repos/asf/logg

logging-log4j2 git commit: Use named constant instead of magic int.

2016-03-08 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master bc5a8097b -> cc37ea670 Use named constant instead of magic int. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/cc37ea67 Tree: http://git-wip

logging-log4j2 git commit: LOG4J2-1133 - Add JNDI lookup documentation.

2016-03-08 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master cc37ea670 -> ed6c608ab LOG4J2-1133 - Add JNDI lookup documentation. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ed6c608a Tree: http://git

logging-log4j2 git commit: LOG4J2-1310 - JndiLookup mindlessly casts to String and should use String.valueOf().

2016-03-08 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master ed6c608ab -> c6318b638 LOG4J2-1310 - JndiLookup mindlessly casts to String and should use String.valueOf(). Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/loggin

logging-log4j2 git commit: LOG4J2-1206 - org.apache.logging.log4j.core.LoggerContext#updateLoggers should call firePropertyChangeEvent

2016-03-08 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master c6318b638 -> 2ccf95d7c LOG4J2-1206 - org.apache.logging.log4j.core.LoggerContext#updateLoggers should call firePropertyChangeEvent Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apac

logging-log4j2 git commit: LOG4J2-248 - Log4jWebInitializerImpl: Use Thread instead of Class for fallback classloader

2016-03-08 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 2ccf95d7c -> 04a9ce679 LOG4J2-248 - Log4jWebInitializerImpl: Use Thread instead of Class for fallback classloader Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/

logging-log4j2 git commit: Call deleteDir only when test succeeds.

2016-03-08 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 04a9ce679 -> 95294481e Call deleteDir only when test succeeds. Should help us determine if the bz2 file created is actually valid or not. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-

logging-log4j2 git commit: Remove unused test support class.

2016-03-09 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master c48bfc5d9 -> 3d4fb6305 Remove unused test support class. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/3d4fb630 Tree: http://git-wip-us.apa

logging-log4j2 git commit: Format nit.

2016-03-09 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 0d2cfbe90 -> c48bfc5d9 Format nit. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c48bfc5d Tree: http://git-wip-us.apache.org/repos/asf/logg

[logging-log4j2] Git Push Summary

2016-03-09 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/LOG4J2-1169 [deleted] 9477c27fe

logging-log4j2 git commit: LOG4J2-1169 - PatternLayout: Possible variable substitution in equals substitution parameter

2016-03-09 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 1ecc28bba -> e2a865269 LOG4J2-1169 - PatternLayout: Possible variable substitution in equals substitution parameter Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/as

logging-log4j2 git commit: Return null instead of "null".

2016-03-12 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 5bd76ac1e -> 9d0dbe4a6 Return null instead of "null". Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9d0dbe4a Tree: http://git-wip-us.apache

logging-log4j2 git commit: Add @SafeVarargs

2016-03-14 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master f5a69e8f6 -> 2c70b441d Add @SafeVarargs This can be backported to commons when they require Java 1.7+ Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4

[2/3] logging-log4j2 git commit: Add LogManager.shutdown() alternatives in migration guide

2016-03-18 Thread mattsicker
Add LogManager.shutdown() alternatives in migration guide Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/4ee4e28d Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/4ee4e28d Diff: http://git-wi

[3/3] logging-log4j2 git commit: LOG4J2-1322 - Update Log4j 1.x migration guide to include information about system property lookup syntax changes

2016-03-19 Thread mattsicker
LOG4J2-1322 - Update Log4j 1.x migration guide to include information about system property lookup syntax changes Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/63d69aed Tree: http://git-wip-us.apache.org/r

[1/3] logging-log4j2 git commit: Use final.

2016-03-20 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 0e8d40b0e -> 63d69aed2 Use final. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/49a2f2ce Tree: http://git-wip-us.apache.org/repos/asf/loggi

logging-log4j2 git commit: LOG4J2-1330 - Fix NoClassDefFoundError in ReflectionUtil on Google App Engine

2016-03-25 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master d90306fc4 -> 416092873 LOG4J2-1330 - Fix NoClassDefFoundError in ReflectionUtil on Google App Engine Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2

logging-log4j2 git commit: Reduce scope of catch block.

2016-03-29 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 141e18f6f -> c5ea0659e Reduce scope of catch block. Related to LOG4J2-1330. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c5ea0659 Tree: h

logging-log4j2 git commit: Re-use AbstractLoggerAdapter.

2016-04-04 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master d69fb8359 -> cf6069383 Re-use AbstractLoggerAdapter. Issues: LOG4J2-1336. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/cf606938 Tree: htt

logging-log4j2 git commit: Normalize last name in changelog.

2016-04-04 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master cf6069383 -> 2bfcf62df Normalize last name in changelog. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/2bfcf62d Tree: http://git-wip-us.apa

logging-log4j2 git commit: Close GitHub pull request #1

2016-04-26 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 8b937406a -> 6e5c5c6e1 Close GitHub pull request #1 Long since merged back when we still used subversion. This closes #1. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/re

[3/6] logging-log4j2 git commit: Close GitHub pull request #14

2016-04-26 Thread mattsicker
Close GitHub pull request #14 This closes #14. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c1b513d1 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c1b513d1 Diff: http://git-wip-us.apach

[5/6] logging-log4j2 git commit: Close GitHub pull request #22

2016-04-26 Thread mattsicker
Close GitHub pull request #22 This closes #22. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/4a0396e1 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/4a0396e1 Diff: http://git-wip-us.apach

[2/6] logging-log4j2 git commit: Close GitHub pull request #6

2016-04-26 Thread mattsicker
Close GitHub pull request #6 This closes #6 which was merged on 19 Sep 2014. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/6dea6a17 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/6dea6a17

[4/6] logging-log4j2 git commit: Close GitHub pull request #18

2016-04-26 Thread mattsicker
Close GitHub pull request #18 This closes #18. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/2f4326d2 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2f4326d2 Diff: http://git-wip-us.apach

[1/6] logging-log4j2 git commit: Close GitHub pull request #4

2016-04-26 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 6e5c5c6e1 -> c4a0c5e99 Close GitHub pull request #4 This closes #4. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/1fa75b7f Tree: http://gi

[6/6] logging-log4j2 git commit: Close GitHub pull request #27

2016-04-26 Thread mattsicker
Close GitHub pull request #27 This closes #27. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c4a0c5e9 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c4a0c5e9 Diff: http://git-wip-us.apach

logging-log4j2 git commit: Close GitHub pull request #5

2016-04-26 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master c4a0c5e99 -> c41e34c0f Close GitHub pull request #5 This closes #5. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c41e34c0 Tree: http://gi

logging-log4j2 git commit: Correct Marker example

2016-04-26 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master c41e34c0f -> 8c1e8a455 Correct Marker example This closes #21. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/8c1e8a45 Tree: http://git-wip

logging-log4j2 git commit: Add link to homepage in readme

2016-04-27 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 7c3690491 -> 61bfad23e Add link to homepage in readme Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/61bfad23 Tree: http://git-wip-us.apache

logging-log4j2 git commit: Fix typos in appenders manual

2016-04-27 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 61bfad23e -> 4d5c16203 Fix typos in appenders manual Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/4d5c1620 Tree: http://git-wip-us.apache.

<    1   2   3   4   5   6   7   8   9   10   >