[GitHub] [logging-log4cxx] ffontaine commented on pull request #42: fix build without wchar

2020-09-25 Thread GitBox
ffontaine commented on pull request #42: URL: https://github.com/apache/logging-log4cxx/pull/42#issuecomment-698737347 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [logging-log4j2] wuqian0808 commented on pull request #426: Avoid kafka thread leak - LOG4J2-2916

2020-09-25 Thread GitBox
wuqian0808 commented on pull request #426: URL: https://github.com/apache/logging-log4j2/pull/426#issuecomment-698701854 During reconfigure, LoggerContext will start new configuration and stop previous configuration. The firstime, prev is DefaultConfiguration, new configuration is eg: XmlC

[GitHub] [logging-log4j2] gengyuanzhe commented on pull request #425: Update KafkaManager.java

2020-09-25 Thread GitBox
gengyuanzhe commented on pull request #425: URL: https://github.com/apache/logging-log4j2/pull/425#issuecomment-698385158 I tried your case, and you are right, the KafkaAppender do have the problem of thead leak. But **close when startup** is not the correct way to solve this problem. Try

[GitHub] [logging-log4j2] wuqian0808 closed pull request #425: Update KafkaManager.java

2020-09-25 Thread GitBox
wuqian0808 closed pull request #425: URL: https://github.com/apache/logging-log4j2/pull/425 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [logging-log4cxx] rm5248 commented on pull request #42: fix build without wchar

2020-09-25 Thread GitBox
rm5248 commented on pull request #42: URL: https://github.com/apache/logging-log4cxx/pull/42#issuecomment-698666494 Shouldn't this also #ifdef out the function signature in the .h file? Or would it make more sense to have the method implementation be just a stub? I'm thinking that you co

[GitHub] [logging-log4j2] wuqian0808 commented on pull request #425: Update KafkaManager.java

2020-09-25 Thread GitBox
wuqian0808 commented on pull request #425: URL: https://github.com/apache/logging-log4j2/pull/425#issuecomment-698675698 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [logging-log4cxx] ams-tschoening commented on pull request #42: fix build without wchar

2020-09-25 Thread GitBox
ams-tschoening commented on pull request #42: URL: https://github.com/apache/logging-log4cxx/pull/42#issuecomment-698767348 How does keeping `encode` as a no-op make sense here? Either it's called, then making it a no-op breaks on runtime only or it's not, then itself should be `#ifdef`ed

[GitHub] [logging-log4net] fluffynuts commented on pull request #67: Fix CA2000, CA2237, CA3075

2020-09-25 Thread GitBox
fluffynuts commented on pull request #67: URL: https://github.com/apache/logging-log4net/pull/67#issuecomment-699035185 > There is no problem at all, I've saw insides of how-to-release-project - is not that simple as it looks. yeah, I need to update that too, because quite a bit of h

[GitHub] [logging-log4cxx] rm5248 edited a comment on pull request #42: fix build without wchar

2020-09-25 Thread GitBox
rm5248 edited a comment on pull request #42: URL: https://github.com/apache/logging-log4cxx/pull/42#issuecomment-699201041 > How does keeping `encode` as a no-op make sense here? Either it's called, then making it a no-op breaks on runtime only or it's not, then itself should be `#ifdef`ed

[GitHub] [logging-log4cxx] rm5248 commented on pull request #42: fix build without wchar

2020-09-25 Thread GitBox
rm5248 commented on pull request #42: URL: https://github.com/apache/logging-log4cxx/pull/42#issuecomment-699201041 > How does keeping `encode` as a no-op make sense here? Either it's called, then making it a no-op breaks on runtime only or it's not, then itself should be `#ifdef`ed in my

[GitHub] [logging-log4j2] diepet commented on pull request #335: Import of LogstashLayout as JsonTemplateLayout

2020-09-26 Thread GitBox
diepet commented on pull request #335: URL: https://github.com/apache/logging-log4j2/pull/335#issuecomment-699548443 Hi, I am aware of this development after open this Jira issue: [LOG4J2-2936](https://issues.apache.org/jira/browse/LOG4J2-2936) Please, could you tell me: 1) Wh

[GitHub] [logging-log4j2] diepet edited a comment on pull request #335: Import of LogstashLayout as JsonTemplateLayout

2020-09-26 Thread GitBox
diepet edited a comment on pull request #335: URL: https://github.com/apache/logging-log4j2/pull/335#issuecomment-699548443 Hi, I was aware of this new exciting feature only after open this Jira issue: [LOG4J2-2936](https://issues.apache.org/jira/browse/LOG4J2-2936) Please, could you

[GitHub] [logging-log4j2] diepet edited a comment on pull request #335: Import of LogstashLayout as JsonTemplateLayout

