[GitHub] logging-log4j2 pull request #114: Implement a toString method for CompositeC...

2017-10-11 Thread cakofony
Github user cakofony closed the pull request at: https://github.com/apache/logging-log4j2/pull/114 ---

[GitHub] logging-log4j2 issue #114: Implement a toString method for CompositeConfigur...

2017-10-11 Thread cakofony
Github user cakofony commented on the issue: https://github.com/apache/logging-log4j2/pull/114 Wonderful, thanks! ---

[GitHub] logging-log4j2 issue #115: [LOG4J2-2036] CompositeConfiguration supports Rec...

2017-10-11 Thread cakofony
Github user cakofony commented on the issue: https://github.com/apache/logging-log4j2/pull/115 @garydgregory issue appears to have been introduced here: 5b4f3db4f5e7b24862c147b790806bca0b2d1892 ---

[GitHub] logging-log4j2 pull request #115: [LOG4J2-2036] CompositeConfiguration suppo...

2017-10-11 Thread cakofony
GitHub user cakofony opened a pull request: https://github.com/apache/logging-log4j2/pull/115 [LOG4J2-2036] CompositeConfiguration supports Reconfiguration Regression was introduced by the fix for LOG4J2-1912. You can merge this pull request into a Git repository by running

[GitHub] logging-log4j2 pull request #114: Implement a toString method for CompositeC...

2017-10-11 Thread cakofony
GitHub user cakofony opened a pull request: https://github.com/apache/logging-log4j2/pull/114 Implement a toString method for CompositeConfiguration You can merge this pull request into a Git repository by running: $ git pull https://github.com/cakofony/logging-log4j2

[GitHub] logging-log4j2 pull request #113: ClassLoaderContextSelector more resilient ...

2017-10-11 Thread cakofony
GitHub user cakofony opened a pull request: https://github.com/apache/logging-log4j2/pull/113 ClassLoaderContextSelector more resilient to multiple classloaders When log4j classes are shared between ClassLoader instances, we can avoid creating additional contexts. You can merge