[13/38] logging-log4j2 git commit: Oops, forgot to remove import.

2016-03-15 Thread rgoers
Oops, forgot to remove 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/5bd76ac1 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/5bd76ac1 Diff: http://git-wip-us.apache.org/repos/asf/lo

[15/38] logging-log4j2 git commit: LOG4J2-1080 make Logger name field directly readable by subclasses

2016-03-15 Thread rgoers
LOG4J2-1080 make Logger name field directly readable by subclasses Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f5a69e8f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f5a69e8f Diff: http

[22/38] logging-log4j2 git commit: LOG4J2-1080 AsyncLoggerConfig now always tries to enqueue log events; if this fails because the queue is full, then fall back to asking AsyncEventRouter what to do w

2016-03-15 Thread rgoers
LOG4J2-1080 AsyncLoggerConfig now always tries to enqueue log events; if this fails because the queue is full, then fall back to asking AsyncEventRouter what to do with the event Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/l

[14/38] logging-log4j2 git commit: Return null instead of "null".

2016-03-15 Thread rgoers
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.org/repos/asf/logging-log4j2/tree/9d0dbe4a Diff: http://git-wip-us.apache.org/repos/asf/l

[02/38] logging-log4j2 git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/logging-log4j2.git

2016-03-15 Thread rgoers
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/logging-log4j2.git Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9a01ec66 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9a

[08/38] logging-log4j2 git commit: [LOG4J2-63] Support configuration from version 1.x log4j.properties. Complete TTCC layout.

2016-03-15 Thread rgoers
[LOG4J2-63] Support configuration from version 1.x log4j.properties. Complete TTCC layout. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/3245c20c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/t

[21/38] logging-log4j2 git commit: LOG4J2-1080 updated AsyncAppender after removing support for dropping events on partially full queue

2016-03-15 Thread rgoers
LOG4J2-1080 updated AsyncAppender after removing support for dropping events on partially full queue Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/76067f2d Tree: http://git-wip-us.apache.org/repos/asf/logg

[05/38] logging-log4j2 git commit: [LOG4J2-63] Support configuration from version 1.x log4j.properties. Partial support for EnhancedPatternLayout (defaults only).

2016-03-15 Thread rgoers
[LOG4J2-63] Support configuration from version 1.x log4j.properties. Partial support for EnhancedPatternLayout (defaults only). Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/0d2cfbe9 Tree: http://git-wip-us.

[33/38] logging-log4j2 git commit: LOG4J2-1295 Added automated GC-free test. Still @Ignored as of now because the API creates vararg arrays so the test fails.

2016-03-15 Thread rgoers
LOG4J2-1295 Added automated GC-free test. Still @Ignored as of now because the API creates vararg arrays so the test fails. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/52d04e07 Tree: http://git-wip-us.ap

[36/38] logging-log4j2 git commit: Update Maven Core from 3.2.5 to the current 3.3.9 which updates the test dep Google Guava from 16.0.1 to 19.0 to resolve some other dependency hell I am seeing in a

2016-03-15 Thread rgoers
Update Maven Core from 3.2.5 to the current 3.3.9 which updates the test dep Google Guava from 16.0.1 to 19.0 to resolve some other dependency hell I am seeing in a downstream project (of mine). Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.or

[12/38] logging-log4j2 git commit: Re-implement CompositeFilter to be backed by a Filter[] instead of an ArrayList for performance. Internally, we now traverse the array as a primitive with []

2016-03-15 Thread rgoers
Re-implement CompositeFilter to be backed by a Filter[] instead of an ArrayList for performance. Internally, we now traverse the array as a primitive with [] instead of using a new Iterator each time the filters need to be traversed. Note: I have a use case where the internal list was always empty,

[17/38] logging-log4j2 git commit: LOG4J2-1080 removed support for dropping events on partially full queue, removed support for property "log4j2.DiscardQueueRatio"

2016-03-15 Thread rgoers
LOG4J2-1080 removed support for dropping events on partially full queue, removed support for property "log4j2.DiscardQueueRatio" Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/6af9e31d Tree: http://git-wip-

[23/38] logging-log4j2 git commit: LOG4J2-1080 AsyncLoggerDisruptor now supports trying to enqueue log events; signalling false when the queue is full