2020-09-26 Thread GitBox
diepet edited a comment on pull request #335: URL: https://github.com/apache/logging-log4j2/pull/335#issuecomment-699548443 Hi, I was aware of this new exciting feature only after open this Jira issue: [LOG4J2-2936](https://issues.apache.org/jira/browse/LOG4J2-2936) Please, could you

[GitHub] [logging-log4cxx] rm5248 merged pull request #42: fix build without wchar

2020-09-27 Thread GitBox
rm5248 merged pull request #42: URL: https://github.com/apache/logging-log4cxx/pull/42 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [logging-log4net] pengweiqhca closed pull request #26: Allow DI to create instance

2020-09-27 Thread GitBox
pengweiqhca closed pull request #26: URL: https://github.com/apache/logging-log4net/pull/26 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [logging-log4net] pengweiqhca opened a new pull request #26: Allow DI to create instance

2020-09-27 Thread GitBox
pengweiqhca opened a new pull request #26: URL: https://github.com/apache/logging-log4net/pull/26 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [logging-log4j2] wuqian0808 opened a new pull request #427: Add logic to detect kafka broker is valid or not

2020-09-28 Thread GitBox
wuqian0808 opened a new pull request #427: URL: https://github.com/apache/logging-log4j2/pull/427 Add logic to detect kafka broker is valid or not during app startup. User should be noticed with kafka broker available or not. Mark kafka appenders as not disabled if kafka broker not ava

[GitHub] [logging-log4j2] wuqian0808 closed pull request #426: Avoid kafka thread leak - LOG4J2-2916

2020-09-28 Thread GitBox
wuqian0808 closed pull request #426: URL: https://github.com/apache/logging-log4j2/pull/426 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [logging-log4j2] wuqian0808 commented on pull request #426: Avoid kafka thread leak - LOG4J2-2916

2020-09-28 Thread GitBox
wuqian0808 commented on pull request #426: URL: https://github.com/apache/logging-log4j2/pull/426#issuecomment-699884253 open another request with testcase This is an automated message from the Apache Git Service. To respond

[GitHub] [logging-log4j2] wuqian0808 opened a new pull request #428: Avoid kafka thread leak - LOG4J2-2916

2020-09-28 Thread GitBox
wuqian0808 opened a new pull request #428: URL: https://github.com/apache/logging-log4j2/pull/428 During reconfigure, LoggerContext will start new configuration and stop previous configuration. The firstime, prev is DefaultConfiguration, new configuration is eg: XmlConfiguration. Then the

[GitHub] [logging-log4j2] wuqian0808 commented on pull request #428: Avoid kafka thread leak - LOG4J2-2916

2020-09-28 Thread GitBox
wuqian0808 commented on pull request #428: URL: https://github.com/apache/logging-log4j2/pull/428#issuecomment-699886938 Testcase added. Is there anything else I can do? This is an automated message from the Apache Git Servic

[GitHub] [logging-log4j2] vy commented on pull request #335: Import of LogstashLayout as JsonTemplateLayout

2020-09-28 Thread GitBox
vy commented on pull request #335: URL: https://github.com/apache/logging-log4j2/pull/335#issuecomment-699891074 Let me try to answer your questions @diepet: > 1. When will be the `JsonTemplateLayout` released? Next Log4j 2.x release (2.14.0?) will contain the `JsonTemplateLayo

[GitHub] [logging-log4j2] wuqian0808 closed pull request #427: Add logic to detect kafka broker is valid or not

2020-09-28 Thread GitBox
wuqian0808 closed pull request #427: URL: https://github.com/apache/logging-log4j2/pull/427 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [logging-log4j2] wuqian0808 commented on pull request #427: Add logic to detect kafka broker is valid or not

2020-09-28 Thread GitBox
wuqian0808 commented on pull request #427: URL: https://github.com/apache/logging-log4j2/pull/427#issuecomment-699901961 open with antoher pull request This is an automated message from the Apache Git Service. To respond to t

[GitHub] [logging-log4j2] wuqian0808 opened a new pull request #429: Add logic to detect kafka broker is valid or not

2020-09-28 Thread GitBox
wuqian0808 opened a new pull request #429: URL: https://github.com/apache/logging-log4j2/pull/429 Add logic to detect kafka broker is valid or not during app startup. User should be noticed with kafka broker available or not. Mark kafka appenders as not disabled if kafka broker not ava

[GitHub] [logging-log4j2] diepet commented on pull request #335: Import of LogstashLayout as JsonTemplateLayout

2020-09-28 Thread GitBox
diepet commented on pull request #335: URL: https://github.com/apache/logging-log4j2/pull/335#issuecomment-699937784 Thanks @vy for the feedbacks! Ok, so let's move the discussions for the point 2 in the Jira issue. Could be possible, in the future, to plan a new `` boolean at

