logging-log4j2 git commit: [LOG4J2-1569] Update Jackson from 2.8.1 to 2.8.2.

2016-09-07 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 1d3dc77cf -> 5a5828a61 [LOG4J2-1569] Update Jackson from 2.8.1 to 2.8.2. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/5a5828a6 Tree: http:/

logging-log4j2 git commit: Fix POM description.

2016-09-07 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master f2a7f74ec -> 1d3dc77cf Fix POM description. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/1d3dc77c Tree: http://git-wip-us.apache.org/repos/

svn commit: r1759741 - in /logging/log4net/trunk/src: Appender/ Layout/Pattern/ Repository/Hierarchy/ Util/PatternStringConverters/

2016-09-07 Thread bodewig
Author: bodewig Date: Thu Sep 8 04:13:41 2016 New Revision: 1759741 URL: http://svn.apache.org/viewvc?rev=1759741&view=rev Log: more candidates for SystemInfo.EqualsIgnoringCase Modified: logging/log4net/trunk/src/Appender/AnsiColorTerminalAppender.cs logging/log4net/trunk/src/Appender/C

logging-log4j2 git commit: Javadoc.

2016-09-07 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 35a1a72e2 -> f2a7f74ec 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/f2a7f74e Tree: http://git-wip-us.apache.org/repos/asf/logging-

logging-log4j2 git commit: Deprecate org.apache.logging.log4j.core.util.NullOutputStream.NULL_OUTPUT_STREAM in favor of org.apache.logging.log4j.core.util.NullOutputStream.getInstance().

2016-09-07 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 3e2d79446 -> 35a1a72e2 Deprecate org.apache.logging.log4j.core.util.NullOutputStream.NULL_OUTPUT_STREAM in favor of org.apache.logging.log4j.core.util.NullOutputStream.getInstance(). Project: http://git-wip-us.apache.org/repos/asf/

logging-log4j2 git commit: Better Javadoc.

2016-09-07 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master f73f89b14 -> 3e2d79446 Better 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/3e2d7944 Tree: http://git-wip-us.apache.org/repos/asf/l

[2/2] logging-log4j2 git commit: Deprecate org.apache.logging.log4j.core.util.NullOutputStream.NULL_OUTPUT_STREAM in favor of org.apache.logging.log4j.core.util.NullOutputStream.getInstance().

2016-09-07 Thread ggregory
Deprecate org.apache.logging.log4j.core.util.NullOutputStream.NULL_OUTPUT_STREAM in favor of org.apache.logging.log4j.core.util.NullOutputStream.getInstance(). Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f

[1/2] logging-log4j2 git commit: Deprecate org.apache.logging.log4j.core.util.NullOutputStream.NULL_OUTPUT_STREAM in favor of org.apache.logging.log4j.core.util.NullOutputStream.getInstance().

2016-09-07 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master d85a0589b -> f73f89b14 http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f73f89b1/log4j-core/src/main/java/org/apache/logging/log4j/core/net/TcpSocketManager.java

logging-log4j2 git commit: Adjust tests for previous commit about cleaning up resources and tracking success.

2016-09-07 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 42c33444a -> d85a0589b Adjust tests for previous commit about cleaning up resources and tracking success. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-lo

logging-log4j2 git commit: Add back @SuppressWarnings("unchecked"), I removed it by mistake in the previous commit.

2016-09-07 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master b5a35a70e -> 42c33444a Add back @SuppressWarnings("unchecked"), I removed it by mistake in the previous commit. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logg

[1/2] logging-log4j2 git commit: @SuppressWarnings("resource"): this is a factory method, the resource is allocated and released elsewhere.

2016-09-07 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 8f62ff467 -> b5a35a70e @SuppressWarnings("resource"): this is a factory method, the resource is allocated and released elsewhere. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.

[2/2] logging-log4j2 git commit: @SuppressWarnings("resource"): this is a factory method, the resource is allocated and released elsewhere.

2016-09-07 Thread ggregory
@SuppressWarnings("resource"): this is a factory method, the resource is allocated and released elsewhere. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b5a35a70 Tree: http://git-wip-us.apache.org/repos/asf/

[1/2] logging-log4j2 git commit: Better pname.

2016-09-07 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 2d3f23fb3 -> 8f62ff467 Better pname. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/94a5de3e Tree: http://git-wip-us.apache.org/repos/asf/log

[2/2] logging-log4j2 git commit: Javadoc.

2016-09-07 Thread ggregory
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/8f62ff46 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/8f62ff46 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/8f62

logging-log4j2 git commit: Adjust tests for previous commit about cleaning up resources and tracking success.

2016-09-07 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 53826fff9 -> 2d3f23fb3 Adjust tests for previous commit about cleaning up resources and tracking success. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-lo

svn commit: r1759694 - /logging/log4net/trunk/src/Appender/FileAppender.cs