2016-03-15 Thread rgoers
LOG4J2-1080 AsyncLoggerDisruptor now supports trying to enqueue log events; signalling false when the queue is full Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/32e30697 Tree: http://git-wip-us.apache.org

[30/38] logging-log4j2 git commit: LOG4J2-1296 made initial and max StringBuilder size configurable, changed default of max to 518

2016-03-15 Thread rgoers
LOG4J2-1296 made initial and max StringBuilder size configurable, changed default of max to 518 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b3342152 Tree: http://git-wip-us.apache.org/repos/asf/logging-l

[10/38] logging-log4j2 git commit: LOG4J2-1169 - PatternLayout: Possible variable substitution in equals substitution parameter

2016-03-15 Thread rgoers
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/asf/logging-log4j2/commit/e2a86526 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4

[03/38] logging-log4j2 git commit: [LOG4J2-63] Support configuration from version 1.x log4j.properties. Partial support for XML and HTML layouts (defaults only).

2016-03-15 Thread rgoers
[LOG4J2-63] Support configuration from version 1.x log4j.properties. Partial support for XML and HTML layouts (defaults only). Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/1ecb8ec8 Tree: http://git-wip-us.a

[09/38] logging-log4j2 git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/logging-log4j2.git

2016-03-15 Thread rgoers
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/logging-log4j2.git Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/1ecc28bb Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/1e

[31/38] logging-log4j2 git commit: No need to call isTraceEnabled() if the message is null. This means the traceEnter() call returned null because isTraceEnabled() returned null.

2016-03-15 Thread rgoers
No need to call isTraceEnabled() if the message is null. This means the traceEnter() call returned null because isTraceEnabled() returned 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/d5f7c94f Tree: ht

[18/38] logging-log4j2 git commit: LOG4J2-1080 version fix

2016-03-15 Thread rgoers
LOG4J2-1080 version fix Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d1d9ac3d Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d1d9ac3d Diff: http://git-wip-us.apache.org/repos/asf/logging-

[35/38] logging-log4j2 git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/logging-log4j2.git

2016-03-15 Thread rgoers
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/logging-log4j2.git Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ba5cf456 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ba

[28/38] logging-log4j2 git commit: LOG4J2-1296 trim reusable message StringBuilder to 258 to ensure occasional very long messages do not result in large char[] arrays being held by the RingBuffer fore

2016-03-15 Thread rgoers
LOG4J2-1296 trim reusable message StringBuilder to 258 to ensure occasional very long messages do not result in large char[] arrays being held by the RingBuffer forever Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log

[37/38] logging-log4j2 git commit: Merge branch 'master' into LOG4J2-1116

2016-03-15 Thread rgoers
Merge branch 'master' into LOG4J2-1116 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/78b5295c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/78b5295c Diff: http://git-wip-us.apache.org/rep

[11/38] logging-log4j2 git commit: Better JUnit assertion.

2016-03-15 Thread rgoers
Better JUnit assertion. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b74ece8c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b74ece8c Diff: http://git-wip-us.apache.org/repos/asf/logging-l

[07/38] logging-log4j2 git commit: Remove unused test support class.

2016-03-15 Thread rgoers
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.apache.org/repos/asf/logging-log4j2/tree/3d4fb630 Diff: http://git-wip-us.apache.org/repos/as

[25/38] logging-log4j2 git commit: LOG4J2-1080 AsyncLogger fixes and optimizations

2016-03-15 Thread rgoers
LOG4J2-1080 AsyncLogger fixes and optimizations - AsyncLogger now tries to publish to the ring buffer and falls back to AsyncEventRouter when the queue is full - falling back to AsyncEventRouter no longer calls EventRoute.logMessage() but internally switches on the enum to avoid unnecessarily re

[29/38] logging-log4j2 git commit: LOG4J2-1296 refactor magic numbers to constants

2016-03-15 Thread rgoers
LOG4J2-1296 refactor magic numbers to constants Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/50c76834 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/50c76834 Diff: http://git-wip-us.apach

[24/38] logging-log4j2 git commit: LOG4J2-1080 RingBufferLogEventTranslator optimization