[GitHub] [logging-log4net] Vizehase commented on pull request #18: Update XmlLayoutSchemaLog4j.cs

2020-09-28 Thread GitBox
Vizehase commented on pull request #18: URL: https://github.com/apache/logging-log4net/pull/18#issuecomment-699955962 We support this pull request. Without this bugfix, the layout does not work on Win .NET Core 3.1 platform (nothing is actually logged any more), so we had to take this bugf

[GitHub] [logging-log4j2] gengyuanzhe commented on pull request #419: [LOG4J2-2889] HtmlLayout support datePattern and timezone

2020-09-29 Thread GitBox
gengyuanzhe commented on pull request #419: URL: https://github.com/apache/logging-log4j2/pull/419#issuecomment-700624599 @jvz Hi Matt, it has been two weeks. When will this PR be merged? This is an automated message from th

[GitHub] [logging-log4net] 13thirteen opened a new pull request #69: Don't get windows username in .NET Standard 2.0

2020-09-29 Thread GitBox
13thirteen opened a new pull request #69: URL: https://github.com/apache/logging-log4net/pull/69 Running the .NET Standard 2.0 version on Linux throws `PlatformNotSupportedException` See https://issues.apache.org/jira/browse/LOG4NET-652 -

[GitHub] [logging-log4j2] jvz commented on pull request #419: [LOG4J2-2889] HtmlLayout support datePattern and timezone

2020-09-29 Thread GitBox
jvz commented on pull request #419: URL: https://github.com/apache/logging-log4j2/pull/419#issuecomment-700790163 I was on vacation the past two weeks actually ;) I'll be merging this within a day or two. Definitely before the next release. --

[GitHub] [logging-log4j2] gengyuanzhe commented on pull request #419: [LOG4J2-2889] HtmlLayout support datePattern and timezone

2020-09-29 Thread GitBox
gengyuanzhe commented on pull request #419: URL: https://github.com/apache/logging-log4j2/pull/419#issuecomment-700817139 OK, I see. I've been wondering why you didn't commit any codes these days. :rofl: This is an automate

[GitHub] [logging-log4net] fluffynuts commented on a change in pull request #69: Don't get windows username in .NET Standard 2.0

2020-09-29 Thread GitBox
fluffynuts commented on a change in pull request #69: URL: https://github.com/apache/logging-log4net/pull/69#discussion_r496985080 ## File path: src/log4net/Core/LoggingEvent.cs ## @@ -895,7 +895,7 @@ public string UserName {

[GitHub] [logging-log4net] fluffynuts commented on a change in pull request #69: Don't get windows username in .NET Standard 2.0

2020-09-29 Thread GitBox
fluffynuts commented on a change in pull request #69: URL: https://github.com/apache/logging-log4net/pull/69#discussion_r496985598 ## File path: src/log4net/Core/LoggingEvent.cs ## @@ -895,7 +895,7 @@ public string UserName {

[GitHub] [logging-log4j2] jvz merged pull request #423: [LOG4J2-2889] HtmlLayout support datePattern and timezone

2020-10-03 Thread GitBox
jvz merged pull request #423: URL: https://github.com/apache/logging-log4j2/pull/423 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [logging-log4j2] jvz merged pull request #419: [LOG4J2-2889] HtmlLayout support datePattern and timezone

2020-10-03 Thread GitBox
jvz merged pull request #419: URL: https://github.com/apache/logging-log4j2/pull/419 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [logging-log4j2] SiegfriedTobias1 opened a new pull request #430: Fix NPE in MDCContextMap

2020-10-05 Thread GitBox
SiegfriedTobias1 opened a new pull request #430: URL: https://github.com/apache/logging-log4j2/pull/430 PR for https://issues.apache.org/jira/browse/LOG4J2-2939 Accomodate for the fact that MDC.getCopyOfContextMap() may return null. --

[GitHub] [logging-log4j2] carterkozak commented on pull request #430: Fix NPE in MDCContextMap

2020-10-05 Thread GitBox
carterkozak commented on pull request #430: URL: https://github.com/apache/logging-log4j2/pull/430#issuecomment-703748778 Thanks! I'll handle the merge and cherry-pick to relevant release branches. This is an automated messag

[GitHub] [logging-log4j2] SiegfriedTobias1 commented on pull request #430: Fix NPE in MDCContextMap

2020-10-05 Thread GitBox
SiegfriedTobias1 commented on pull request #430: URL: https://github.com/apache/logging-log4j2/pull/430#issuecomment-703748839 Thanks for the review. I added a test, as requested. This is an automated message from the Apache