2016-09-07 Thread bodewig
Author: bodewig Date: Wed Sep 7 20:19:09 2016 New Revision: 1759694 URL: http://svn.apache.org/viewvc?rev=1759694&view=rev Log: make SetQWForFiles(Stream) more useful - patch by Jonas Baehr Modified: logging/log4net/trunk/src/Appender/FileAppender.cs Modified: logging/log4net/trunk/src/Appe

svn commit: r1759661 - /logging/log4net/trunk/netstandard/log4net/project.json

2016-09-07 Thread bodewig
Author: bodewig Date: Wed Sep 7 19:02:09 2016 New Revision: 1759661 URL: http://svn.apache.org/viewvc?rev=1759661&view=rev Log: sign .NET Core assembly Modified: logging/log4net/trunk/netstandard/log4net/project.json Modified: logging/log4net/trunk/netstandard/log4net/project.json URL: htt

logging-log4j2 git commit: Add missing closed check during shutdown.

2016-09-07 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 78fe32c0d -> 53826fff9 Add missing closed check during shutdown. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/53826fff Tree: http://git-wip

[3/7] logging-log4j2 git commit: Properly track resources during shutdown.

2016-09-07 Thread ggregory
http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/78fe32c0/log4j-flume-ng/src/main/java/org/apache/logging/log4j/flume/appender/FlumeAvroManager.java -- diff --git a/log4j-flume-ng/src/main/java/org/apache/logging/log4j/f

[6/7] logging-log4j2 git commit: Properly track resources during shutdown.

2016-09-07 Thread ggregory
http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/78fe32c0/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager.java -- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j

[2/7] logging-log4j2 git commit: Properly track resources during shutdown.

2016-09-07 Thread ggregory
http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/78fe32c0/log4j-flume-ng/src/main/java/org/apache/logging/log4j/flume/appender/FlumePersistentManager.java -- diff --git a/log4j-flume-ng/src/main/java/org/apache/logging/l

[4/7] logging-log4j2 git commit: Properly track resources during shutdown.

2016-09-07 Thread ggregory
http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/78fe32c0/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/RollingFileManager.java -- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/

[7/7] logging-log4j2 git commit: Properly track resources during shutdown.

2016-09-07 Thread ggregory
Properly track resources during shutdown. Detect if an a problem occurred during shutdown. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/78fe32c0 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2

[5/7] logging-log4j2 git commit: Properly track resources during shutdown.

2016-09-07 Thread ggregory
http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/78fe32c0/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/jeromq/JeroMqAppender.java -- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/c

[1/7] logging-log4j2 git commit: Properly track resources during shutdown.

2016-09-07 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 97e45ed63 -> 78fe32c0d http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/78fe32c0/log4j-nosql/src/main/java/org/apache/logging/log4j/nosql/appender/NoSqlDatabaseManager.java -

[2/2] logging-log4j2 git commit: org.apache.logging.log4j.core.appender.OutputStreamManager.closeOutputStream() now returns a boolean to signal whether there was a problem closing any resouce.

2016-09-07 Thread ggregory
org.apache.logging.log4j.core.appender.OutputStreamManager.closeOutputStream() now returns a boolean to signal whether there was a problem closing any resouce. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9

[1/2] logging-log4j2 git commit: org.apache.logging.log4j.core.appender.OutputStreamManager.closeOutputStream() now returns a boolean to signal whether there was a problem closing any resouce.

2016-09-07 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 41ac242da -> 97e45ed63 http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/97e45ed6/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.java -

logging-log4j2 git commit: Track stopped state during shutdown (WIP).

2016-09-07 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master f6bb2c3af -> 41ac242da Track stopped state during shutdown (WIP). Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/41ac242d Tree: http://git-wi

logging-log4j2 git commit: Javadoc.

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

[1/2] logging-log4j2 git commit: Remove obsolete comment

2016-09-07 Thread mikes
Repository: logging-log4j2 Updated Branches: refs/heads/master 15eb84c2d -> a559d5caf Remove obsolete comment Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f016c441 Tree: http://git-wip-us.apache.org/re

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

2016-09-07 Thread mikes
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/a559d5ca Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a559d5ca Diff: http://git-wip-us.apache.o

svn commit: r996876 - in /websites/production/logging/content/log4j/log4j-2.6.2: download.html faq.html index.html manual/index.html performance.html

2016-09-07 Thread rpopma
Author: rpopma Date: Wed Sep 7 15:21:56 2016 New Revision: 996876 Log: add banner and link to JAX Innovation Awards vote page Modified: websites/production/logging/content/log4j/log4j-2.6.2/download.html websites/production/logging/content/log4j/log4j-2.6.2/faq.html websites/producti

logging-log4j2 git commit: Add an abstract class AbstractTriggeringPolicy that extends AbstractLifeCycle and implements TriggeringPolicy.

