[GitHub] logging-log4j2 issue #221: [LOG4J2-2134] Stackoverflow at AwaitCompletionRel...

2018-10-18 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/221 Seems reasonable to me. ---

[GitHub] logging-log4j-audit issue #12: [LOG4J2-2428]

2018-10-07 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j-audit/pull/12 I'm sorry, I just haven't had a chance to look at this yet. ---

[GitHub] logging-log4j-audit issue #4: [LOG4J2-2443]

2018-09-21 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j-audit/pull/4 This PR has merge conflicts. ---

[GitHub] logging-log4j-audit issue #8: [LOG4J2-2421]

2018-09-21 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j-audit/pull/8 See above. This PR has merge conflicts. ---

[GitHub] logging-log4j2 issue #213: LOG4J2-2025: JUL bridge handler (incl. unit test ...

2018-09-07 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/213 I just looked at the statistics and 13% of last month's downloads were for 2.3 so I guess a fair number of people are still stuck at Java 6. Although I have no problem providing suppor

[GitHub] logging-log4j-audit issue #3: [LOG4J2-2431] Narrow the return type of getEve...

2018-09-04 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j-audit/pull/3 Thanks, I'll review this as soon as I can. ---

[GitHub] logging-log4j2 issue #212: [LOG4J2-2391] Refactor as much logic as possible ...

2018-09-03 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/212 I don't think a note is needed for the refactoring unless it is going to close the Jira issue. I'd like to look at the new code and the performance tests before doing that. Hopefull

[GitHub] logging-log4j2 pull request #213: LOG4J2-2025: JUL bridge handler (incl. uni...

2018-08-24 Thread rgoers
Github user rgoers commented on a diff in the pull request: https://github.com/apache/logging-log4j2/pull/213#discussion_r212697572 --- Diff: log4j-jul/src/main/java/org/apache/logging/log4j/jul/Log4jBridgeHandler.java --- @@ -0,0 +1,198 @@ +/* + * Licensed to the Apache

[GitHub] logging-log4j2 issue #212: [LOG4J2-2391] Refactor as much logic as possible ...

2018-08-24 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/212 ThrowableProxyRenderer was the same name I was going to use so I think we are good on that one. As for the other I would be ok with ThrowableProxyHelper, ThrowableProxyUtil. I am not as

[GitHub] logging-log4j2 pull request #213: LOG4J2-2025: JUL bridge handler (incl. uni...

2018-08-24 Thread rgoers
Github user rgoers commented on a diff in the pull request: https://github.com/apache/logging-log4j2/pull/213#discussion_r212672416 --- Diff: log4j-jul/src/site/markdown/index.md --- @@ -74,3 +74,29 @@ Java Level | Log4j Level [`FINER`](http://docs.oracle.com/javase/6/docs

[GitHub] logging-log4j2 pull request #213: LOG4J2-2025: JUL bridge handler (incl. uni...

2018-08-24 Thread rgoers
Github user rgoers commented on a diff in the pull request: https://github.com/apache/logging-log4j2/pull/213#discussion_r212672750 --- Diff: log4j-jul/src/main/java/org/apache/logging/log4j/jul/Log4jBridgeHandler.java --- @@ -0,0 +1,198 @@ +/* + * Licensed to the Apache

[GitHub] logging-log4j2 issue #212: [LOG4J2-2391] Refactor as much logic as possible ...

2018-08-21 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/212 I like it. ---

[GitHub] logging-log4j2 issue #206: [LOG4J2-2400] Initial implementation of RedisAppe...

2018-08-17 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/206 I am not exactly sure when log4j 2 3.0 will be released. I think we have a bit more work we want to do before we do that. ---

[GitHub] logging-log4j2 issue #206: [LOG4J2-2400] Initial implementation of RedisAppe...

2018-08-17 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/206 I am probably fine with that. ---

[GitHub] logging-log4j2 issue #206: [LOG4J2-2400] Initial implementation of RedisAppe...

2018-08-16 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/206 @jvz Exactly. But I am fine if refactoring to support that is done later should anyone want to do it. ---

[GitHub] logging-log4j2 issue #206: [LOG4J2-2400] Initial implementation of RedisAppe...

2018-08-15 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/206 I'm sorry, but I have to disagree. log4j-redis-jedis is just laughable. I can't imagine anyone will care that Jedis is used to connect to Redis. If there is a reason to switch to

[GitHub] logging-log4j2 pull request #206: [LOG4J2-2400] Initial implementation of Re...

2018-08-14 Thread rgoers
Github user rgoers commented on a diff in the pull request: https://github.com/apache/logging-log4j2/pull/206#discussion_r210158675 --- Diff: log4j-redis/src/main/java/org/apache/logging/log4j/redis/appender/RedisAppender.java --- @@ -0,0 +1,243 @@ +/* + * Licensed to the

[GitHub] logging-log4j2 pull request #206: [LOG4J2-2400] Initial implementation of Re...

2018-08-14 Thread rgoers
Github user rgoers commented on a diff in the pull request: https://github.com/apache/logging-log4j2/pull/206#discussion_r210157854 --- Diff: log4j-redis/src/main/java/org/apache/logging/log4j/redis/appender/LoggingJedisPoolConfiguration.java --- @@ -0,0 +1,127 @@ +package