[GitHub] [logging-log4j2] SiegfriedTobias1 edited a comment on pull request #430: Fix NPE in MDCContextMap

2020-10-05 Thread GitBox
SiegfriedTobias1 edited a comment on pull request #430: URL: https://github.com/apache/logging-log4j2/pull/430#issuecomment-703748839 Thank you very much! This is an automated message from the Apache Git Service. To respond t

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #430: Fix NPE in MDCContextMap

2020-10-05 Thread GitBox
garydgregory commented on a change in pull request #430: URL: https://github.com/apache/logging-log4j2/pull/430#discussion_r499833116 ## File path: log4j-to-slf4j/src/test/java/org/apache/logging/slf4j/LoggerTest.java ## @@ -165,5 +166,12 @@ public void mdc() { assertT

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #430: Fix NPE in MDCContextMap

2020-10-05 Thread GitBox
garydgregory commented on a change in pull request #430: URL: https://github.com/apache/logging-log4j2/pull/430#discussion_r499833503 ## File path: log4j-to-slf4j/src/test/java/org/apache/logging/slf4j/LoggerTest.java ## @@ -165,5 +166,12 @@ public void mdc() { assertT

[GitHub] [logging-log4j2] SiegfriedTobias1 commented on a change in pull request #430: Fix NPE in MDCContextMap

2020-10-06 Thread GitBox
SiegfriedTobias1 commented on a change in pull request #430: URL: https://github.com/apache/logging-log4j2/pull/430#discussion_r500188677 ## File path: log4j-to-slf4j/src/test/java/org/apache/logging/slf4j/LoggerTest.java ## @@ -165,5 +166,12 @@ public void mdc() { ass

[GitHub] [logging-log4j2] carterkozak merged pull request #430: Fix NPE in MDCContextMap

2020-10-06 Thread GitBox
carterkozak merged pull request #430: URL: https://github.com/apache/logging-log4j2/pull/430 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [logging-log4j2] carterkozak opened a new pull request #431: Fix nested project spotbugs configuration

2020-10-06 Thread GitBox
carterkozak opened a new pull request #431: URL: https://github.com/apache/logging-log4j2/pull/431 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [logging-log4j2] carterkozak commented on pull request #431: Fix nested project spotbugs configuration

2020-10-06 Thread GitBox
carterkozak commented on pull request #431: URL: https://github.com/apache/logging-log4j2/pull/431#issuecomment-704380110 Running here to trigger CI before committing to the release branch. This is an automated message from t

[GitHub] [logging-log4j2] carterkozak closed pull request #431: Fix nested project spotbugs configuration

2020-10-06 Thread GitBox
carterkozak closed pull request #431: URL: https://github.com/apache/logging-log4j2/pull/431 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [logging-log4j2] vy commented on pull request #335: Import of LogstashLayout as JsonTemplateLayout

2020-10-08 Thread GitBox
vy commented on pull request #335: URL: https://github.com/apache/logging-log4j2/pull/335#issuecomment-705785985 _[Sorry for the late reply, I am pretty much swamped with my day job nowadays.]_ @diepet, I have deliberately left out _blank value elimination_ in `JsonTemplateLayout` (

[GitHub] [logging-log4j2] diepet commented on pull request #335: Import of LogstashLayout as JsonTemplateLayout

2020-10-09 Thread GitBox
diepet commented on pull request #335: URL: https://github.com/apache/logging-log4j2/pull/335#issuecomment-706130571 Ehy @vy, better a late reply than a null reply! Thanks, your points are clear and understandable. I am looking forward to using the message parameters resolver

[GitHub] [logging-log4j2] diepet commented on pull request #335: Import of LogstashLayout as JsonTemplateLayout

2020-10-09 Thread GitBox
diepet commented on pull request #335: URL: https://github.com/apache/logging-log4j2/pull/335#issuecomment-706130571 Ehy @vy, better a late reply than a null reply! Thanks, your points are clear and understandable. I am looking forward to using the message parameters resolver

[GitHub] [logging-log4j2] vy commented on pull request #335: Import of LogstashLayout as JsonTemplateLayout

2020-10-09 Thread GitBox
vy commented on pull request #335: URL: https://github.com/apache/logging-log4j2/pull/335#issuecomment-705785985 _[Sorry for the late reply, I am pretty much swamped with my day job nowadays.]_ @diepet, I have deliberately left out _blank value elimination_ in `JsonTemplateLayout` (

[GitHub] [logging-log4j2] vy commented on pull request #335: Import of LogstashLayout as JsonTemplateLayout

2020-10-09 Thread GitBox
vy commented on pull request #335: URL: https://github.com/apache/logging-log4j2/pull/335#issuecomment-706217689 Thanks for the feedback @diepet, keep 'em coming! This is an automated message from the Apache Git Service. To r

