[1/5] logging-log4j2 git commit: LOG4J2-2011 replace JCommander command line parser with picocli to let users run Log4j2 utility applications without requiring an external dependency

2017-08-14 Thread rpopma
, but new files you have not told Git about are not affected.") +boolean all; + +@Option(names = {"-p", "--patch"}, description = "Use the interactive patch selection interface to chose which changes to commit") +boolean patch; + +@Opt

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

2017-07-30 Thread rpopma
-us.apache.org/repos/asf/logging-log4j2/diff/3ac72702 Branch: refs/heads/master Commit: 3ac727026f295941fe71a34d6c80afc242f38c0f Parents: 7aa2a22 bfdb2f5 Author: rpopma <rpo...@apache.org> Authored: Mon Jul 31 07:45:38 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Mon Jul 31 07:45:3

[1/2] logging-log4j2 git commit: LOG4J2-1990 move exception handling out of hot code path

2017-07-30 Thread rpopma
223 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/7aa2a223 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/7aa2a223 Branch: refs/heads/master Commit: 7aa2a223d175d055d31e4e4c4cce3c6519b42d70 Parents: 005139d Author: rpopma <rpo...@apache.org> Authored: Mon Jul

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

2017-07-30 Thread rpopma
-us.apache.org/repos/asf/logging-log4j2/diff/b79d6c5d Branch: refs/heads/master Commit: b79d6c5d7b6663c38b07ce88f924efe7419b9455 Parents: 218117a 41d9ac0 Author: rpopma <rpo...@apache.org> Authored: Sun Jul 30 19:34:06 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sun Jul 30 19:34:0

[1/2] logging-log4j2 git commit: LOG4J2-1990 refactor #logMessageSafely method to stay within 35 byte MaxInlineSize threshold; add TODO for Configuration setting to propagate exceptions back to caller

2017-07-30 Thread rpopma
mit: 218117a910995918b75ba718076e4b08862245a9 Parents: 68de0ff Author: rpopma <rpo...@apache.org> Authored: Sun Jul 30 19:33:40 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sun Jul 30 19:33:40 2017 +0900 -- ..

logging-log4j2 git commit: Bump version of HdrHistogram to 2.1.9

2017-07-07 Thread rpopma
wip-us.apache.org/repos/asf/logging-log4j2/tree/4d0108fa Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/4d0108fa Branch: refs/heads/master Commit: 4d0108fa02da89721a77832078a6e87e35e54a3b Parents: 73b2e52 Author: rpopma <rpo...@apache.org> Authored: Sat Jul 8 14:40:39 2

logging-log4j2 git commit: LOG4J2-1908 fix test that was broken by pulling up the narrow() method from OutputStreamManager to AbstractManager

2017-07-02 Thread rpopma
0b8 Author: rpopma <rpo...@apache.org> Authored: Sun Jul 2 19:32:34 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sun Jul 2 19:32:34 2017 +0900 -- .../logging/log4j/core/appender/OutputStreamManagerTest.java

logging-log4j2 git commit: LOG4J2-1908 pull up the narrow() method from OutputStreamManager to AbstractManager

2017-07-01 Thread rpopma
asf/logging-log4j2/commit/04820b8a Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/04820b8a Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/04820b8a Branch: refs/heads/master Commit: 04820b8a89d1a64f58ef97a584586204854300ca Parents: 26f6df8 Author: rpopma <rpo...@apac

logging-log4j2 git commit: LOG4J2-1908 added comment and more javadoc

2017-06-30 Thread rpopma
git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9d049426 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/9d049426 Branch: refs/heads/master Commit: 9d049426a6fb2976fa39c4642146ae4959a08709 Parents: 9672576 Author: rpopma <rpo...@apache.org> Authored: Fri Jun 30 21:40:24 2

logging-log4j2 git commit: LOG4J2-1908 Improved error message when misconfigured with multiple incompatible appenders targeting same file

2017-06-30 Thread rpopma
hor: rpopma <rpo...@apache.org> Authored: Fri Jun 30 21:30:15 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Fri Jun 30 21:30:15 2017 +0900 -- .../log4j/core/appender/FileManager.java| 12 ++-- ..

logging-log4j2 git commit: LOG4J2-1954 Configurations with multiple root loggers now fail loudly.

2017-06-29 Thread rpopma
4j2/commit/10ad73fb Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/10ad73fb Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/10ad73fb Branch: refs/heads/master Commit: 10ad73fbce5b10df4b94986f9058164bf291cbc9 Parents: e65fc4a Author: rpopma <rpo...@apache.org> Auth

logging-log4j2 git commit: LOG4J2-1801 Add more detail to WARN "Ignoring log event" messages printed to the console after log4j was shut down.

2017-06-24 Thread rpopma
ents: d26353c Author: rpopma <rpo...@apache.org> Authored: Sat Jun 24 21:41:33 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sat Jun 24 21:41:33 2017 +0900 -- .../log4j/core/async/AsyncLoggerConf

logging-log4j2 git commit: LOG4J2-1814 added wrapper classes CustomLoggerGenerator and ExtendedLoggerGenerator to avoid class name with a dollar ($) character which has special meaning in many *nix co

2017-06-24 Thread rpopma
efs/heads/master Commit: d26353cbbb235637839820dc9366059ecec325af Parents: f3a1268 Author: rpopma <rpo...@apache.org> Authored: Sat Jun 24 21:28:49 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sat Jun 24 21:2