[GitHub] logging-log4j2 pull request #206: [LOG4J2-2400] Initial implementation of Re...

2018-08-14 Thread rgoers
Github user rgoers commented on a diff in the pull request: https://github.com/apache/logging-log4j2/pull/206#discussion_r210161590 --- Diff: log4j-redis/src/test/java/org/apache/logging/log4j/redis/appender/RedisManagerTest.java --- @@ -0,0 +1,97 @@ +package

[GitHub] logging-log4j2 pull request #206: [LOG4J2-2400] Initial implementation of Re...

2018-08-14 Thread rgoers
Github user rgoers commented on a diff in the pull request: https://github.com/apache/logging-log4j2/pull/206#discussion_r210161631 --- Diff: log4j-redis/src/test/java/org/apache/logging/log4j/redis/appender/RedisAppenderTest.java --- @@ -0,0 +1,159 @@ +/* --- End diff

[GitHub] logging-log4j2 pull request #206: [LOG4J2-2400] Initial implementation of Re...

2018-08-14 Thread rgoers
Github user rgoers commented on a diff in the pull request: https://github.com/apache/logging-log4j2/pull/206#discussion_r210161652 --- Diff: log4j-redis/src/main/java/org/apache/logging/log4j/redis/appender/RedisManager.java --- @@ -0,0 +1,104 @@ +package

[GitHub] logging-log4j2 issue #210: [LOG4J2-2391] Lazily initialize ThrowableProxy da...

2018-08-14 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/210 Yes, the performance is important when it clearing is underperforming. ---

[GitHub] logging-log4j2 issue #210: [LOG4J2-2391] Lazily initialize ThrowableProxy da...

2018-08-14 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/210 As I said on the mailing list, I would like to simplify ThrowableProxy by moving all the rendering logic to a new Class, ThrowableProxyRenderer. I don't know how it got this wa

[GitHub] logging-log4j2 issue #195: LOG4J2-2389 fix the CacheEntry map in ThrowablePr...

2018-07-22 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/195 For the sake of argument lets say I agree that optimizing performance here would be good. That still doesn't solve the second issue that it is likely to cause problems in applications

[GitHub] logging-log4j2 issue #195: LOG4J2-2389 fix the CacheEntry map in ThrowablePr...

2018-07-22 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/195 This makes no sense to me. 1. The cache is meant to keep a record of the cache entries in a single set of chained exceptions. 1. This logic attempts to optimize the performance of

[GitHub] logging-log4j2 issue #167: (doc) fix links to java docs, the correct path is...

2018-07-21 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/167 Log4j-2390 created to track this. ---

[GitHub] logging-log4j2 issue #172: Fix for https://issues.apache.org/jira/browse/LOG...

2018-07-02 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/172 This PR was merged in May but apparently neglected to use the format to trigger github to close it. ---

[GitHub] logging-log4j2 issue #173: [LOG4J2-2332] Unresolved variables in any file ap...

2018-05-03 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/173 @garydgregory Agreed. That was what I was questioning in my first comment. ---

[GitHub] logging-log4j2 issue #173: [LOG4J2-2332] Unresolved variables in any file ap...

2018-05-03 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/173 This shouldn't need to be a system property. it can be an attribute of the configuration element. ---

[GitHub] logging-log4j2 issue #173: [LOG4J2-2332] Unresolved variables in any file ap...

2018-05-03 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/173 Why not just an attribute of the existing plugin? ---

[GitHub] logging-log4j2 issue #163: Add KeyValueLayout which outputs log messages as ...

2018-04-23 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/163 Is there a Jira issue for this? ---

[GitHub] logging-log4j2 issue #148: LOG4J2-2252: Reusable LogEvents pass along the or...

2018-02-18 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/148 I don't understand why any of these changes are required. If you want access to those in your Layout just call getFormat() and getParameters() instead of getFormattedMessage(). ---

[GitHub] logging-log4j2 issue #144: [LOG4J2-2211] Update StrSubstitutor.java

2018-01-24 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/144 4. Run all the unit tests to make sure your fix didn't break something else. ---

[GitHub] logging-log4j2 issue #138: POC: declarative runtime null-checks

2017-12-10 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/138 To be 100% certain that we didn't reference anything from Java 8 by accident. ---

[GitHub] logging-log4j2 issue #138: POC: declarative runtime null-checks

2017-12-10 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/138 All release builds are done with the Java 7 compiler. ---

[GitHub] logging-log4j2 issue #128: LOG4J2-2110 adding a ServletContext parameter to ...

2017-11-18 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/128 I'd be hesitant to apply this without understanding why contextInitialized isn't being called. ---

[GitHub] logging-log4j2 issue #121: (doc) Remove wrong xml tag ""

2017-10-30 Thread rgoers
Github user rgoers commented on the issue: https://github.com/apache/logging-log4j2/pull/121 I'm not sure that this is really a problem. The Log4j-1.2-api provides a Log4j1XmlLayout to be compatible with Log4j 1.x. ---