[GitHub] [logging-log4net] atomsmith opened a new pull request #70: Fixes LOG4NET-652 while providing non-Windows username capability

2020-10-09 Thread GitBox
atomsmith opened a new pull request #70: URL: https://github.com/apache/logging-log4net/pull/70 This PR resolves the .NET Standard non-Windows username query issue in a different way: instead of trapping the PlatformNotSupportedException, it proactively queries whether a Windows or non-Win

[GitHub] [logging-log4j2] dependabot[bot] commented on pull request #421: Bump tomcat-catalina from 8.5.20 to 9.0.38

2020-10-11 Thread GitBox
dependabot[bot] commented on pull request #421: URL: https://github.com/apache/logging-log4j2/pull/421#issuecomment-706848536 Superseded by #432. This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request #432: Bump tomcat-catalina from 8.5.20 to 9.0.39

2020-10-11 Thread GitBox
dependabot[bot] opened a new pull request #432: URL: https://github.com/apache/logging-log4j2/pull/432 Bumps tomcat-catalina from 8.5.20 to 9.0.39. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.tom

[GitHub] [logging-log4j2] dependabot[bot] closed pull request #421: Bump tomcat-catalina from 8.5.20 to 9.0.38

2020-10-11 Thread GitBox
dependabot[bot] closed pull request #421: URL: https://github.com/apache/logging-log4j2/pull/421 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request #433: Bump junit from 4.13 to 4.13.1

2020-10-12 Thread GitBox
dependabot[bot] opened a new pull request #433: URL: https://github.com/apache/logging-log4j2/pull/433 Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1. Release notes Sourced from https://github.com/junit-team/junit4/releases";>junit's releases. JUnit

[GitHub] [logging-log4net] fluffynuts closed pull request #70: Fixes LOG4NET-652 while providing non-Windows username capability

2020-10-18 Thread GitBox
fluffynuts closed pull request #70: URL: https://github.com/apache/logging-log4net/pull/70 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [logging-log4net] fluffynuts commented on pull request #70: Fixes LOG4NET-652 while providing non-Windows username capability

2020-10-18 Thread GitBox
fluffynuts commented on pull request #70: URL: https://github.com/apache/logging-log4net/pull/70#issuecomment-711256205 Thanks for the contribution. This has been resolved in master and I have a release pending a vote on the dev lists for 2.0.12. --

[GitHub] [logging-log4net] fluffynuts commented on pull request #69: Don't get windows username in .NET Standard 2.0

2020-10-18 Thread GitBox
fluffynuts commented on pull request #69: URL: https://github.com/apache/logging-log4net/pull/69#issuecomment-711256987 Thanks for the contribution. This has been resolved in master and I have a release pending a vote on the dev lists for 2.0.12. I'm closing this out as people are looking

[GitHub] [logging-log4net] fluffynuts closed pull request #69: Don't get windows username in .NET Standard 2.0

2020-10-18 Thread GitBox
fluffynuts closed pull request #69: URL: https://github.com/apache/logging-log4net/pull/69 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [logging-log4j2] rschmitt commented on pull request #392: [LOG4J2-2902] Add missing LoaderUtil permissions check

2020-10-20 Thread GitBox
rschmitt commented on pull request #392: URL: https://github.com/apache/logging-log4j2/pull/392#issuecomment-713071523 Sorry for the delay, I've made the requested changes. This is an automated message from the Apache Git Ser

[GitHub] [logging-log4j2] rgoers commented on pull request #392: [LOG4J2-2902] Add missing LoaderUtil permissions check

2020-10-24 Thread GitBox
rgoers commented on pull request #392: URL: https://github.com/apache/logging-log4j2/pull/392#issuecomment-716101478 I tried to apply the patch but when I run the tests 2 tests in log4j-api now fail: ``` [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.00

[GitHub] [logging-log4j-kotlin] rocketraman commented on pull request #12: Initial benchmark module

2020-10-29 Thread GitBox
rocketraman commented on pull request #12: URL: https://github.com/apache/logging-log4j-kotlin/pull/12#issuecomment-719040833 @jvz poke This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [logging-log4j2] henryptung opened a new pull request #434: LOG4J2-2954 Retain strong reference to shutdown callbacks

2020-10-29 Thread GitBox
henryptung opened a new pull request #434: URL: https://github.com/apache/logging-log4j2/pull/434 Make sure the returned Cancellable handler contains a strong reference to the callback, so that it is not garbage-collected prematurely. Add Javadoc note about collection semantics.

[GitHub] [logging-log4j2] wuqian0808 commented on pull request #428: Avoid kafka thread leak - LOG4J2-2916

