logging-log4j2 git commit: Bullet-proofing.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 9ba97f2fb -> 7e7f53e96 Bullet-proofing. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/7e7f53e9 Tree: http://git-wip-us.apache.org/repos/asf/

logging-log4j2 git commit: Propagate and use timeout values from Configurator.shutdown(LoggerContext, long, TimeUnit).

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 433b84524 -> 9ba97f2fb Propagate and use timeout values from Configurator.shutdown(LoggerContext,long,TimeUnit). Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/log

logging-log4j2 git commit: Add missing @Override.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master b1029a9aa -> 433b84524 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/433b8452 Tree: http://git-wip-us.apache.org/repo

logging-log4j2 git commit: Use StatusLogger from superclass.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 3104d129a -> b1029a9aa Use StatusLogger from superclass. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b1029a9a Tree: http://git-wip-us.apac

logging-log4j2 git commit: Continuing thread management clean ups: We use a couple of thread pools here and there and I plan on getting these to shutdown consistently and predictably through the API C

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master fe07f6978 -> 3104d129a Continuing thread management clean ups: We use a couple of thread pools here and there and I plan on getting these to shutdown consistently and predictably through the API Configurator.shutdown(LoggerContext,

logging-log4j2 git commit: Remove method that just calls super of the same method.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 35fc4345e -> fe07f6978 Remove method that just calls super of the same 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/fe07f697 Tree:

logging-log4j2 git commit: Extends AbstractLifeCycle so we can call stop(long, TimeUnit) soon.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master ca5b53680 -> 35fc4345e Extends AbstractLifeCycle so we can call stop(long, TimeUnit) soon. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/35f

logging-log4j2 git commit: AsyncLoggerConfigDisruptor now extends AbstractLifeCycle so we can call stop(long, TimeUnit) soon.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master ef775677c -> ca5b53680 AsyncLoggerConfigDisruptor now extends AbstractLifeCycle so we can call stop(long, TimeUnit) soon. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repo

logging-log4j2 git commit: The old code did not do what the comment suggested WRT "killing" the thread from the ES. Now use the new sushutdown ES method, which will try to force the thread to stop if

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 6f4620a0c -> ef775677c The old code did not do what the comment suggested WRT "killing" the thread from the ES. Now use the new sushutdown ES method, which will try to force the thread to stop if waiting a bit does not let it end.

logging-log4j2 git commit: Refactor ExecutorService shutdown into a class for reuse.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master b569d1d7b -> 6f4620a0c Refactor ExecutorService shutdown into a class for reuse. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/6f4620a0 Tree

logging-log4j2 git commit: Javadoc.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master b1befb553 -> b569d1d7b 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/b569d1d7 Tree: http://git-wip-us.apache.org/repos/asf/logging-

svn commit: r1759352 - in /logging/log4net/trunk: log4net.build netstandard/log4net/project.json

2016-09-05 Thread bodewig
Author: bodewig Date: Mon Sep 5 20:15:59 2016 New Revision: 1759352 URL: http://svn.apache.org/viewvc?rev=1759352&view=rev Log: integrate .NET Core build in NAnt build - assembly isn't strong named, yet Modified: logging/log4net/trunk/log4net.build logging/log4net/trunk/netstandard/log4n

logging-log4j2 git commit: Javadoc.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 2e3a17282 -> b1befb553 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/b1befb55 Tree: http://git-wip-us.apache.org/repos/asf/logging-

logging-log4j2 git commit: Refactor ExecutorService shutdown into a class for reuse.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 221b68dc7 -> 2e3a17282 Refactor ExecutorService shutdown into a class for reuse. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/2e3a1728 Tree

logging-log4j2 git commit: Refactor ExecutorService shutdown into a class for reuse.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 0388e2bd6 -> 221b68dc7 Refactor ExecutorService shutdown into a class for reuse. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/221b68dc Tree

logging-log4j2 git commit: Better logging.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 1948f45b8 -> 0388e2bd6 Better logging. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/0388e2bd Tree: http://git-wip-us.apache.org/repos/asf/l

logging-log4j2 git commit: Better logging.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 9dc06e62c -> 1948f45b8 Better logging. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/1948f45b Tree: http://git-wip-us.apache.org/repos/asf/l

logging-log4j2 git commit: Remove extra blank lines.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 18472dc05 -> 9dc06e62c Remove extra blank lines. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9dc06e62 Tree: http://git-wip-us.apache.org/r

logging-log4j2 git commit: Better logging.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 41e3bb13c -> 18472dc05 Better logging. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/18472dc0 Tree: http://git-wip-us.apache.org/repos/asf/l

logging-log4j2 git commit: Clean up thread naming.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master cc9612e8e -> 41e3bb13c Clean up thread naming. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/41e3bb13 Tree: http://git-wip-us.apache.org/rep

logging-log4j2 git commit: Fix Javadoc broken link.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 4f03a7b47 -> cc9612e8e Fix Javadoc broken 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/cc9612e8 Tree: http://git-wip-us.apache.org/re

logging-log4j2 git commit: The field ConfigurationScheduler.LOGGER is hiding a field from type AbstractLifeCycle.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 2cd1431b7 -> 4f03a7b47 The field ConfigurationScheduler.LOGGER is hiding a field from type AbstractLifeCycle. 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: The field ConfigurationScheduler.LOGGER is hiding a field from type AbstractLifeCycle.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 596461517 -> 2cd1431b7 The field ConfigurationScheduler.LOGGER is hiding a field from type AbstractLifeCycle. 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: Use one-liner to compute scheduledItem value.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 06bb5f05d -> 596461517 Use one-liner to compute scheduledItem value. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/59646151 Tree: http://git

logging-log4j2 git commit: Refactor magic numner into a constant.

2016-09-05 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 46f2f78d7 -> 06bb5f05d Refactor magic numner into a constant. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/06bb5f05 Tree: http://git-wip-us

logging-log4j2 git commit: LOG4J2-1518 Prevent deadlock in Async Loggers when logged Object's toString() logs another message.

2016-09-05 Thread rpopma
Repository: logging-log4j2 Updated Branches: refs/heads/master edec5255e -> 46f2f78d7 LOG4J2-1518 Prevent deadlock in Async Loggers when logged Object's toString() logs another message. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/r

logging-log4j2 git commit: LOG4J2-1518 Prevent deadlock in Async Loggers when logged Object's toString() logs another message.

2016-09-05 Thread rpopma
Repository: logging-log4j2 Updated Branches: refs/heads/master 8bd80f346 -> edec5255e LOG4J2-1518 Prevent deadlock in Async Loggers when logged Object's toString() logs another message. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/r

logging-log4j2 git commit: LOG4J2-1542 Prevent ArrayIndexOutOfBoundsException in ParameterizedMessage.formatTo for single-char or empty messages.

2016-09-05 Thread rpopma
Repository: logging-log4j2 Updated Branches: refs/heads/master 9d4911bad -> 8bd80f346 LOG4J2-1542 Prevent ArrayIndexOutOfBoundsException in ParameterizedMessage.formatTo for single-char or empty messages. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-

logging-log4j2 git commit: LOG4J2-1349 addiditional tests

2016-09-05 Thread rpopma
Repository: logging-log4j2 Updated Branches: refs/heads/LOG4J2-1349-gcfree-threadcontext 7615afadd -> 57eb25143 LOG4J2-1349 addiditional 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/57eb2514 Tree

logging-log4j2 git commit: Update changes.xml with LOG4J-1549

2016-09-05 Thread mikes
Repository: logging-log4j2 Updated Branches: refs/heads/master e7bbd27fc -> 9d4911bad Update changes.xml with LOG4J-1549 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9d4911ba Tree: http://git-wip-us.ap