logging-log4j2 git commit: LOG4J2-1884 fix formatting issue in the manual

2017-06-24 Thread rpopma
ttp://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f3a1268e Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f3a1268e Branch: refs/heads/master Commit: f3a1268e333d72431df7faa1757ceb44520ae311 Parents: 4fef145 Author: rpopma <rpo...@apache.org> Authored: Sat Jun 24 21:1

logging-log4j2 git commit: LOG4J2-1884 Added process ID (pid) pattern converter.

2017-06-24 Thread rpopma
ree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/4fef145d Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/4fef145d Branch: refs/heads/master Commit: 4fef145d85d144e803f195d67d9733d1e0271ed2 Parents: 69d7e42 Author: rpopma <rpo...@apache.org> Authored: Sat Jun 24

logging-log4j2 git commit: LOG4J2-1926 document that implementations of the ThreadDumpMessage$ThreadInfoFactory interface are loaded via the Service Loader Interface

2017-06-24 Thread rpopma
mit: 69d7e421c64b0fce53cbb08d4c1da890a0f395bd Parents: 81f20a6 Author: rpopma <rpo...@apache.org> Authored: Sat Jun 24 20:07:44 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sat Jun 24 20:07:44 2017 +0900 -- .../java/org/apache/loggin

[1/8] logging-log4j2 git commit: LOG4J2-1926 make interface ThreadInformation public since some implementations will live in log4j-core

2017-06-24 Thread rpopma
wip-us.apache.org/repos/asf/logging-log4j2/commit/000899ac Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/000899ac Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/000899ac Branch: refs/heads/master Commit: 000899acba05e5b9a2a630d59164ba03e278 Parents: 55b9fd2 Author: rpo

[4/8] logging-log4j2 git commit: LOG4J2-1926 moved ExtendedThreadInfoFactory out of ThreadDumpMessage class and make it a top-level class in log4j-core

2017-06-24 Thread rpopma
-us.apache.org/repos/asf/logging-log4j2/tree/75f519f7 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/75f519f7 Branch: refs/heads/master Commit: 75f519f75cdd576b264c05af3d4608d6cb8d2f97 Parents: d0023de Author: rpopma <rpo...@apache.org> Authored: Sat Jun 24 19:54:29 2017 +0900 Com

[7/8] logging-log4j2 git commit: LOG4J2-1926 unit test that verifies ExtendedThreadInfoFactory is loaded from ServiceLoader

2017-06-24 Thread rpopma
-log4j2/tree/e369b8a5 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/e369b8a5 Branch: refs/heads/master Commit: e369b8a51fe7adec9afb58a42d279d9d41a08370 Parents: 20dab46 Author: rpopma <rpo...@apache.org> Authored: Sat Jun 24 19:57:13 2017 +0900 Committer: rpopma <rpo...@a

[6/8] logging-log4j2 git commit: LOG4J2-1926 added configuration file to obtain ExtendedThreadInfoFactory instance from ServiceLoader

2017-06-24 Thread rpopma
/logging-log4j2/tree/20dab46a Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/20dab46a Branch: refs/heads/master Commit: 20dab46a8dda6c42c0a0d91085154652a2eaac1a Parents: 98eaaf9 Author: rpopma <rpo...@apache.org> Authored: Sat Jun 24 19:56:34 2017 +0900 Committer: rpopm

[3/8] logging-log4j2 git commit: LOG4J2-1926 Remove references to java.lang.management package

2017-06-24 Thread rpopma
: d0023dee94ecee680ee3cdc0be31313337fd49ad Parents: a0fcb15 Author: rpopma <rpo...@apache.org> Authored: Sat Jun 24 19:52:48 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sat Jun 24 19:52:48 2017 +0900 -

[8/8] logging-log4j2 git commit: LOG4J2-1926 change log entry

2017-06-24 Thread rpopma
/logging-log4j2/diff/81f20a6a Branch: refs/heads/master Commit: 81f20a6accf14c1c0eb058d4d4c5579cbf4bdec3 Parents: e369b8a Author: rpopma <rpo...@apache.org> Authored: Sat Jun 24 19:57:43 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sat Jun 24 19:57:4

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

2017-06-24 Thread rpopma
-us.apache.org/repos/asf/logging-log4j2/diff/a0fcb155 Branch: refs/heads/master Commit: a0fcb1557f19ee22e84c32901843ed4eeab1bbc4 Parents: 000899a 633bb66 Author: rpopma <rpo...@apache.org> Authored: Sat Jun 24 19:48:11 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sat Jun 24 19:48:1

[5/8] logging-log4j2 git commit: LOG4J2-1926 Facilitate Adroid use: Moved ExtendedThreadInformation from log4j-api to log4j-core to avoid all references to java.lang.management in log4j-api

2017-06-24 Thread rpopma
/98eaaf98 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/98eaaf98 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/98eaaf98 Branch: refs/heads/master Commit: 98eaaf9861156661f8d053adced0856fb7b54d6b Parents: 75f519f Author: rpopma <rpo...@apache.org> Authore

logging-log4j2 git commit: LOG4J2-1874 javadoc enhancements

2017-06-18 Thread rpopma
wip-us.apache.org/repos/asf/logging-log4j2/tree/6c8f0d6b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/6c8f0d6b Branch: refs/heads/master Commit: 6c8f0d6bc299066d3cabc2726130faa2cb560555 Parents: d92cc27 Author: rpopma <rpo...@apache.org> Authored: Sun Jun 18 16:15:23 2017 +0900

