You are viewing a plain text version of this content. The canonical link for it is here.
- logging-log4j2 git commit: [LOG4J2-2276] ConcurrentModificationException from org.apache.logging.log4j.status.StatusLogger.< clinit>(StatusLogger.java:71). - posted by gg...@apache.org on 2018/03/01 00:21:14 UTC, 1 replies.
- logging-log4j2 git commit: Update @since tags for 2.11.0 since there will not be a 2.10.1. - posted by gg...@apache.org on 2018/03/01 00:32:18 UTC, 1 replies.
- logging-log4j2 git commit: Update POMs from version 2.10.1-SNAPSHOT to 2.11.0-SNAPSHOT to stop some of the current confusion with JIRA marking the next release as 2.11.0. - posted by gg...@apache.org on 2018/03/01 15:14:47 UTC, 0 replies.
- logging-log4j2 git commit: [LOG4J2-2274] Allow EnvironmentPropertySource to run with a SecurityManager that rejects environment variable access. - posted by gg...@apache.org on 2018/03/01 15:30:48 UTC, 3 replies.
- logging-log4j2 git commit: [LOG4J2-2279] Allow SystemPropertiesPropertySource to run with a SecurityManager that rejects system property access. - posted by gg...@apache.org on 2018/03/01 18:03:30 UTC, 2 replies.
- logging-log4j2 git commit: [LOG4J2-2279] Allow SystemPropertiesPropertySource to run with a SecurityManager that rejects system property access. This test passes for me on Windows 10 but fails on Jenkins. Reorder a sanity check so that it takes place bef - posted by gg...@apache.org on 2018/03/01 19:11:18 UTC, 1 replies.
- logging-log4j2 git commit: Now that we are on Java 8, we do not need to keep the test set up that allowed for MongoDB tests to be disabled if not running on Java 8. This was due to the dependency on Java 8 of the MongoDB test framework we use. - posted by gg...@apache.org on 2018/03/01 19:47:36 UTC, 0 replies.
- logging-log4j2 git commit: Better Javadoc. - posted by gg...@apache.org on 2018/03/01 22:03:54 UTC, 0 replies.
- logging-log4j2 git commit: Better Javadocs. - posted by gg...@apache.org on 2018/03/01 22:06:17 UTC, 0 replies.
- logging-log4j2 git commit: [LOG4J2-2279] Move ProcessIdUtil from log4j-api to log4j-core. - posted by gg...@apache.org on 2018/03/01 23:37:10 UTC, 0 replies.
- logging-log4j2 git commit: Fix Oracle compiler warnings. No warnings in Eclipse though. - posted by gg...@apache.org on 2018/03/02 01:01:45 UTC, 0 replies.
- logging-log4j2 git commit: Add missing license headers - posted by rg...@apache.org on 2018/03/05 03:31:50 UTC, 0 replies.
- logging-log4j2 git commit: Add dependencies to be distributed - posted by rg...@apache.org on 2018/03/05 04:03:48 UTC, 0 replies.
- logging-log4j2 git commit: Fix bug in anchor - posted by rg...@apache.org on 2018/03/05 23:56:00 UTC, 0 replies.
- logging-log4j2 git commit: Fix clirr plugin error - posted by rg...@apache.org on 2018/03/07 05:45:13 UTC, 0 replies.
- logging-log4j2 git commit: Shorten description for doap plugin - posted by rg...@apache.org on 2018/03/08 05:30:19 UTC, 0 replies.
- logging-log4j2 git commit: Update for 2.11.0 release - posted by rg...@apache.org on 2018/03/09 04:38:49 UTC, 0 replies.
- logging-log4j2 git commit: Add new modules to Javadoc page. - posted by gg...@apache.org on 2018/03/09 19:19:22 UTC, 0 replies.
- logging-log4j2 git commit: Better module description. - posted by gg...@apache.org on 2018/03/09 19:20:35 UTC, 0 replies.
- logging-log4j2 git commit: Port from 2.x-release branch. - posted by gg...@apache.org on 2018/03/09 19:22:44 UTC, 0 replies.
- [1/5] logging-chainsaw git commit: Upgrade to Java 1.8 baseline - posted by ma...@apache.org on 2018/03/10 04:19:49 UTC, 0 replies.
- [2/5] logging-chainsaw git commit: Simplify expressions - posted by ma...@apache.org on 2018/03/10 04:19:50 UTC, 0 replies.
- [3/5] logging-chainsaw git commit: Remove unnecessary casts and vararg array wrappers - posted by ma...@apache.org on 2018/03/10 04:19:51 UTC, 0 replies.
- [4/5] logging-chainsaw git commit: Simplify exception signatures - posted by ma...@apache.org on 2018/03/10 04:19:52 UTC, 0 replies.
- [5/5] logging-chainsaw git commit: All methods are public, and all fields are static and final. - posted by ma...@apache.org on 2018/03/10 04:19:53 UTC, 0 replies.
- logging-chainsaw git commit: Update gitignore to remove build files - posted by ma...@apache.org on 2018/03/10 04:34:22 UTC, 0 replies.
- [1/2] logging-chainsaw git commit: Replace for with for each loops - posted by ma...@apache.org on 2018/03/10 04:41:16 UTC, 0 replies.
- [2/2] logging-chainsaw git commit: Replace for with for each loops - posted by ma...@apache.org on 2018/03/10 04:41:17 UTC, 0 replies.
- [1/4] logging-chainsaw git commit: Replace indexOf with contains - posted by ma...@apache.org on 2018/03/10 04:59:40 UTC, 0 replies.
- [2/4] logging-chainsaw git commit: Replace StringBuffer with StringBuilder - posted by ma...@apache.org on 2018/03/10 04:59:41 UTC, 0 replies.
- [3/4] logging-chainsaw git commit: Remove unnecessary boxing - posted by ma...@apache.org on 2018/03/10 04:59:42 UTC, 0 replies.
- [4/4] logging-chainsaw git commit: Replace while-iterator loops with for-each loops - posted by ma...@apache.org on 2018/03/10 04:59:43 UTC, 0 replies.
- [01/14] logging-chainsaw git commit: Collapse identical catch blocks - posted by ma...@apache.org on 2018/03/10 05:40:08 UTC, 0 replies.
- [02/14] logging-chainsaw git commit: Use try-with-resources - posted by ma...@apache.org on 2018/03/10 05:40:09 UTC, 0 replies.
- [03/14] logging-chainsaw git commit: Use List::sort - posted by ma...@apache.org on 2018/03/10 05:40:10 UTC, 0 replies.
- [04/14] logging-chainsaw git commit: Replace anonymous classes with method references - posted by ma...@apache.org on 2018/03/10 05:40:11 UTC, 0 replies.
- [05/14] logging-chainsaw git commit: Replace anonymous classes with lambdas - posted by ma...@apache.org on 2018/03/10 05:40:12 UTC, 0 replies.
- [06/14] logging-chainsaw git commit: Replace anonymous classes with lambdas - posted by ma...@apache.org on 2018/03/10 05:40:13 UTC, 0 replies.
- [07/14] logging-chainsaw git commit: Replace anonymous classes with lambdas - posted by ma...@apache.org on 2018/03/10 05:40:14 UTC, 0 replies.
- [08/14] logging-chainsaw git commit: Replace anonymous classes with lambdas - posted by ma...@apache.org on 2018/03/10 05:40:15 UTC, 0 replies.
- [09/14] logging-chainsaw git commit: Use built in comparators - posted by ma...@apache.org on 2018/03/10 05:40:16 UTC, 0 replies.
- [10/14] logging-chainsaw git commit: Use string switch statements - posted by ma...@apache.org on 2018/03/10 05:40:17 UTC, 0 replies.
- [11/14] logging-chainsaw git commit: Simplify boolean return expressions - posted by ma...@apache.org on 2018/03/10 05:40:18 UTC, 0 replies.
- [12/14] logging-chainsaw git commit: Remove unused imports - posted by ma...@apache.org on 2018/03/10 05:40:19 UTC, 0 replies.
- [13/14] logging-chainsaw git commit: Add logging-parent, upgrade ant, other pom fixes - posted by ma...@apache.org on 2018/03/10 05:40:20 UTC, 0 replies.
- [14/14] logging-chainsaw git commit: Add example jenkins pipeline build - posted by ma...@apache.org on 2018/03/10 05:40:21 UTC, 0 replies.
- logging-chainsaw git commit: Fix docker usage and add license header - posted by ma...@apache.org on 2018/03/10 06:02:01 UTC, 0 replies.
- logging-chainsaw git commit: Fix docker syntax - posted by ma...@apache.org on 2018/03/10 06:04:31 UTC, 0 replies.
- logging-chainsaw git commit: Remove unnecessary checkout - posted by ma...@apache.org on 2018/03/10 06:06:08 UTC, 0 replies.
- logging-chainsaw git commit: Use tool instead of docker - posted by ma...@apache.org on 2018/03/10 06:08:55 UTC, 0 replies.
- logging-chainsaw git commit: Fix ansiColor settings - posted by ma...@apache.org on 2018/03/10 06:09:50 UTC, 0 replies.
- logging-chainsaw git commit: Move tool to proper section - posted by ma...@apache.org on 2018/03/10 06:12:09 UTC, 0 replies.
- logging-chainsaw git commit: Specify ubuntu agents - posted by ma...@apache.org on 2018/03/10 06:22:48 UTC, 0 replies.
- logging-chainsaw git commit: Disable macOS packaging step - posted by ma...@apache.org on 2018/03/10 06:40:12 UTC, 0 replies.
- logging-log4j2 git commit: Fix OSGi tests. - posted by gg...@apache.org on 2018/03/10 19:31:55 UTC, 0 replies.
- logging-parent git commit: Update for Java 8 and dev@ list - posted by ma...@apache.org on 2018/03/11 01:20:08 UTC, 0 replies.
- logging-log4j2 git commit: LOG4J2-1976 - Revert OSGi API version to 4.3.1 - posted by rg...@apache.org on 2018/03/11 18:28:16 UTC, 0 replies.
- [1/2] logging-log4j2 git commit: LOG4J2-2104 - LoaderUtil was improperly looping over classloaders - posted by rg...@apache.org on 2018/03/11 19:36:17 UTC, 0 replies.
- logging-log4j2 git commit: LOG4J2-2104 - LoaderUtil was improperly looping over classloaders - posted by rg...@apache.org on 2018/03/11 19:36:18 UTC, 0 replies.
- [2/2] logging-log4j2 git commit: LOG4J2-2104 - LoaderUtil was improperly looping over classloaders - posted by rg...@apache.org on 2018/03/11 19:36:18 UTC, 0 replies.
- [1/2] logging-log4j2 git commit: Remove dead link - posted by rg...@apache.org on 2018/03/11 22:33:10 UTC, 0 replies.
- [2/2] logging-log4j2 git commit: Merge branch 'release-2.x' of https://git-wip-us.apache.org/repos/asf/logging-log4j2 into release-2.x - posted by rg...@apache.org on 2018/03/11 22:33:11 UTC, 0 replies.
- logging-log4j2 git commit: Prepare for release - posted by rg...@apache.org on 2018/03/11 22:34:36 UTC, 0 replies.
- [logging-log4j2] Git Push Summary - posted by rg...@apache.org on 2018/03/11 22:42:36 UTC, 1 replies.
- [1/3] logging-log4j2 git commit: [maven-release-plugin] prepare release log4j-2.11.0-rc1 - posted by rg...@apache.org on 2018/03/11 22:42:41 UTC, 0 replies.
- [2/3] logging-log4j2 git commit: Merge branch 'release-2.x' of https://git-wip-us.apache.org/repos/asf/logging-log4j2 into release-2.x - posted by rg...@apache.org on 2018/03/11 22:42:42 UTC, 0 replies.
- [3/3] logging-log4j2 git commit: [maven-release-plugin] prepare for next development iteration - posted by rg...@apache.org on 2018/03/11 22:42:43 UTC, 0 replies.
- svn commit: r25649 - /dev/logging/log4j/ - posted by rg...@apache.org on 2018/03/11 23:36:16 UTC, 0 replies.
- svn commit: r25650 - /dev/logging/log4j/ - posted by rg...@apache.org on 2018/03/11 23:39:39 UTC, 0 replies.
- [1/2] logging-chainsaw git commit: Simplify expressions - posted by ma...@apache.org on 2018/03/13 06:03:49 UTC, 0 replies.
- [2/2] logging-chainsaw git commit: Use StringBuilders in loops - posted by ma...@apache.org on 2018/03/13 06:03:50 UTC, 0 replies.
- [1/5] logging-chainsaw git commit: Replace null arrays with empty varargs - posted by ma...@apache.org on 2018/03/13 06:24:58 UTC, 0 replies.
- [2/5] logging-chainsaw git commit: Fix magic constant usage - posted by ma...@apache.org on 2018/03/13 06:24:59 UTC, 0 replies.
- [3/5] logging-chainsaw git commit: Remove unused and redundant assignments - posted by ma...@apache.org on 2018/03/13 06:25:00 UTC, 0 replies.
- [4/5] logging-chainsaw git commit: Simplify JDBC expression for updated JDK - posted by ma...@apache.org on 2018/03/13 06:25:01 UTC, 0 replies.
- [5/5] logging-chainsaw git commit: Make synchronized variables final - posted by ma...@apache.org on 2018/03/13 06:25:02 UTC, 0 replies.
- [1/2] logging-chainsaw git commit: CHAINSAW-1: Add generics - posted by ma...@apache.org on 2018/03/13 06:33:19 UTC, 0 replies.
- [2/2] logging-chainsaw git commit: CHAINSAW-1: Add generics - posted by ma...@apache.org on 2018/03/13 06:33:20 UTC, 0 replies.
- [1/4] logging-chainsaw git commit: Reformat and simplify pom.xml - posted by ma...@apache.org on 2018/03/13 06:53:29 UTC, 0 replies.
- [2/4] logging-chainsaw git commit: Add editorconfig - posted by ma...@apache.org on 2018/03/13 06:53:30 UTC, 0 replies.
- [3/4] logging-chainsaw git commit: Reformat changes.xml - posted by ma...@apache.org on 2018/03/13 06:53:31 UTC, 0 replies.
- [4/4] logging-chainsaw git commit: Add changelog entries - posted by ma...@apache.org on 2018/03/13 06:53:32 UTC, 0 replies.
- [01/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:29 UTC, 0 replies.
- [02/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:30 UTC, 0 replies.
- [03/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:31 UTC, 0 replies.
- [04/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:32 UTC, 0 replies.
- [05/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:33 UTC, 0 replies.
- [06/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:34 UTC, 0 replies.
- [07/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:35 UTC, 0 replies.
- [08/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:36 UTC, 0 replies.
- [09/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:37 UTC, 0 replies.
- [10/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:38 UTC, 0 replies.
- [11/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:39 UTC, 0 replies.
- [12/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:40 UTC, 0 replies.
- [13/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:41 UTC, 0 replies.
- [14/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:42 UTC, 0 replies.
- [15/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:43 UTC, 0 replies.
- [16/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:44 UTC, 0 replies.
- [17/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:45 UTC, 0 replies.
- [18/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:46 UTC, 0 replies.
- [19/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:47 UTC, 0 replies.
- [20/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:48 UTC, 0 replies.
- [21/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:49 UTC, 0 replies.
- [22/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:50 UTC, 0 replies.
- [23/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:51 UTC, 0 replies.
- [24/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:52 UTC, 0 replies.
- [25/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:53 UTC, 0 replies.
- [26/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:54 UTC, 0 replies.
- [27/27] logging-chainsaw git commit: Reformat code for consistency - posted by ma...@apache.org on 2018/03/13 07:04:55 UTC, 0 replies.
- logging-log4j-audit git commit: Catalog Editor now uses Spring Boot - posted by rg...@apache.org on 2018/03/14 04:02:37 UTC, 0 replies.
- [01/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:07 UTC, 0 replies.
- [02/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:08 UTC, 0 replies.
- [03/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:09 UTC, 0 replies.
- [04/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:10 UTC, 0 replies.
- [05/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:11 UTC, 0 replies.
- [06/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:12 UTC, 0 replies.
- [07/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:13 UTC, 0 replies.
- [08/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:14 UTC, 0 replies.
- [09/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:15 UTC, 0 replies.
- [10/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:16 UTC, 0 replies.
- [11/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:17 UTC, 0 replies.
- [12/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:18 UTC, 0 replies.
- [13/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:19 UTC, 0 replies.
- [14/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:20 UTC, 0 replies.
- [15/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:21 UTC, 0 replies.
- [16/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:22 UTC, 0 replies.
- [17/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:23 UTC, 0 replies.
- [18/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:24 UTC, 0 replies.
- [19/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:25 UTC, 0 replies.
- [20/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:26 UTC, 0 replies.
- [21/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:27 UTC, 0 replies.
- [22/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:28 UTC, 0 replies.
- [23/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:29 UTC, 0 replies.
- [24/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:30 UTC, 0 replies.
- [25/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:31 UTC, 0 replies.
- [26/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:32 UTC, 0 replies.
- [27/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:33 UTC, 0 replies.
- [28/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:34 UTC, 0 replies.
- [29/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:35 UTC, 0 replies.
- [30/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:36 UTC, 0 replies.
- [31/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:37 UTC, 0 replies.
- [32/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:38 UTC, 0 replies.
- [33/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:39 UTC, 0 replies.
- [34/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:40 UTC, 0 replies.
- [35/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:41 UTC, 0 replies.
- [36/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:42 UTC, 0 replies.
- [37/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:43 UTC, 0 replies.
- [38/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:44 UTC, 0 replies.
- [39/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:45 UTC, 0 replies.
- [40/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:46 UTC, 0 replies.
- [41/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:47 UTC, 0 replies.
- [42/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:48 UTC, 0 replies.
- [43/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:49 UTC, 0 replies.
- [44/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:50 UTC, 0 replies.
- [45/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:51 UTC, 0 replies.
- [46/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:52 UTC, 0 replies.
- [47/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:53 UTC, 0 replies.
- [48/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:54 UTC, 0 replies.
- [49/49] logging-log4j-audit git commit: Rename war project to editor - posted by rg...@apache.org on 2018/03/14 14:51:55 UTC, 0 replies.
- svn commit: r25752 - in /release/logging/log4j: 2.11.0/ 2.9.1/ - posted by rg...@apache.org on 2018/03/16 05:51:56 UTC, 0 replies.
- svn commit: r1026835 - in /websites/production/logging/content/log4j: ./ log4j-2.11.0/ log4j-2.11.0/css/ log4j-2.11.0/images/ log4j-2.11.0/img/ log4j-2.11.0/js/ log4j-2.11.0/log4j-1.2-api/ log4j-2.11.0/log4j-1.2-api/apidocs/ log4j-2.11.0/log4j-1.2-api/... - posted by rg...@apache.org on 2018/03/16 06:23:44 UTC, 0 replies.
- logging-chainsaw git commit: Enable macOS builds by default when running on macOS - posted by ma...@apache.org on 2018/03/16 13:44:12 UTC, 0 replies.
- logging-chainsaw git commit: Update change report to use JIRA - posted by ma...@apache.org on 2018/03/16 13:49:13 UTC, 0 replies.
- logging-chainsaw git commit: Upgrade maven plugins to logging-parent versions - posted by ma...@apache.org on 2018/03/16 13:51:54 UTC, 0 replies.
- logging-parent git commit: Add minimal jenkins pipeline - posted by ma...@apache.org on 2018/03/16 14:22:00 UTC, 0 replies.
- [1/2] logging-chainsaw git commit: Use maven properties to define java version - posted by ma...@apache.org on 2018/03/16 14:34:34 UTC, 0 replies.
- [2/2] logging-chainsaw git commit: Add snapshots repo in maven profile - posted by ma...@apache.org on 2018/03/16 14:34:35 UTC, 0 replies.
- logging-chainsaw git commit: Fix javadoc doclint configuration - posted by ma...@apache.org on 2018/03/16 14:44:38 UTC, 0 replies.
- logging-chainsaw git commit: Fix other javadoc doclint configuration - posted by ma...@apache.org on 2018/03/16 14:51:16 UTC, 0 replies.
- svn commit: r1026941 - in /websites/production/logging/content/log4j/log4j-2.11.0: ./ css/ images/ img/ js/ log4j-1.2-api/ log4j-1.2-api/apidocs/ log4j-1.2-api/apidocs/org/ log4j-1.2-api/apidocs/org/apache/ log4j-1.2-api/apidocs/org/apache/log4j/ log4j... - posted by rg...@apache.org on 2018/03/18 02:33:46 UTC, 0 replies.
- logging-log4j2 git commit: Fix site issues. Add articles - posted by rg...@apache.org on 2018/03/18 02:43:27 UTC, 0 replies.
- logging-log4j2 git commit: Fix site issues - posted by rg...@apache.org on 2018/03/18 02:45:50 UTC, 0 replies.
- logging-log4j2 git commit: Add articles - posted by rg...@apache.org on 2018/03/18 02:46:32 UTC, 0 replies.
- [1/2] logging-log4j2 git commit: LOG4J2-2268 - Improve error msg if invalid value - posted by rg...@apache.org on 2018/03/18 18:24:06 UTC, 1 replies.
- [2/2] logging-log4j2 git commit: Closes #160 - posted by rg...@apache.org on 2018/03/18 18:24:07 UTC, 1 replies.
- logging-log4j-audit git commit: Update documentation - posted by rg...@apache.org on 2018/03/19 04:45:17 UTC, 0 replies.
- logging-log4j-audit-sample git commit: Create AuditService as Spring Boot app - posted by rg...@apache.org on 2018/03/19 04:45:50 UTC, 0 replies.
- logging-log4j2 git commit: [LOG4J2-2283] ParserConfigurationException when using Log4j with oracle.xml.jaxp.JXDocumentBuilderFactory. - posted by gg...@apache.org on 2018/03/20 22:45:38 UTC, 1 replies.
- [1/4] logging-log4j2 git commit: [BUILD] removed picocli tests from core tests; they do not add value here and occasionally fail when building Log4j on a console that supports ANSI colors - posted by rp...@apache.org on 2018/03/21 11:07:47 UTC, 1 replies.
- [2/4] logging-log4j2 git commit: [BUILD] removed picocli tests from core tests; they do not add value here and occasionally fail when building Log4j on a console that supports ANSI colors - posted by rp...@apache.org on 2018/03/21 11:07:48 UTC, 1 replies.
- [3/4] logging-log4j2 git commit: [BUILD] removed picocli tests from core tests; they do not add value here and occasionally fail when building Log4j on a console that supports ANSI colors - posted by rp...@apache.org on 2018/03/21 11:07:49 UTC, 1 replies.
- [4/4] logging-log4j2 git commit: [BUILD] removed picocli tests from core tests; they do not add value here and occasionally fail when building Log4j on a console that supports ANSI colors - posted by rp...@apache.org on 2018/03/21 11:07:50 UTC, 1 replies.
- [1/3] logging-log4cxx git commit: LOGCXX-369: Make code a bit more readable before using it as base for decodingtest. - posted by ts...@apache.org on 2018/03/21 12:30:10 UTC, 0 replies.
- [2/3] logging-log4cxx git commit: LOGCXX-369: Make code a bit more readable before using it as base for decodingtest. - posted by ts...@apache.org on 2018/03/21 12:30:11 UTC, 0 replies.
- [3/3] logging-log4cxx git commit: LOGCXX-369: decodingtest added to try to reproduce the mentioned problem in MbstowcsCharsetDecoder. mbsrtowcs is not available on all platforms, so the current commit works for those without it, like my C++-Builder. - posted by ts...@apache.org on 2018/03/21 12:30:12 UTC, 0 replies.
- [1/2] logging-log4cxx git commit: mbsrtowcs() returns the number of wide char, but not the source in string length. - posted by ts...@apache.org on 2018/03/21 12:54:48 UTC, 0 replies.
- [2/2] logging-log4cxx git commit: LOGCXX-369: Record fixed for 369 and 399. - posted by ts...@apache.org on 2018/03/21 12:54:49 UTC, 0 replies.
- logging-log4cxx git commit: errorhandlertestcase succeeded in Windows, because it strips "/." automatically. The new path fails on Linux and Windows reliably. - posted by ts...@apache.org on 2018/03/21 18:03:51 UTC, 0 replies.
- [1/6] logging-log4cxx git commit: LOGCXX-369: Make code a bit more readable before using it as base for decodingtest. - posted by ts...@apache.org on 2018/03/21 18:29:13 UTC, 0 replies.
- [2/6] logging-log4cxx git commit: LOGCXX-369: Make code a bit more readable before using it as base for decodingtest. - posted by ts...@apache.org on 2018/03/21 18:29:14 UTC, 0 replies.
- [3/6] logging-log4cxx git commit: LOGCXX-369: decodingtest added to try to reproduce the mentioned problem in MbstowcsCharsetDecoder. mbsrtowcs is not available on all platforms, so the current commit works for those without it, like my C++-Builder. - posted by ts...@apache.org on 2018/03/21 18:29:15 UTC, 0 replies.
- [4/6] logging-log4cxx git commit: mbsrtowcs() returns the number of wide char, but not the source in string length. - posted by ts...@apache.org on 2018/03/21 18:29:16 UTC, 0 replies.
- [5/6] logging-log4cxx git commit: LOGCXX-369: Record fixed for 369 and 399. - posted by ts...@apache.org on 2018/03/21 18:29:17 UTC, 0 replies.
- [6/6] logging-log4cxx git commit: Merge branch logcxx_369, which additionally closes https://github.com/apache/logging-log4cxx/pull/4. - posted by ts...@apache.org on 2018/03/21 18:29:18 UTC, 0 replies.
- [logging-log4cxx] Git Push Summary - posted by ts...@apache.org on 2018/03/21 18:35:09 UTC, 0 replies.
- svn commit: r25887 - /release/logging/KEYS - posted by ma...@apache.org on 2018/03/22 07:56:26 UTC, 0 replies.
- logging-parent git commit: [maven-release-plugin] prepare release logging-parent-2 - posted by ma...@apache.org on 2018/03/24 18:33:02 UTC, 0 replies.
- [logging-parent] Git Push Summary - posted by ma...@apache.org on 2018/03/24 18:33:14 UTC, 0 replies.
- logging-parent git commit: [maven-release-plugin] prepare for next development iteration - posted by ma...@apache.org on 2018/03/24 18:33:16 UTC, 0 replies.
- [01/25] logging-log4j-kotlin git commit: Initial commit based on logging-log4j-scala - posted by ma...@apache.org on 2018/03/27 17:55:21 UTC, 0 replies.
- [02/25] logging-log4j-kotlin git commit: Removed unneeded dependency on log4j-core - posted by ma...@apache.org on 2018/03/27 17:55:22 UTC, 0 replies.
- [03/25] logging-log4j-kotlin git commit: Instantiate logger via =, not by, trace, build updates - posted by ma...@apache.org on 2018/03/27 17:55:23 UTC, 0 replies.
- [04/25] logging-log4j-kotlin git commit: Update Kotlin version to 1.1.60 - posted by ma...@apache.org on 2018/03/27 17:55:24 UTC, 0 replies.
- [05/25] logging-log4j-kotlin git commit: Build against log4j2 2.10.1-SNAPSHOT - posted by ma...@apache.org on 2018/03/27 17:55:25 UTC, 0 replies.
- [06/25] logging-log4j-kotlin git commit: Handle deprecated log calls with MessageSupplier param - posted by ma...@apache.org on 2018/03/27 17:55:26 UTC, 0 replies.
- [07/25] logging-log4j-kotlin git commit: Add unit tests - posted by ma...@apache.org on 2018/03/27 17:55:27 UTC, 0 replies.
- [08/25] logging-log4j-kotlin git commit: Support/improve interface-based logger mixin - posted by ma...@apache.org on 2018/03/27 17:55:28 UTC, 0 replies.
- [09/25] logging-log4j-kotlin git commit: Update Kotlin to 1.2.21 - posted by ma...@apache.org on 2018/03/27 17:55:29 UTC, 0 replies.
- [10/25] logging-log4j-kotlin git commit: Use ExtendedLogger directly - posted by ma...@apache.org on 2018/03/27 17:55:30 UTC, 0 replies.
- [11/25] logging-log4j-kotlin git commit: Update README with status info - posted by ma...@apache.org on 2018/03/27 17:55:31 UTC, 0 replies.
- [12/25] logging-log4j-kotlin git commit: Location-aware logging and more - posted by ma...@apache.org on 2018/03/27 17:55:32 UTC, 0 replies.
- [13/25] logging-log4j-kotlin git commit: Rename logger class to reflect function - posted by ma...@apache.org on 2018/03/27 17:55:33 UTC, 0 replies.
- [14/25] logging-log4j-kotlin git commit: Reorganization and renames - posted by ma...@apache.org on 2018/03/27 17:55:34 UTC, 0 replies.
- [15/25] logging-log4j-kotlin git commit: Reorganization and renames - posted by ma...@apache.org on 2018/03/27 17:55:35 UTC, 0 replies.
- [16/25] logging-log4j-kotlin git commit: KotlinLogger drops parameterized methods - posted by ma...@apache.org on 2018/03/27 17:55:36 UTC, 0 replies.
- [17/25] logging-log4j-kotlin git commit: KotlinLogger drops parameterized methods - posted by ma...@apache.org on 2018/03/27 17:55:37 UTC, 0 replies.
- [18/25] logging-log4j-kotlin git commit: Improve nullability checks, String->CharSequence - posted by ma...@apache.org on 2018/03/27 17:55:38 UTC, 0 replies.
- [19/25] logging-log4j-kotlin git commit: Simplify traceEntry/traceExit - posted by ma...@apache.org on 2018/03/27 17:55:39 UTC, 0 replies.
- [20/25] logging-log4j-kotlin git commit: Remove KotlinCompleteLogger - posted by ma...@apache.org on 2018/03/27 17:55:40 UTC, 0 replies.
- [21/25] logging-log4j-kotlin git commit: Use ListAppender for logging integration testing - posted by ma...@apache.org on 2018/03/27 17:55:41 UTC, 0 replies.
- [22/25] logging-log4j-kotlin git commit: Simplify and fill out LoggerTest - posted by ma...@apache.org on 2018/03/27 17:55:42 UTC, 0 replies.
- [23/25] logging-log4j-kotlin git commit: Merge branch 'master' of github.com:rocketraman/logging-log4j-kotlin into api-rocketraman - posted by ma...@apache.org on 2018/03/27 17:55:43 UTC, 0 replies.
- [24/25] logging-log4j-kotlin git commit: Clean up pom files - posted by ma...@apache.org on 2018/03/27 17:55:44 UTC, 0 replies.
- [25/25] logging-log4j-kotlin git commit: Add minimal jenkins pipeline - posted by ma...@apache.org on 2018/03/27 17:55:45 UTC, 0 replies.
- [1/9] logging-log4j-scala git commit: Update copyright year in NOTICE - posted by ma...@apache.org on 2018/03/28 21:15:37 UTC, 0 replies.
- [2/9] logging-log4j-scala git commit: LOG4J2-1882 - Merge API modules into one using SBT - posted by ma...@apache.org on 2018/03/28 21:15:38 UTC, 0 replies.
- [3/9] logging-log4j-scala git commit: LOG4J2-1882 - Merge API modules into one using SBT - posted by ma...@apache.org on 2018/03/28 21:15:39 UTC, 0 replies.
- [4/9] logging-log4j-scala git commit: LOG4J2-1882 - Merge API modules into one using SBT - posted by ma...@apache.org on 2018/03/28 21:15:40 UTC, 0 replies.
- [5/9] logging-log4j-scala git commit: LOG4J2-1882 - Merge API modules into one using SBT - posted by ma...@apache.org on 2018/03/28 21:15:41 UTC, 0 replies.
- [6/9] logging-log4j-scala git commit: LOG4J2-1882 - Merge API modules into one using SBT - posted by ma...@apache.org on 2018/03/28 21:15:42 UTC, 0 replies.
- [7/9] logging-log4j-scala git commit: LOG4J2-1882 - Merge API modules into one using SBT - posted by ma...@apache.org on 2018/03/28 21:15:43 UTC, 0 replies.
- [8/9] logging-log4j-scala git commit: Add more metadata and publish settings - posted by ma...@apache.org on 2018/03/28 21:15:44 UTC, 0 replies.
- [9/9] logging-log4j-scala git commit: Add minimal Jenkinsfile - posted by ma...@apache.org on 2018/03/28 21:15:45 UTC, 0 replies.
- [1/3] logging-log4j-scala git commit: Reorganize api module - posted by ma...@apache.org on 2018/03/29 00:59:26 UTC, 0 replies.
- [2/3] logging-log4j-scala git commit: Reorganize api module - posted by ma...@apache.org on 2018/03/29 00:59:27 UTC, 0 replies.
- [3/3] logging-log4j-scala git commit: Reorganize api module - posted by ma...@apache.org on 2018/03/29 00:59:28 UTC, 0 replies.
- logging-log4j-scala git commit: Disable SBT deploy and add Jenkins artifact archival - posted by ma...@apache.org on 2018/03/29 16:10:10 UTC, 0 replies.
- logging-log4j-scala git commit: Move artifact archival to deploy stage - posted by ma...@apache.org on 2018/03/29 16:18:05 UTC, 0 replies.
- logging-log4j-scala git commit: Fix packaging issues with macro file - posted by ma...@apache.org on 2018/03/29 20:04:28 UTC, 0 replies.
- logging-log4j-scala git commit: LOG4J2-2296: Add minimal website generator config - posted by ma...@apache.org on 2018/03/30 01:14:07 UTC, 0 replies.
- logging-log4j-scala git commit: LOG4J2-2290: Update Log4j from 2.9.1 to 2.11.0 - posted by ma...@apache.org on 2018/03/30 18:16:35 UTC, 0 replies.
- logging-log4j-scala git commit: LOG4J2-2291: Add Jenkins pipeline for SBT build - posted by ma...@apache.org on 2018/03/30 19:00:03 UTC, 0 replies.
- logging-log4j-scala git commit: Add sbt branch to allowed snapshots branches for deployment tests - posted by ma...@apache.org on 2018/03/30 19:02:28 UTC, 0 replies.
- logging-log4j-scala git commit: Add LOG4J2-2291 changelog entry - posted by ma...@apache.org on 2018/03/30 19:10:21 UTC, 0 replies.
- [1/3] logging-log4j-scala git commit: Add LOG4J2-2296 changelog entry - posted by ma...@apache.org on 2018/03/30 21:03:20 UTC, 0 replies.
- [2/3] logging-log4j-scala git commit: Add missing license headers - posted by ma...@apache.org on 2018/03/30 21:03:21 UTC, 0 replies.
- [3/3] logging-log4j-scala git commit: LOG4J2-2293: Add required license files to SBT output artifacts - posted by ma...@apache.org on 2018/03/30 21:03:22 UTC, 0 replies.
- logging-log4j2 git commit: [LOG4J2-2300] PoolingDriverConnectionSource does not take into account properties, user name, and password. - posted by gg...@apache.org on 2018/03/30 21:31:29 UTC, 3 replies.
- [1/2] logging-log4j-scala git commit: Add scaladocs to site output - posted by ma...@apache.org on 2018/03/30 21:46:13 UTC, 0 replies.
- [2/2] logging-log4j-scala git commit: LOG4J2-2298: Add changelog to site - posted by ma...@apache.org on 2018/03/30 21:46:14 UTC, 0 replies.
- [1/2] logging-log4j2 git commit: [LOG4J2-2300] PoolingDriverConnectionSource does not take into account properties, user name, and password. - posted by gg...@apache.org on 2018/03/30 21:47:12 UTC, 0 replies.
- [2/2] logging-log4j2 git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/logging-log4j2.git - posted by gg...@apache.org on 2018/03/30 21:47:13 UTC, 0 replies.
- [1/2] logging-log4j-scala git commit: Extract methods in sbt plugin - posted by ma...@apache.org on 2018/03/30 22:46:10 UTC, 0 replies.
- [2/2] logging-log4j-scala git commit: Reorganize build.sbt into better settings categories - posted by ma...@apache.org on 2018/03/30 22:46:11 UTC, 0 replies.
- [1/3] logging-log4j-scala git commit: Improve types - posted by ma...@apache.org on 2018/03/31 00:47:58 UTC, 0 replies.
- [2/3] logging-log4j-scala git commit: Combine project info into ModuleInfo - posted by ma...@apache.org on 2018/03/31 00:47:59 UTC, 0 replies.
- [3/3] logging-log4j-scala git commit: Add failure emails for master builds - posted by ma...@apache.org on 2018/03/31 00:48:00 UTC, 0 replies.
- logging-log4j-scala git commit: Fix typo - posted by ma...@apache.org on 2018/03/31 00:48:59 UTC, 0 replies.
- [1/2] logging-log4j-scala git commit: Add rat plugin - posted by ma...@apache.org on 2018/03/31 23:06:32 UTC, 0 replies.
- [2/2] logging-log4j-scala git commit: Add rat checks to jenkins pipeline - posted by ma...@apache.org on 2018/03/31 23:06:33 UTC, 0 replies.