2020-11-03 Thread GitBox
wuqian0808 commented on pull request #428: URL: https://github.com/apache/logging-log4j2/pull/428#issuecomment-720878961 @jvz kindly help to advise This is an automated message from the Apache Git Service. To respond to the

[GitHub] [logging-log4php] Falseclock commented on pull request #25: Allow MDC use callable param

2020-11-03 Thread GitBox
Falseclock commented on pull request #25: URL: https://github.com/apache/logging-log4php/pull/25#issuecomment-720283468 @jvz Done. Unfortunately had to add PHP version check cause composer's compatibility is >= 5.2.7 while Closures available since 5.3.0 ---

[GitHub] [logging-log4php] jvz commented on pull request #25: Allow MDC use callable param

2020-11-03 Thread GitBox
jvz commented on pull request #25: URL: https://github.com/apache/logging-log4php/pull/25#issuecomment-720568872 Thanks for the PR! This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [logging-log4j2] carterkozak commented on pull request #434: LOG4J2-2954 Retain strong reference to shutdown callbacks

2020-11-03 Thread GitBox
carterkozak commented on pull request #434: URL: https://github.com/apache/logging-log4j2/pull/434#issuecomment-720538814 I think the difference between the first and second commit on this PR is whether or not the JeroMqManager class (and related context classes) should be allowed to be un

[GitHub] [logging-log4php] jvz merged pull request #25: Allow MDC use callable param

2020-11-03 Thread GitBox
jvz merged pull request #25: URL: https://github.com/apache/logging-log4php/pull/25 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [logging-log4j2] carterkozak commented on pull request #434: LOG4J2-2954 Retain strong reference to shutdown callbacks

2020-11-03 Thread GitBox
carterkozak commented on pull request #434: URL: https://github.com/apache/logging-log4j2/pull/434#issuecomment-721158932 I think the approach in the first commit is less risky, so I'm going to merge that after I verify tests pass locally to ensure this makes the 2.14.0 release.

[GitHub] [logging-log4j2] carterkozak commented on a change in pull request #434: LOG4J2-2954 Retain strong reference to shutdown callbacks

2020-11-03 Thread GitBox
carterkozak commented on a change in pull request #434: URL: https://github.com/apache/logging-log4j2/pull/434#discussion_r516721169 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/util/DefaultShutdownCallbackRegistry.java ## @@ -87,42 +92,41 @@ public voi

[GitHub] [logging-log4j2] carterkozak commented on a change in pull request #434: LOG4J2-2954 Retain strong reference to shutdown callbacks

2020-11-03 Thread GitBox
carterkozak commented on a change in pull request #434: URL: https://github.com/apache/logging-log4j2/pull/434#discussion_r516721169 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/util/DefaultShutdownCallbackRegistry.java ## @@ -87,42 +92,41 @@ public voi

[GitHub] [logging-log4j2] vy merged pull request #433: Bump junit from 4.13 to 4.13.1

2020-11-06 Thread GitBox
vy merged pull request #433: URL: https://github.com/apache/logging-log4j2/pull/433 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [logging-log4j2] jvz commented on pull request #428: Avoid kafka thread leak - LOG4J2-2916

2020-11-06 Thread GitBox
jvz commented on pull request #428: URL: https://github.com/apache/logging-log4j2/pull/428#issuecomment-723272662 @wuqian0808 could you fix the filename of the test file? Without the .java extension, I'm pretty sure the compiler or Maven will complain.

[GitHub] [logging-log4j2] wuqian0808 commented on pull request #428: Avoid kafka thread leak - LOG4J2-2916

2020-11-08 Thread GitBox
wuqian0808 commented on pull request #428: URL: https://github.com/apache/logging-log4j2/pull/428#issuecomment-723548897 > @wuqian0808 could you fix the filename of the test file? Without the .java extension, I'm pretty sure the compiler or Maven will complain. File name changed --

[GitHub] [logging-log4j2] sandeepbarnwal opened a new pull request #436: OG4J2-2850: LocalizedMessageFactory creates new message with baseName as messagePattern

2020-11-08 Thread GitBox
sandeepbarnwal opened a new pull request #436: URL: https://github.com/apache/logging-log4j2/pull/436 newMessage method in LocalizedMessageFactory uses incorrect constructor. it creates the new message with baseName as messagePattern. I have changed it to point to the appropriate construct

[GitHub] [logging-log4j2] wuqian0808 commented on pull request #428: Avoid kafka thread leak - LOG4J2-2916

2020-11-08 Thread GitBox
wuqian0808 commented on pull request #428: URL: https://github.com/apache/logging-log4j2/pull/428#issuecomment-723732760 @rgoers Could u help to advise? Or is there anything else should I do? This is an automated message from