logging-log4j2 git commit: LOG4J2-1874 add writeBytes methods to ByteBufferDestination

2017-06-18 Thread rpopma
org/repos/asf/logging-log4j2/tree/d92cc27d Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d92cc27d Branch: refs/heads/master Commit: d92cc27d3cdc0a5d7e7f8c519abf592c547e015b Parents: 749ec08 Author: rpopma <rpo...@apache.org> Authored: Sun Jun 18 16:06:37 2017 +0900 Committe

logging-log4j2 git commit: LOG4J2-1926 removed dependency on java.rmi for Android compatibility

2017-06-01 Thread rpopma
mit/194a398d Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/194a398d Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/194a398d Branch: refs/heads/master Commit: 194a398d8f70d6680f8154168011171f0a12113b Parents: 95355c0 Author: rpopma <rpo...@apache.org> Auth

[8/9] logging-log4j2 git commit: LOG4J2-1858 refactor existing places that trim a StringBuilder to max size to use the StringBuilders utility method

2017-04-16 Thread rpopma
-us.apache.org/repos/asf/logging-log4j2/tree/fd331b21 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/fd331b21 Branch: refs/heads/master Commit: fd331b217536ef354e72922d14b26c9694e8c38c Parents: 0f70fe7 Author: rpopma <rpo...@apache.org> Authored: Sun Apr 16 16:53:10 2017 +0900 Com

[9/9] logging-log4j2 git commit: LOG4J2-1858 update change log

2017-04-16 Thread rpopma
/logging-log4j2/diff/e1d334ef Branch: refs/heads/master Commit: e1d334efdc45b72a27c4b2ede1b802c3d2308fee Parents: fd331b2 Author: rpopma <rpo...@apache.org> Authored: Sun Apr 16 16:56:16 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sun Apr 16 16:56:1

[4/9] logging-log4j2 git commit: LOG4J2-1858 create trimToMaxSize utility method in StringBuilders, with test

2017-04-16 Thread rpopma
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f1b71ea7 Branch: refs/heads/master Commit: f1b71ea775e04731f3a03c2657474fcda205987a Parents: 11fb367 Author: rpopma <rpo...@apache.org> Authored: Sun Apr 16 16:49:04 2017 +0900 Committer: rpopma <rpo...@apache.org> Commit

[1/9] logging-log4j2 git commit: LOG4J2-1849 Fixed daylight savings time issue with FixedDateFormat.

2017-04-16 Thread rpopma
mit/ea72ac70 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ea72ac70 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ea72ac70 Branch: refs/heads/master Commit: ea72ac7023f15b2f585f56d6d6b7b9d936021ad9 Parents: c822338 Author: rpopma <rpo...@apache.org> Auth

[5/9] logging-log4j2 git commit: LOG4J2-1858 make the MAX_REUSABLE_MESSAGE_SIZE available in log4j-api's Constants class

2017-04-16 Thread rpopma
/tree/a903427c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a903427c Branch: refs/heads/master Commit: a903427c5f373e476736a07f259afb463a7001fd Parents: f1b71ea Author: rpopma <rpo...@apache.org> Authored: Sun Apr 16 16:50:25 2017 +0900 Committer: rpopma <rpo...@a

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

2017-04-16 Thread rpopma
-us.apache.org/repos/asf/logging-log4j2/diff/11fb367f Branch: refs/heads/master Commit: 11fb367f2aae30dd3eb67048e635396a9b718203 Parents: ee2690b ac88b1b Author: rpopma <rpo...@apache.org> Authored: Sun Apr 16 16:02:10 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sun Apr 16 16:02:1

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

2017-04-16 Thread rpopma
-us.apache.org/repos/asf/logging-log4j2/diff/ee2690bb Branch: refs/heads/master Commit: ee2690bbaffc5a9b91d10a029c2059b4f9b1d533 Parents: ea72ac7 ccc30dc Author: rpopma <rpo...@apache.org> Authored: Sun Apr 9 08:21:25 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sun Apr 9 08:21:2

[6/9] logging-log4j2 git commit: LOG4J2-1858 ensure ThreadLocal StringBuffer won't hold excessively much memory after logging a long message

2017-04-16 Thread rpopma
/asf/logging-log4j2/tree/28553e1d Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/28553e1d Branch: refs/heads/master Commit: 28553e1d44b41fcf53796633b56431b259fc9411 Parents: a903427 Author: rpopma <rpo...@apache.org> Authored: Sun Apr 16 16:51:24 2017 +0900 Committer: rpopm

logging-log4j2 git commit: LOG4J2-1849 Fixed daylight savings time issue with FixedDateFormat.

2017-03-15 Thread rpopma
mit/c822338d Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c822338d Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c822338d Branch: refs/heads/master Commit: c822338da47fe6ed5d4377c36ac1153d5621a197 Parents: 67c18b0 Author: rpopma <rpo...@apache.org> Auth

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

2017-02-14 Thread rpopma
-us.apache.org/repos/asf/logging-log4j2/diff/69b14f96 Branch: refs/heads/master Commit: 69b14f96e22f5b79a9a6e20552515f0b5edaa3e3 Parents: 2cb9949 850636a Author: rpopma <rpo...@apache.org> Authored: Tue Feb 14 23:29:04 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Tue Feb 14 23:29:0