2016-09-07 Thread ggregory
Repository: logging-log4j2 Updated Branches: refs/heads/master 74ce247e6 -> 15eb84c2d Add an abstract class AbstractTriggeringPolicy that extends AbstractLifeCycle and implements TriggeringPolicy. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apa

svn commit: r996875 - /websites/production/logging/content/log4j/log4j-2.6.2/articles.html

2016-09-07 Thread rpopma
Author: rpopma Date: Wed Sep 7 15:15:21 2016 New Revision: 996875 Log: Vote Log4j2-JAX 2016 Innovation Award layout update Modified: websites/production/logging/content/log4j/log4j-2.6.2/articles.html Modified: websites/production/logging/content/log4j/log4j-2.6.2/articles.html

svn commit: r996874 - /websites/production/logging/content/log4j/log4j-2.6.2/articles.html

2016-09-07 Thread rpopma
Author: rpopma Date: Wed Sep 7 15:13:20 2016 New Revision: 996874 Log: add banner and link to JAX Innovation Awards vote page Modified: websites/production/logging/content/log4j/log4j-2.6.2/articles.html Modified: websites/production/logging/content/log4j/log4j-2.6.2/articles.html =

svn commit: r996872 - /websites/production/logging/content/log4j/log4j-2.6.2/images/VoteLog4j2-JAX2016InnovationAward.jpg

2016-09-07 Thread rpopma
Author: rpopma Date: Wed Sep 7 15:04:00 2016 New Revision: 996872 Log: Vote Log4j2-JAX 2016 Innovation Award banner image file Added: websites/production/logging/content/log4j/log4j-2.6.2/images/VoteLog4j2-JAX2016InnovationAward.jpg (with props) Added: websites/production/logging/conte

svn commit: r996871 - in /websites/production/logging/content/log4j/log4j-1.2.17: download.html faq.html manual.html publications.html roadmap.html

2016-09-07 Thread rpopma
Author: rpopma Date: Wed Sep 7 15:02:50 2016 New Revision: 996871 Log: add banner and link to JAX Innovation Awards vote page Modified: websites/production/logging/content/log4j/log4j-1.2.17/download.html websites/production/logging/content/log4j/log4j-1.2.17/faq.html websites/produc

svn commit: r996869 - /websites/production/logging/content/log4j/log4j-1.2.17/index.html

2016-09-07 Thread rpopma
Author: rpopma Date: Wed Sep 7 14:54:46 2016 New Revision: 996869 Log: Vote Log4j2-JAX 2016 Innovation Award updates Modified: websites/production/logging/content/log4j/log4j-1.2.17/index.html Modified: websites/production/logging/content/log4j/log4j-1.2.17/index.html ==

svn commit: r996870 - /websites/production/logging/content/log4j/log4j-1.2.17/index.html

2016-09-07 Thread rpopma
Author: rpopma Date: Wed Sep 7 14:56:31 2016 New Revision: 996870 Log: Vote Log4j2-JAX 2016 Innovation Award layout update Modified: websites/production/logging/content/log4j/log4j-1.2.17/index.html Modified: websites/production/logging/content/log4j/log4j-1.2.17/index.html

svn commit: r996868 - /websites/production/logging/content/log4j/log4j-1.2.17/index.html

2016-09-07 Thread rpopma
Author: rpopma Date: Wed Sep 7 14:39:08 2016 New Revision: 996868 Log: add banner to link section to JAX Innovation Awards vote page Modified: websites/production/logging/content/log4j/log4j-1.2.17/index.html Modified: websites/production/logging/content/log4j/log4j-1.2.17/index.html ==

svn commit: r996867 - /websites/production/logging/content/log4j/log4j-1.2.17/images/VoteLog4j2-JAX2016InnovationAward.jpg

2016-09-07 Thread rpopma
Author: rpopma Date: Wed Sep 7 14:37:28 2016 New Revision: 996867 Log: Vote Log4j2-JAX 2016 Innovation Award banner Added: websites/production/logging/content/log4j/log4j-1.2.17/images/VoteLog4j2-JAX2016InnovationAward.jpg (with props) Added: websites/production/logging/content/log4j/l

svn commit: r996862 - /websites/production/logging/content/log4j/log4j-1.2.17/index.html

2016-09-07 Thread rpopma
Author: rpopma Date: Wed Sep 7 13:54:12 2016 New Revision: 996862 Log: add link to JAX Innovation Awards vote page Modified: websites/production/logging/content/log4j/log4j-1.2.17/index.html Modified: websites/production/logging/content/log4j/log4j-1.2.17/index.html

logging-log4j2 git commit: Add changelog entry for LOG4J2-1568

2016-09-07 Thread mattsicker
Repository: logging-log4j2 Updated Branches: refs/heads/master 4f3b21d9c -> 74ce247e6 Add changelog entry for LOG4J2-1568 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/74ce247e Tree: http://git-wip-us.a