2016-03-15 Thread rgoers
LOG4J2-1080 RingBufferLogEventTranslator optimization - increased visibility of some fields to protected to facilitate falling back to AsyncEventRouter when the queue is full - RingBufferLogEventTranslator now initializes thread-related fields when the thread-local instance is constructed - t

[19/38] logging-log4j2 git commit: LOG4J2-1080 updated tests after removing support for dropping events on partially full queue

2016-03-15 Thread rgoers
LOG4J2-1080 updated tests after removing support for dropping events on partially full queue Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ba2ee521 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4

[04/38] logging-log4j2 git commit: [LOG4J2-63] Support configuration from version 1.x log4j.properties. Partial support for TTCC layout (defaults only).

2016-03-15 Thread rgoers
[LOG4J2-63] Support configuration from version 1.x log4j.properties. Partial support for TTCC layout (defaults only). Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d6c916bb Tree: http://git-wip-us.apache.org

[01/38] logging-log4j2 git commit: [LOG4J2-63] Support configuration from version 1.x log4j.properties. A start, with the ConsoleAppender.

2016-03-15 Thread rgoers
Repository: logging-log4j2 Updated Branches: refs/heads/LOG4J2-1116 53a4b152e -> cd781d554 [LOG4J2-63] Support configuration from version 1.x log4j.properties. A start, with the ConsoleAppender. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apach

[27/38] logging-log4j2 git commit: LOG4J2-1080 updated change log after removing support for dropping events on partially full queue

2016-03-15 Thread rgoers
LOG4J2-1080 updated change log after removing support for dropping events on partially full queue Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/05adeefa Tree: http://git-wip-us.apache.org/repos/asf/logging

[34/38] logging-log4j2 git commit: Reference Java 7, not 6 for jconsole.

2016-03-15 Thread rgoers
Reference Java 7, not 6 for jconsole. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/8e13c98f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/8e13c98f Diff: http://git-wip-us.apache.org/repos

[32/38] logging-log4j2 git commit: LOG4J2-1295 automated GC-free test: add dependency for google allocation instrumenter

2016-03-15 Thread rgoers
LOG4J2-1295 automated GC-free test: add dependency for google allocation instrumenter Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/575cd5bc Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree

[06/38] logging-log4j2 git commit: Format nit.

2016-03-15 Thread rgoers
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/logging-log4j2/tree/c48bfc5d Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/

[26/38] logging-log4j2 git commit: Merge remote-tracking branch 'origin/master'

2016-03-15 Thread rgoers
Merge remote-tracking branch 'origin/master' Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/3be541cd Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/3be541cd Diff: http://git-wip-us.apache.o

[38/38] logging-log4j2 git commit: LOG4J2-1116 - Remove ThreadLocals at shutdown. Fix NPE

2016-03-15 Thread rgoers
LOG4J2-1116 - Remove ThreadLocals at shutdown. Fix NPE Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/cd781d55 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/cd781d55 Diff: http://git-wip-u

[16/38] logging-log4j2 git commit: Add @SafeVarargs

2016-03-15 Thread rgoers
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-log4j2/commit/2c70b441 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2c70b4

[20/38] logging-log4j2 git commit: LOG4J2-1080 updated documentation after removing support for dropping events on partially full queue

2016-03-15 Thread rgoers
LOG4J2-1080 updated documentation after removing support for dropping events on partially full queue Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/e91ea510 Tree: http://git-wip-us.apache.org/repos/asf/logg

logging-log4j2 git commit: Update Maven Core from 3.2.5 to the current 3.3.9 which updates the test dep Google Guava from 16.0.1 to 19.0 to resolve some other dependency hell I am seeing in a downstre

2016-03-15 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master ba5cf4562 -> 6ba91a3c2 Update Maven Core from 3.2.5 to the current 3.3.9 which updates the test dep Google Guava from 16.0.1 to 19.0 to resolve some other dependency hell I am seeing in a downstream project (of mine). Project: http

[1/2] logging-log4j2 git commit: Reference Java 7, not 6 for jconsole.

2016-03-15 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 52d04e077 -> ba5cf4562 Reference Java 7, not 6 for jconsole. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/8e13c98f Tree: http://git-wip-us.

[2/2] logging-log4j2 git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/logging-log4j2.git

2016-03-15 Thread ggregory
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/logging-log4j2.git Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ba5cf456 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ba