[1/2] logging-log4j2 git commit: Refactors minOccur to minOccurs in Log4j-config.xsd

2017-02-14 Thread rpopma
mit/2cb99494 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2cb99494 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/2cb99494 Branch: refs/heads/master Commit: 2cb9949486c8c9494d5a365d15fda12891af1c45 Parents: c826beb Author: rpopma <rpo...@apache.org> Authored: T

logging-log4j2 git commit: LOG4J2-1812 small grammar fix in error msg

2017-02-11 Thread rpopma
git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c826beb9 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c826beb9 Branch: refs/heads/master Commit: c826beb94de6912c3bbaa09726235d85aebd5bf5 Parents: 2467ef5 Author: rpopma <rpo...@apache.org> Authored: Sun Feb 12 14:30:06 2

logging-log4j2 git commit: LOG4J2-1812 Improve error message when log4j 2 configuration file not found

2017-02-11 Thread rpopma
4j2/commit/2467ef5a Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2467ef5a Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/2467ef5a Branch: refs/heads/master Commit: 2467ef5af66cbf115bcfda67e23e14821e163b90 Parents: 36a26f5 Author: rpopma <rpo...@apache.org>

logging-log4j2 git commit: fix typo

2017-02-05 Thread rpopma
asf/logging-log4j2/tree/693c9b3f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/693c9b3f Branch: refs/heads/master Commit: 693c9b3f7108c8e6c56e3c0f2a6bedae1a7eba2c Parents: 933a1e1 Author: rpopma <rpo...@apache.org> Authored: Sun Feb 5 20:12:34 2017 +0900 Committer: rp

logging-log4j2 git commit: improve documentation on AsyncQueueFullPolicy

2017-02-05 Thread rpopma
ttp://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/933a1e1f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/933a1e1f Branch: refs/heads/master Commit: 933a1e1fdb64d638e3a9bd49dc5dfd7465447f0f Parents: 8cf9e4f Author: rpopma <rpo...@apache.org> Authored: Sun Feb 5 20:0

logging-log4j2 git commit: LOG4J2-1756 Commit to close github pull request.

2017-02-02 Thread rpopma
mit/5b93c1e2 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/5b93c1e2 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/5b93c1e2 Branch: refs/heads/master Commit: 5b93c1e2fd1e0a0efeb7f74bad84864c714e9f8a Parents: 12f91eb Author: rpopma <rpo...@apache.org> Authored

logging-log4j2 git commit: LOG4J2-1806 Fix javadoc for DefaultRolloverStrategy::purgeAscending

2017-02-02 Thread rpopma
42b Parents: ac51b5b Author: rpopma <rpo...@apache.org> Authored: Fri Feb 3 02:43:32 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Fri Feb 3 02:43:32 2017 +0900 -- .../log4j/core/a

[3/3] logging-log4j2 git commit: LOG4J2-1799 Fixed bug in PropertiesUtil::getCharsetProperty that caused UnsupportedCharsetException for ConsoleAppender.

2017-02-02 Thread rpopma
/repos/asf/logging-log4j2/commit/ac51b5bc Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ac51b5bc Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ac51b5bc Branch: refs/heads/master Commit: ac51b5bc451f2de2ab80fb42d1b9782c7c785d29 Parents: e31731b Author: rpopma <

[1/3] logging-log4j2 git commit: [LOG4J2-1799]: Error determining the current charset

2017-02-02 Thread rpopma
Repository: logging-log4j2 Updated Branches: refs/heads/master d52ce48f7 -> ac51b5bc4 [LOG4J2-1799]: Error determining the current charset Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/84d816ff Tree:

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

2017-02-02 Thread rpopma
: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/e31731b6 Branch: refs/heads/master Commit: e31731b6898a3f241c65fc613e7948284a4a42df Parents: d52ce48 84d816f Author: rpopma <rpo...@apache.org> Authored: Fri Feb 3 01:39:25 2017 +0900 Committer: rpopma <rpo...@apache.org> Co

logging-log4j2 git commit: LOG4J2-1805 Fixed rare race condition in FixedDateFormat, made FixedDateFormat::millisSinceMidnight method public.

2017-02-02 Thread rpopma
dbc Author: rpopma <rpo...@apache.org> Authored: Fri Feb 3 01:20:20 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Fri Feb 3 01:20:20 2017 +0900 -- .../core/util/datetime/FixedDateForma

logging-log4j2 git commit: LOG4J2-1803 changelog

2017-02-02 Thread rpopma
org/repos/asf/logging-log4j2/tree/8ce7dbcd Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/8ce7dbcd Branch: refs/heads/master Commit: 8ce7dbcdf1d8a92bba3f0c8c9429cd4c8c491306 Parents: 7164e8b Author: rpopma <rpo...@apache.org> Authored: Fri Feb 3 00:42:00 2017 +0900 Committer: rp

logging-log4j2 git commit: whitespace formatting in code examples

2017-01-21 Thread rpopma
wip-us.apache.org/repos/asf/logging-log4j2/tree/6d360ed5 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/6d360ed5 Branch: refs/heads/master Commit: 6d360ed509d4ca29b18a82a844e16c396a133995 Parents: 256a7ce Author: rpopma <rpo...@apache.org> Authored: Sun Jan 22 16:07:49 2

logging-log4j2 git commit: added more article links in other languages