[GitHub] [logging-log4j2] vy commented on pull request #436: LOG4J2-2850 Fix ctor used in LocalizedMessageFactory#newMessage().

2020-11-10 Thread GitBox
vy commented on pull request #436: URL: https://github.com/apache/logging-log4j2/pull/436#issuecomment-724676679 Thanks so much @sandeepbarnwal! Would you mind updating `/src/changes/changes.xml` and adding a simple test (to `LocalizedMessageTest`?) as well, please? -

[GitHub] [logging-log4j-kotlin] roedll opened a new pull request #13: Ensure OSGi compatibility

2020-11-10 Thread GitBox
roedll opened a new pull request #13: URL: https://github.com/apache/logging-log4j-kotlin/pull/13 We are using the Log4J Kotlin API in an OSGi environment. One pitfall is the missing manifest headers that would enable the direct usage as OSGi bundle. We are currently working with a workara

[GitHub] [logging-log4j-kotlin] rocketraman commented on pull request #13: Ensure OSGi compatibility

2020-11-10 Thread GitBox
rocketraman commented on pull request #13: URL: https://github.com/apache/logging-log4j-kotlin/pull/13#issuecomment-724861595 Thanks for this. I'd like to see the `bnd` definition file in a subdirectory rather than at the root e.g. `bnd/log4j-kotlin-api.bnd` ``` b

[GitHub] [logging-log4j-kotlin] roedll commented on pull request #13: Ensure OSGi compatibility

2020-11-10 Thread GitBox
roedll commented on pull request #13: URL: https://github.com/apache/logging-log4j-kotlin/pull/13#issuecomment-724917908 No problem - Done This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [logging-log4j-kotlin] roedll commented on pull request #13: Ensure OSGi compatibility

2020-11-10 Thread GitBox
roedll commented on pull request #13: URL: https://github.com/apache/logging-log4j-kotlin/pull/13#issuecomment-725226670 The standard path for bnd metadata seems to be the "/bnd.bnd" (like defined here https://bnd.bndtools.org/md/805-instructions.html in section "Headers") I've now

[GitHub] [logging-log4j-kotlin] roedll edited a comment on pull request #13: Ensure OSGi compatibility

2020-11-10 Thread GitBox
roedll edited a comment on pull request #13: URL: https://github.com/apache/logging-log4j-kotlin/pull/13#issuecomment-725226670 The standard path for bnd metadata seems to be the "\/bnd.bnd" (like defined here https://bnd.bndtools.org/md/805-instructions.html in section "Headers")

[GitHub] [logging-log4j2] ilam-natarajan opened a new pull request #437: LOG4J2-2025 jul-log4j bridgehandler

2020-11-11 Thread GitBox
ilam-natarajan opened a new pull request #437: URL: https://github.com/apache/logging-log4j2/pull/437 backporting [LOG4J2-2025](https://issues.apache.org/jira/browse/LOG4J2-2025) from 3.x (master) to 2.x This change allows redirecting JUL from a webapp without impacting container's

[GitHub] [logging-log4j-kotlin] rocketraman commented on pull request #13: Ensure OSGi compatibility

2020-11-11 Thread GitBox
rocketraman commented on pull request #13: URL: https://github.com/apache/logging-log4j-kotlin/pull/13#issuecomment-725447578 @jvz This PR LGTM. Are there any hoops we need to jump through before merging? This is an automat

[GitHub] [logging-log4j-kotlin] jvz commented on pull request #13: Ensure OSGi compatibility

2020-11-11 Thread GitBox
jvz commented on pull request #13: URL: https://github.com/apache/logging-log4j-kotlin/pull/13#issuecomment-725460166 Nah, go ahead. There might be some OSGi bugs in Log4j itself, but those would be handled separately. On Wed, Nov 11, 2020 at 08:16 Raman Gupta wrote: > @jv

[GitHub] [logging-log4j2] sandeepbarnwal commented on pull request #436: LOG4J2-2850 Fix ctor used in LocalizedMessageFactory#newMessage().

2020-11-11 Thread GitBox
sandeepbarnwal commented on pull request #436: URL: https://github.com/apache/logging-log4j2/pull/436#issuecomment-725508202 > Thanks so much @sandeepbarnwal! Would you mind updating `/src/changes/changes.xml` and adding a simple test (to `LocalizedMessageTest`?) as well, please? Su

[GitHub] [logging-log4j2] sandeepbarnwal edited a comment on pull request #436: LOG4J2-2850 Fix ctor used in LocalizedMessageFactory#newMessage().