2017-01-15 Thread rpopma
git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a840a4f1 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a840a4f1 Branch: refs/heads/master Commit: a840a4f1b99d47305707e7c8d99887dc5ad46367 Parents: 67ea5ea Author: rpopma <rpo...@apache.org> Authored: Sun Jan 15 23:17:28 2

[1/2] logging-log4j2 git commit: fix velocity template: '$' has special meaning

2017-01-15 Thread rpopma
ttp://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/583fc36c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/583fc36c Branch: refs/heads/master Commit: 583fc36c4b2b3c7abac2f56b65bd0f6c375a63a7 Parents: 3d380a5 Author: rpopma <rpo...@apache.org> Authored: Sun Jan 15 21:5

[2/2] logging-log4j2 git commit: fix velocity template: added missing closing , use $esc.hash instead of '#' which has special meaning in velocity templates

2017-01-15 Thread rpopma
-us.apache.org/repos/asf/logging-log4j2/tree/67ea5ea2 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/67ea5ea2 Branch: refs/heads/master Commit: 67ea5ea23f4d25c3e827897c0d4b78c09722ef71 Parents: 583fc36 Author: rpopma <rpo...@apache.org> Authored: Sun Jan 15 22:20:07 2017

logging-log4j2 git commit: added links to articles and videos

2017-01-15 Thread rpopma
wip-us.apache.org/repos/asf/logging-log4j2/tree/3d380a55 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/3d380a55 Branch: refs/heads/master Commit: 3d380a553841e32de4b18b510f83a0b42d8704b7 Parents: bca0aa6 Author: rpopma <rpo...@apache.org> Authored: Sun Jan 15 17:46:35 2

logging-log4j2 git commit: LOG4J2-1786 ConfigurationScheduler should preserve interrupt flag during stop.

2017-01-14 Thread rpopma
ing-log4j2/commit/bca0aa60 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/bca0aa60 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/bca0aa60 Branch: refs/heads/master Commit: bca0aa601cba7219ea4d8ed768e0a072a6622e3e Parents: 1f06ca4 Author: rpopma <rpo...@apac

logging-log4j2 git commit: LOG4J2-1786 ConfigurationScheduler should preserve interrupt flag during stop.

2017-01-14 Thread rpopma
ing-log4j2/commit/1f06ca46 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/1f06ca46 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/1f06ca46 Branch: refs/heads/master Commit: 1f06ca46bf38d545af3c6e93bf2925052c292c12 Parents: a114c3b Author: rpopma <rpo...@apac

logging-log4j2 git commit: LOG4J2-1779 Fixed bug where AsyncLogger did not resolve configuration properties.

2017-01-10 Thread rpopma
ing-log4j2/commit/a686a4e8 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a686a4e8 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a686a4e8 Branch: refs/heads/master Commit: a686a4e8c66f2eefc7814962450eb18054ed8ab5 Parents: 4ac36e1 Author: rpopma <rpo...@apac

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

2017-01-10 Thread rpopma
-us.apache.org/repos/asf/logging-log4j2/diff/4ac36e13 Branch: refs/heads/master Commit: 4ac36e1341998053c94646772ee345e09e58e12d Parents: 751b3fa 4ef970b Author: rpopma <rpo...@apache.org> Authored: Tue Jan 10 23:57:23 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Tue Jan 10 23:57:2

logging-log4j2 git commit: LOG4J2-1769 fix stubborn test failure

2017-01-08 Thread rpopma
wip-us.apache.org/repos/asf/logging-log4j2/tree/caf8347a Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/caf8347a Branch: refs/heads/master Commit: caf8347a2865e725236fd0038357398a34a065b2 Parents: aa87e85 Author: rpopma <rpo...@apache.org> Authored: Mon Jan 9 07:47:14 2

logging-log4j2 git commit: LOG4J2-1769 added license to config file for test [Fixed concurrency issue affecting all layouts except PatternLayout and GelfLayout, which caused scrambled output and excep

2017-01-07 Thread rpopma
ing-log4j2/diff/99d112d0 Branch: refs/heads/master Commit: 99d112d0bcc8f6d3ccf7005c29e59a8267541bb3 Parents: 9d2 Author: rpopma <rpo...@apache.org> Authored: Sun Jan 8 09:55:04 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sun Jan 8 09:5

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

2017-01-07 Thread rpopma
-us.apache.org/repos/asf/logging-log4j2/diff/9d2d Branch: refs/heads/master Commit: 9d2dabd9b1854c58a09f33558e25e9555b7b Parents: 41a3a46 ae67740 Author: rpopma <rpo...@apache.org> Authored: Sun Jan 8 09:48:53 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sun Jan 8 09:48:5

[1/2] logging-log4j2 git commit: Fixed concurrency issue affecting all layouts except PatternLayout and GelfLayout, which caused scrambled output and exceptions when logging synchronously from multipl

2017-01-07 Thread rpopma
ter Commit: 41a3a461bf81d17f94c8fc34a4f3e4432a15c2f8 Parents: 34a4123 Author: rpopma <rpo...@apache.org> Authored: Sun Jan 8 09:48:35 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sun Jan 8 09:48:35 2017 +0900 ---

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

2017-01-07 Thread rpopma
-us.apache.org/repos/asf/logging-log4j2/diff/34a41236 Branch: refs/heads/master Commit: 34a41236f9d609e40ddaa76c29e35413b8de6ef9 Parents: 2f8b665 9397da6 Author: rpopma <rpo...@apache.org> Authored: Sat Jan 7 22:51:41 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sat Jan 7 22:51:4

[1/2] logging-log4j2 git commit: Fixed concurrency issue affecting all layouts except PatternLayout and GelfLayout, which caused scrambled output and exceptions when logging synchronously from multipl

2017-01-07 Thread rpopma
ter Commit: 2f8b66510747a1d485cfd3597ea34c9071e1384a Parents: 0bca4ca Author: rpopma <rpo...@apache.org> Authored: Sat Jan 7 22:51:24 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sat Jan 7 22:51:24 2017 +0900 --

logging-log4j2 git commit: link to manual from Articles page

2017-01-03 Thread rpopma
wip-us.apache.org/repos/asf/logging-log4j2/tree/ce3bd9a5 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ce3bd9a5 Branch: refs/heads/master Commit: ce3bd9a595859b959c09f744d4c1cc629649fdac Parents: 7e7f08b Author: rpopma <rpo...@apache.org> Authored: Tue Jan 3 17:30:18 2017 +0900

logging-log4j2 git commit: Renamed Articles to Articles and Tutorials

2017-01-03 Thread rpopma
git-wip-us.apache.org/repos/asf/logging-log4j2/tree/7e7f08be Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/7e7f08be Branch: refs/heads/master Commit: 7e7f08becce7af6ef8666f6ce41dcbe7c41e011d Parents: 1a49066 Author: rpopma <rpo...@apache.org> Authored: Tue Jan 3 17:21:40 2

logging-log4j2 git commit: Reorganize top left nav bar menu - separate out items for contributors from items for users

2017-01-03 Thread rpopma
pos/asf/logging-log4j2/commit/1a49066c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/1a49066c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/1a49066c Branch: refs/heads/master Commit: 1a49066ce8926117402eeb3f435d73ab742aee9b Parents: f282f94 Author: rpopma &

logging-log4j2 git commit: LOG4J2-1748 Shortened the default keep-alive time for non-daemon threads from 60 seconds to 1 second to allow applications to exit promptly immediately after file rollover.

2016-12-26 Thread rpopma
mit: d003404af84a9ae02f91d250b36d25f4f6b3d0d7 Parents: 4352df7 Author: rpopma <rpo...@apache.org> Authored: Tue Dec 27 01:42:25 2016 +0900 Committer: rpopma <rpo...@apache.org> Committed: Tue Dec 27 01:42:25 2016 +0900

logging-log4j2 git commit: LOG4J2-1628 Fixed file locking regression in FileAppender introduced in 2.6.

2016-12-25 Thread rpopma
4j2/commit/4352df7b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/4352df7b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/4352df7b Branch: refs/heads/master Commit: 4352df7b5d574d70215f803e98be0e460a43f87d Parents: 556cea0 Author: rpopma <rpo...@apac

logging-log4j2 git commit: LOG4J2-1628 Fixed file locking regression in FileAppender introduced in 2.6.

2016-12-25 Thread rpopma
4j2/commit/556cea01 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/556cea01 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/556cea01 Branch: refs/heads/master Commit: 556cea011dce61f3e9bc3f3518320080602b853c Parents: 317f950 Author: rpopma <rpo...@apac

[2/3] logging-log4j2 git commit: LOG4J2-1302 The log4j-slf4j-impl module now declares a runtime dependency on log4j-core. While not technically required, this makes the log4j-slf4j-impl module behave

2016-12-17 Thread rpopma
: 86751f4721a886d2c284da0258e30cd7e70ca2c4 Parents: d21f759 Author: rpopma <rpo...@apache.org> Authored: Sat Dec 17 17:24:41 2016 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sat Dec 17 17:24:41 2016 +0900 -- log4j-slf4j-impl/pom.xml |

[3/3] logging-log4j2 git commit: LOG4J2-1744 The custom logger Generate tool no longer requires the log4j-api module on the classpath

2016-12-17 Thread rpopma
/logging-log4j2/tree/e40dc2b1 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/e40dc2b1 Branch: refs/heads/master Commit: e40dc2b19555298360b061d6a40b299bea2fdd1b Parents: 86751f4 Author: rpopma <rpo...@apache.org> Authored: Sat Dec 17 17:28:59 2016 +0900 Committer: rpopm

logging-log4j2 git commit: LOG4J2-1731 make SslSocketManager respect connectTimeoutMillis

2016-12-11 Thread rpopma
mit: 8811cff4e420e65fffaefa31297e22c95b5402c9 Parents: 3821d49 Author: rpopma <rpo...@apache.org> Authored: Sun Dec 11 20:28:27 2016 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sun Dec 11 20:28:27 2016 +0900 -- .../org/apache/logging

[1/2] logging-log4j2 git commit: format: max line length is 120, not 80

2016-12-04 Thread rpopma
wip-us.apache.org/repos/asf/logging-log4j2/tree/6ee6bd52 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/6ee6bd52 Branch: refs/heads/master Commit: 6ee6bd523dd524a588a53baf15671cdafd921035 Parents: f6a63fc Author: rpopma <rpo...@apache.org> Authored: Sun Dec 4 21:37:27 2

logging-log4j2 git commit: LOG4J2-1270 update garbage-free manual page

2016-11-27 Thread rpopma
git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f6a63fcb Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f6a63fcb Branch: refs/heads/master Commit: f6a63fcb62298ba8a6a66b5cc0949306b1312a36 Parents: f11a652 Author: rpopma <rpo...@apache.org> Authored: Sun Nov 27 19:35:17 2

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

2016-11-27 Thread rpopma
-us.apache.org/repos/asf/logging-log4j2/diff/f11a6525 Branch: refs/heads/master Commit: f11a6525375772fd86c51b90008353707f1d03a3 Parents: 9dc376f 286d8b3 Author: rpopma <rpo...@apache.org> Authored: Sun Nov 27 19:34:22 2016 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sun Nov 27 19:34:2

logging-log4j2 git commit: LOG4J2-1270 document that these converters are intended to be garbage-free in steady state

2016-11-27 Thread rpopma
asf/logging-log4j2/commit/d73d8575 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d73d8575 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d73d8575 Branch: refs/heads/master Commit: d73d8575840808de83cde3b10ed5f5e45251f524 Parents: d99840d Author: rpopma &

logging-log4j2 git commit: LOG4J2-1270 manual page improvements

2016-11-27 Thread rpopma
wip-us.apache.org/repos/asf/logging-log4j2/tree/d99840db Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d99840db Branch: refs/heads/master Commit: d99840db88e75195091605c34dff6768e4fc5fc1 Parents: 34c0518 Author: rpopma <rpo...@apache.org> Authored: Sun Nov 27 18:57:08 2

logging-log4j2 git commit: LOG4J2-1722 site fix for making VariablesNotEmptyReplacementConverter garbage-free

2016-11-27 Thread rpopma
ing-log4j2/commit/34c05185 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/34c05185 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/34c05185 Branch: refs/heads/master Commit: 34c051853775d17075c8a1457b75a6330d82e0c3 Parents: 8c50f49 Author: rpopma <rpo...@apac

logging-log4j2 git commit: LOG4J2-1722 make VariablesNotEmptyReplacementConverter garbage-free

2016-11-27 Thread rpopma
mit/8c50f499 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/8c50f499 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/8c50f499 Branch: refs/heads/master Commit: 8c50f4990fbe83a37e269ca5cdb2cf98283f67b9 Parents: f31970b Author: rpopma <rpo...@apache.org> Auth

logging-log4j2 git commit: LOG4J2-1717 make EncodingPatternConverter garbage-free

2016-11-26 Thread rpopma
ree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c961deae Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c961deae Branch: refs/heads/master Commit: c961deaea61a64d84114a398e47693be2860f37e Parents: df9ce70 Author: rpopma <rpo...@apache.org> Authored: Sun Nov 27

logging-log4j2 git commit: LOG4J2-1718 benchmark comparing marker interface to annotation

2016-11-25 Thread rpopma
mit/df9ce708 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/df9ce708 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/df9ce708 Branch: refs/heads/master Commit: df9ce7081893e440feac525874434585c34696aa Parents: 3ee7d69 Author: rpopma <rpo...@apache.org> Authored: S

logging-log4j2 git commit: LOG4J2-1684 avoid creating temp objects

2016-11-25 Thread rpopma
wip-us.apache.org/repos/asf/logging-log4j2/tree/fe4abe31 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/fe4abe31 Branch: refs/heads/master Commit: fe4abe31d410e49adbcdf5cda79f777bf3b19926 Parents: 561f9a4 Author: rpopma <rpo...@apache.org> Authored: Sat Nov 26 11:05:49 2

logging-log4j2 git commit: LOG4J2-1716 small manual page fixes

2016-11-20 Thread rpopma
wip-us.apache.org/repos/asf/logging-log4j2/tree/5e2a8079 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/5e2a8079 Branch: refs/heads/master Commit: 5e2a80795deae5023d910a85e5c08578de0603b7 Parents: 5e53446 Author: rpopma <rpo...@apache.org> Authored: Mon Nov 21 02:17:48 2

logging-log4j2 git commit: LOG4J2-1716 bugfix & additional test

2016-11-20 Thread rpopma
git-wip-us.apache.org/repos/asf/logging-log4j2/tree/5e53446a Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/5e53446a Branch: refs/heads/master Commit: 5e53446a2b7bfdd53064c05fdaa61686d769f6ba Parents: f2167ad Author: rpopma <rpo...@apache.org> Authored: Mon Nov 21 02:06:

logging-log4j2 git commit: LOG4J2-1716 update manual page and change log

2016-11-20 Thread rpopma
ttp://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f2167ad3 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f2167ad3 Branch: refs/heads/master Commit: f2167ad383f8327ae6ad196b4e039d354996bce3 Parents: 48de7c7 Author: rpopma <rpo...@apache.org> Authored: Mon Nov 21 01:5

logging-log4j2 git commit: LOG4J2-1716 removed unused imports

2016-11-20 Thread rpopma
wip-us.apache.org/repos/asf/logging-log4j2/tree/48de7c7b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/48de7c7b Branch: refs/heads/master Commit: 48de7c7b956a5cbfc9dc91d97a949ff86c25c0fa Parents: 39dbbc9 Author: rpopma <rpo...@apache.org> Authored: Mon Nov 21 01:50:02 2

logging-log4j2 git commit: LOG4J2-1716 Avoid allocating temporary objects in MapPatternConverter

2016-11-20 Thread rpopma
mit/39dbbc98 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/39dbbc98 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/39dbbc98 Branch: refs/heads/master Commit: 39dbbc98b355c8df812e04ee2aa94b0fed76f0c5 Parents: c136d0d Author: rpopma <rpo...@apache.org> Auth

logging-log4j2 git commit: LOG4J2-1683 Avoid allocating temporary objects in MapMessage

2016-11-20 Thread rpopma
0d5 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c136d0d5 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c136d0d5 Branch: refs/heads/master Commit: c136d0d5a34a6db2dd354ad4c8e31800182332fb Parents: f39e39b Author: rpopma <rpo...@apache.org> Authored: Mon

logging-log4j2 git commit: LOG4J2-1718 let ThreadDumpMessage implement AsynchronouslyFormattable (it caches immutable objects in the constructor)

2016-11-20 Thread rpopma
ed7 Author: rpopma <rpo...@apache.org> Authored: Mon Nov 21 01:00:13 2016 +0900 Committer: rpopma <rpo...@apache.org> Committed: Mon Nov 21 01:00:13 2016 +0900 -- .../java/org/apache/logging/log4j/message/ThreadDumpMes

logging-log4j2 git commit: LOG4J2-1719 Fixed race condition in ObjectMessage and SimpleMessage, ensuring that the log message contains the value the object has during the logging call.

2016-11-20 Thread rpopma
mit: 3d87ed70a04568426d06b4f10f005e0222c1995b Parents: b47e496 Author: rpopma <rpo...@apache.org> Authored: Mon Nov 21 00:50:35 2016 +0900 Committer: rpopma <rpo...@apache.org> Committed: Mon Nov 21 00:50:35 2016 +0900 -- .../loggin

logging-log4j2 git commit: LOG4J2-1718 Introduce marker interface AsynchronouslyFormattable; clarified how Message::getFormattedMessage should be implemented to be safely used with asynchronous loggin

2016-11-20 Thread rpopma
mit: b47e496883a14b86f12f1120ea2430fc45e28957 Parents: 01049ed Author: rpopma <rpo...@apache.org> Authored: Sun Nov 20 23:37:07 2016 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sun Nov 20 23:37:07 2016 +0900

logging-log4j2 git commit: re-instate the design review conclusion as an implementation note comment.

2016-11-20 Thread rpopma
4j2/commit/01049ed4 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/01049ed4 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/01049ed4 Branch: refs/heads/master Commit: 01049ed4ee99dc67fc2611e0e4c667e791ae867a Parents: 25f06d9 Author: rpopma <rpo...@apache.org>

logging-log4j2 git commit: removed old design review comments from Message javadoc

2016-11-20 Thread rpopma
ree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/25f06d9e Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/25f06d9e Branch: refs/heads/master Commit: 25f06d9e2d4be85934e695a8b6a67183cbac2d80 Parents: 666795d Author: rpopma <rpo...@apache.org> Authored: Sun Nov

logging-log4j2 git commit: LOG4J2-1681 changed scope of ticket from just making the methods public to the introduction of the Indexed(ReadOnly)StringMap interfaces

2016-11-20 Thread rpopma
mit: 666795d0e559718ab367be773e761742574e08d3 Parents: 8ec4785 Author: rpopma <rpo...@apache.org> Authored: Sun Nov 20 21:03:53 2016 +0900 Committer: rpopma <rpo...@apache.org> Committed: Sun Nov 20 21:03:53 2016 +0900 -- src/changes/changes.xml | 2 +- 1

logging-log4j2 git commit: LOG4J2-1683 (GC) Avoid allocating temporary objects in MapMessage.

2016-11-19 Thread rpopma
mit/8ec4785c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/8ec4785c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/8ec4785c Branch: refs/heads/master Commit: 8ec4785c0781a87c3869df4405215133746efbdb Parents: ac65f18 Author: rpopma <rpo...@apache.org> Authored

logging-log4j2 git commit: LOG4J2-1683 (GC) Avoid allocating temporary objects in MapMessage.

2016-11-19 Thread rpopma
mit/ac65f18b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ac65f18b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ac65f18b Branch: refs/heads/master Commit: ac65f18b12f14e20149c1cd79f18995a9b334d97 Parents: 2dfe3e3 Author: rpopma <rpo...@apache.org> Authored

logging-log4j2 git commit: LOG4J2-1683 (GC) Avoid allocating temporary objects in MapMessage.

2016-11-19 Thread rpopma
mit/2dfe3e37 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2dfe3e37 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/2dfe3e37 Branch: refs/heads/master Commit: 2dfe3e37e4383b94f411c0dbd0874ba1905ae2ab Parents: f4525d8 Author: rpopma <rpo...@apache.org> Authored

logging-log4j2 git commit: LOG4J2-1683 (GC) Avoid allocating temporary objects in MapMessage.

2016-11-19 Thread rpopma
mit/f4525d85 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f4525d85 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f4525d85 Branch: refs/heads/master Commit: f4525d8592fda96d6fc7c25d053f1ccefadef448 Parents: 3dd15a2 Author: rpopma <rpo...@apache.org> Authored

logging-log4j2 git commit: LOG4J2-1715 Avoid allocating temporary objects in NdcPatternConverter

2016-11-19 Thread rpopma
mit/3dd15a23 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/3dd15a23 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/3dd15a23 Branch: refs/heads/master Commit: 3dd15a231a7a12d2c5dbb44f888735fa9853cba1 Parents: 7fb8324 Author: rpopma <rpo...@apache.org> Auth

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