2020-11-11 Thread GitBox
sandeepbarnwal edited a comment on pull request #436: URL: https://github.com/apache/logging-log4j2/pull/436#issuecomment-725508202 > Thanks so much @sandeepbarnwal! Would you mind updating `/src/changes/changes.xml` and adding a simple test (to `LocalizedMessageTest`?) as well, please?

[GitHub] [logging-log4j2] wuqian0808hundsun commented on pull request #428: Avoid kafka thread leak - LOG4J2-2916

2020-11-11 Thread GitBox
wuqian0808hundsun commented on pull request #428: URL: https://github.com/apache/logging-log4j2/pull/428#issuecomment-725793729 @vy Could u help to advise if there is anything else should I do before merging? This is an aut

[GitHub] [logging-log4j-kotlin] rocketraman merged pull request #13: Ensure OSGi compatibility

2020-11-11 Thread GitBox
rocketraman merged pull request #13: URL: https://github.com/apache/logging-log4j-kotlin/pull/13 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [logging-log4j2] ilam-natarajan commented on pull request #437: LOG4J2-2025 jul-log4j bridgehandler

2020-11-12 Thread GitBox
ilam-natarajan commented on pull request #437: URL: https://github.com/apache/logging-log4j2/pull/437#issuecomment-726029598 @rgoers thanks for the review. should I do anything to get this merged? sorry I am not very familiar with the process as this is my first time

[GitHub] [logging-log4j2] vy commented on a change in pull request #428: LOG4J2-2916 Avoid redundant Kafka producer instantiation causing thread leaks.

2020-11-12 Thread GitBox
vy commented on a change in pull request #428: URL: https://github.com/apache/logging-log4j2/pull/428#discussion_r522189283 ## File path: log4j-kafka/src/test/java/org/apache/logging/log4j/kafka/appender/KafkaThreadTest.java ## @@ -0,0 +1,33 @@ +package org.apache.logging.log4

[GitHub] [logging-log4j2] vy merged pull request #436: LOG4J2-2850 Fix ctor used in LocalizedMessageFactory#newMessage().

2020-11-12 Thread GitBox
vy merged pull request #436: URL: https://github.com/apache/logging-log4j2/pull/436 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [logging-log4j2] jvz commented on pull request #437: LOG4J2-2025 jul-log4j bridgehandler

2020-11-12 Thread GitBox
jvz commented on pull request #437: URL: https://github.com/apache/logging-log4j2/pull/437#issuecomment-726163770 If you add an entry to `src/changes/changes.xml`, I think that's the only remaining thing. Otherwise, a volunteer from the project will merge this when they get some time to do

[GitHub] [logging-log4j2] ilam-natarajan commented on pull request #437: LOG4J2-2025 jul-log4j bridgehandler

2020-11-12 Thread GitBox
ilam-natarajan commented on pull request #437: URL: https://github.com/apache/logging-log4j2/pull/437#issuecomment-726195646 thanks, @jvz thats done now. This is an automated message from the Apache Git Service. To respond t

[GitHub] [logging-log4j2] vy closed pull request #428: LOG4J2-2916 Avoid redundant Kafka producer instantiation causing thread leaks.

2020-11-12 Thread GitBox
vy closed pull request #428: URL: https://github.com/apache/logging-log4j2/pull/428 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [logging-log4j2] vy commented on pull request #428: LOG4J2-2916 Avoid redundant Kafka producer instantiation causing thread leaks.

2020-11-12 Thread GitBox
vy commented on pull request #428: URL: https://github.com/apache/logging-log4j2/pull/428#issuecomment-726199650 Nevermind, applied your changes manually. Will backport it to 2.x too. Thanks so much! This is an automated mes

[GitHub] [logging-log4j2] annakukliansky opened a new pull request #438: LOG4J2-2963: Relax access level for code reuse

2020-11-15 Thread GitBox
annakukliansky opened a new pull request #438: URL: https://github.com/apache/logging-log4j2/pull/438 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [logging-log4j2] garydgregory commented on pull request #438: LOG4J2-2963: Relax access level for code reuse

2020-11-15 Thread GitBox
garydgregory commented on pull request #438: URL: https://github.com/apache/logging-log4j2/pull/438#issuecomment-727617945 I'm personally not a fan of opening up the guts of these classes for public consumption, it just handcuffs us to provide binary compatibility. I'd think it is b

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request #439: Bump xmlunit-core from 2.6.2 to 2.8.1

2020-11-15 Thread GitBox
dependabot[bot] opened a new pull request #439: URL: https://github.com/apache/logging-log4j2/pull/439 Bumps [xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.6.2 to 2.8.1. Release notes Sourced from https://github.com/xmlunit/xmlunit/releases";>xmlunit-core's releases.

<    3   4   5   6   7   8   9   10   11   12   >