[jira] [Commented] (LOG4J2-3230) Certain strings can cause infinite recursion

2021-12-26 Thread Markus Koschany (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465316#comment-17465316 ] Markus Koschany commented on LOG4J2-3230: - It appears version 2.3.1 is vulnerabl

[GitHub] [logging-log4j2] vy commented on pull request #642: Add Link to Release History

2021-12-26 Thread GitBox
vy commented on pull request #642: URL: https://github.com/apache/logging-log4j2/pull/642#issuecomment-1001158550 I see your point @KristjanESPERANTO, maybe we should set the default branch to `release-2.x`. I guess this addresses your concern, right? -- This is an automated message from

[GitHub] [logging-log4j2] vy commented on pull request #658: Fix tests not restoring system properties

2021-12-26 Thread GitBox
vy commented on pull request #658: URL: https://github.com/apache/logging-log4j2/pull/658#issuecomment-1001159235 > Yes, there's an app for that ;-) https://junit-pioneer.org/docs/system-properties/ The reason I did not mention about `system-properties` of JUnit Pioneer is that it o

[GitHub] [logging-log4j2] vy commented on pull request #658: Fix tests not restoring system properties

2021-12-26 Thread GitBox
vy commented on pull request #658: URL: https://github.com/apache/logging-log4j2/pull/658#issuecomment-1001159870 > The issue is that currently some tests are still using JUnit 4. For that there is the [System Rules](https://github.com/stefanbirkner/system-rules) project, but I did not wan

[GitHub] [logging-log4j2] carterkozak commented on pull request #658: Fix tests not restoring system properties

2021-12-26 Thread GitBox
carterkozak commented on pull request #658: URL: https://github.com/apache/logging-log4j2/pull/658#issuecomment-1001178492 Each test class in core runs in an isolated fork, otherwise we couldn’t test different values of properties which are stored into static final fields (e.g. Constants.j

[jira] [Commented] (LOG4J2-3256) Reduce ignored package scope of KafkaAppender

2021-12-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465375#comment-17465375 ] ASF subversion and git services commented on LOG4J2-3256: - Commi

[jira] [Commented] (LOG4J2-3256) Reduce ignored package scope of KafkaAppender

2021-12-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465376#comment-17465376 ] ASF subversion and git services commented on LOG4J2-3256: - Commi

[jira] [Assigned] (LOG4J2-3256) Reduce ignored package scope of KafkaAppender

2021-12-26 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory reassigned LOG4J2-3256: --- Assignee: Gary D. Gregory > Reduce ignored package scope of KafkaAppender > ---

[jira] [Commented] (LOG4J2-3256) Reduce ignored package scope of KafkaAppender

2021-12-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465381#comment-17465381 ] ASF subversion and git services commented on LOG4J2-3256: - Commi

[jira] [Resolved] (LOG4J2-3256) Reduce ignored package scope of KafkaAppender

2021-12-26 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved LOG4J2-3256. - Fix Version/s: 2.17.1 Resolution: Fixed [~dongjin]  I modified GitHub patch #640

[GitHub] [logging-log4j2] garydgregory commented on pull request #640: LOG4J2-3256: Reduce ignored package scope of KafkaAppender

2021-12-26 Thread GitBox
garydgregory commented on pull request #640: URL: https://github.com/apache/logging-log4j2/pull/640#issuecomment-1001187534 @dongjinleekr I modified GitHub patch #640 and pushed patches to branches release-2.x and master. You are credited in changes.xml. Thank you for

[GitHub] [logging-log4j2] garydgregory closed pull request #640: LOG4J2-3256: Reduce ignored package scope of KafkaAppender

2021-12-26 Thread GitBox
garydgregory closed pull request #640: URL: https://github.com/apache/logging-log4j2/pull/640 -- 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 the specific comment. To unsubscribe, e-mail: noti

[GitHub] [logging-log4j2] garydgregory edited a comment on pull request #640: LOG4J2-3256: Reduce ignored package scope of KafkaAppender

2021-12-26 Thread GitBox
garydgregory edited a comment on pull request #640: URL: https://github.com/apache/logging-log4j2/pull/640#issuecomment-1001187534 @dongjinleekr I modified GitHub patch #640 and pushed patches to branches `release-2.x` and `master`. You are credited in `changes.xml`. T

[GitHub] [logging-log4j2] KristjanESPERANTO commented on pull request #642: Add Link to Release History

2021-12-26 Thread GitBox
KristjanESPERANTO commented on pull request #642: URL: https://github.com/apache/logging-log4j2/pull/642#issuecomment-1001190408 Yes, that would address my point. The master branch is now the entry point for people who want to start dealing with the code. Since I can also see current chang

[GitHub] [logging-log4j2] garydgregory commented on pull request #658: Fix tests not restoring system properties

2021-12-26 Thread GitBox
garydgregory commented on pull request #658: URL: https://github.com/apache/logging-log4j2/pull/658#issuecomment-1001190503 > Each test class in core runs in an isolated fork, otherwise we couldn’t test different values of properties which are stored into static final fields (e.g. Constant

[GitHub] [logging-log4j2] garydgregory commented on pull request #658: Fix tests not restoring system properties

2021-12-26 Thread GitBox
garydgregory commented on pull request #658: URL: https://github.com/apache/logging-log4j2/pull/658#issuecomment-1001191452 > > The issue is that currently some tests are still using JUnit 4. For that there is the [System Rules](https://github.com/stefanbirkner/system-rules) project, but I

[GitHub] [logging-log4j2] garydgregory edited a comment on pull request #658: Fix tests not restoring system properties

2021-12-26 Thread GitBox
garydgregory edited a comment on pull request #658: URL: https://github.com/apache/logging-log4j2/pull/658#issuecomment-1001191452 > > The issue is that currently some tests are still using JUnit 4. For that there is the [System Rules](https://github.com/stefanbirkner/system-rules) project

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #660: Fix links

2021-12-26 Thread GitBox
garydgregory commented on a change in pull request #660: URL: https://github.com/apache/logging-log4j2/pull/660#discussion_r775250119 ## File path: CONTRIBUTING.md ## @@ -62,9 +62,9 @@ In this case, it is appropriate to start the first line of a commit with '(doc)' + [Proje

[GitHub] [logging-log4j2] KristjanESPERANTO commented on a change in pull request #660: Fix links

2021-12-26 Thread GitBox
KristjanESPERANTO commented on a change in pull request #660: URL: https://github.com/apache/logging-log4j2/pull/660#discussion_r775253495 ## File path: CONTRIBUTING.md ## @@ -62,9 +62,9 @@ In this case, it is appropriate to start the first line of a commit with '(doc)' + [

[GitHub] [logging-log4j2] KristjanESPERANTO edited a comment on pull request #642: Add Link to Release History

2021-12-26 Thread GitBox
KristjanESPERANTO edited a comment on pull request #642: URL: https://github.com/apache/logging-log4j2/pull/642#issuecomment-1001190408 Yes, that would address my point. The master branch is now the entry point for people who want to start dealing with the code. Since I can also see curren

[jira] [Commented] (LOGCXX-532) Static objects and deleting

2021-12-26 Thread Robert Middleton (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465398#comment-17465398 ] Robert Middleton commented on LOGCXX-532: - That sounds like a good idea. Clearly

[GitHub] [logging-log4cxx] rm5248 merged pull request #87: Imported and slightly cleaned up throughput tests

2021-12-26 Thread GitBox
rm5248 merged pull request #87: URL: https://github.com/apache/logging-log4cxx/pull/87 -- 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 the specific comment. To unsubscribe, e-mail: notificatio

[GitHub] [logging-log4j2] rm5248 merged pull request #657: Api separation documentation

2021-12-26 Thread GitBox
rm5248 merged pull request #657: URL: https://github.com/apache/logging-log4j2/pull/657 -- 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 the specific comment. To unsubscribe, e-mail: notificati

[CI][UNSTABLE] Logging/log4j/release-2.x#559 has test failures

2021-12-26 Thread Mr. Jenkins
BUILD UNSTABLE Build URL https://ci-builds.apache.org/job/Logging/job/log4j/job/release-2.x/559/ Project: release-2.x Date of build: Sun, 26 Dec 2021 19:09:47 + Build duration: 1 hr 0 min and counting JUnit Tests Name: (root) Failed: 0 test(s), P

[GitHub] [logging-log4j2] dependabot[bot] commented on pull request #600: Bump byteBuddyVersion from 1.11.0 to 1.12.1

2021-12-26 Thread GitBox
dependabot[bot] commented on pull request #600: URL: https://github.com/apache/logging-log4j2/pull/600#issuecomment-1001235253 Looks like these dependencies are no longer a dependency, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [logging-log4j2] dependabot[bot] closed pull request #600: Bump byteBuddyVersion from 1.11.0 to 1.12.1

2021-12-26 Thread GitBox
dependabot[bot] closed pull request #600: URL: https://github.com/apache/logging-log4j2/pull/600 -- 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 the specific comment. To unsubscribe, e-mail: n

[GitHub] [logging-log4j2] dependabot[bot] commented on pull request #606: Bump spotbugs from 4.1.2 to 4.5.0

2021-12-26 Thread GitBox
dependabot[bot] commented on pull request #606: URL: https://github.com/apache/logging-log4j2/pull/606#issuecomment-1001236731 Looks like com.github.spotbugs:spotbugs is no longer a dependency, so this is no longer needed. -- This is an automated message from the Apache Git Service. To r

[GitHub] [logging-log4j2] dependabot[bot] closed pull request #606: Bump spotbugs from 4.1.2 to 4.5.0

2021-12-26 Thread GitBox
dependabot[bot] closed pull request #606: URL: https://github.com/apache/logging-log4j2/pull/606 -- 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 the specific comment. To unsubscribe, e-mail: n

[GitHub] [logging-log4j2] dependabot[bot] commented on pull request #408: Bump maven-shade-plugin from 2.2 to 3.2.4

2021-12-26 Thread GitBox
dependabot[bot] commented on pull request #408: URL: https://github.com/apache/logging-log4j2/pull/408#issuecomment-1001237113 Looks like org.apache.maven.plugins:maven-shade-plugin is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Servic

[GitHub] [logging-log4j2] dependabot[bot] closed pull request #408: Bump maven-shade-plugin from 2.2 to 3.2.4

2021-12-26 Thread GitBox
dependabot[bot] closed pull request #408: URL: https://github.com/apache/logging-log4j2/pull/408 -- 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 the specific comment. To unsubscribe, e-mail: n

[jira] [Commented] (LOG4J2-3289) log4j-to-slf4j should not re-format the result of Message.getFormattedMessage

2021-12-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465429#comment-17465429 ] ASF subversion and git services commented on LOG4J2-3289: - Commi

[jira] [Commented] (LOG4J2-3256) Reduce ignored package scope of KafkaAppender

2021-12-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465430#comment-17465430 ] ASF subversion and git services commented on LOG4J2-3256: - Commi

[jira] [Commented] (LOG4J2-3256) Reduce ignored package scope of KafkaAppender

2021-12-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465431#comment-17465431 ] ASF subversion and git services commented on LOG4J2-3256: - Commi

[jira] [Commented] (LOG4J2-3289) log4j-to-slf4j should not re-format the result of Message.getFormattedMessage

2021-12-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465432#comment-17465432 ] ASF subversion and git services commented on LOG4J2-3289: - Commi

[jira] [Commented] (LOG4J2-3256) Reduce ignored package scope of KafkaAppender

2021-12-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465434#comment-17465434 ] ASF subversion and git services commented on LOG4J2-3256: - Commi

[jira] [Commented] (LOG4J2-3256) Reduce ignored package scope of KafkaAppender

2021-12-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465433#comment-17465433 ] ASF subversion and git services commented on LOG4J2-3256: - Commi

[GitHub] [logging-log4j2] dependabot[bot] closed pull request #494: Bump spring-ws-core from 2.1.4.RELEASE to 3.1.1

2021-12-26 Thread GitBox
dependabot[bot] closed pull request #494: URL: https://github.com/apache/logging-log4j2/pull/494 -- 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 the specific comment. To unsubscribe, e-mail: n

[GitHub] [logging-log4j2] dependabot[bot] commented on pull request #494: Bump spring-ws-core from 2.1.4.RELEASE to 3.1.1

2021-12-26 Thread GitBox
dependabot[bot] commented on pull request #494: URL: https://github.com/apache/logging-log4j2/pull/494#issuecomment-1001237745 Superseded by #661. -- 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] dependabot[bot] opened a new pull request #661: Bump spring-ws-core from 2.1.4.RELEASE to 3.1.2

2021-12-26 Thread GitBox
dependabot[bot] opened a new pull request #661: URL: https://github.com/apache/logging-log4j2/pull/661 Bumps [spring-ws-core](https://github.com/spring-projects/spring-ws) from 2.1.4.RELEASE to 3.1.2. Commits https://github.com/spring-projects/spring-ws/commit/7c7e86bfa54606a7

[jira] [Commented] (LOG4J2-3256) Reduce ignored package scope of KafkaAppender

2021-12-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465438#comment-17465438 ] ASF subversion and git services commented on LOG4J2-3256: - Commi

[jira] [Commented] (LOG4J2-3289) log4j-to-slf4j should not re-format the result of Message.getFormattedMessage

2021-12-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465436#comment-17465436 ] ASF subversion and git services commented on LOG4J2-3289: - Commi

[jira] [Commented] (LOG4J2-3256) Reduce ignored package scope of KafkaAppender

2021-12-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465437#comment-17465437 ] ASF subversion and git services commented on LOG4J2-3256: - Commi

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

2021-12-26 Thread GitBox
dependabot[bot] opened a new pull request #662: URL: https://github.com/apache/logging-log4j2/pull/662 Bumps tomcat-catalina from 8.5.20 to 10.0.14. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.to

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

2021-12-26 Thread GitBox
dependabot[bot] commented on pull request #581: URL: https://github.com/apache/logging-log4j2/pull/581#issuecomment-1001237818 Superseded by #662. -- 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] dependabot[bot] closed pull request #581: Bump tomcat-catalina from 8.5.20 to 10.0.11

2021-12-26 Thread GitBox
dependabot[bot] closed pull request #581: URL: https://github.com/apache/logging-log4j2/pull/581 -- 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 the specific comment. To unsubscribe, e-mail: n

[jira] [Commented] (LOG4J2-3256) Reduce ignored package scope of KafkaAppender

2021-12-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465441#comment-17465441 ] ASF subversion and git services commented on LOG4J2-3256: - Commi

[jira] [Commented] (LOG4J2-3289) log4j-to-slf4j should not re-format the result of Message.getFormattedMessage

2021-12-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465439#comment-17465439 ] ASF subversion and git services commented on LOG4J2-3289: - Commi

[jira] [Commented] (LOG4J2-3256) Reduce ignored package scope of KafkaAppender

2021-12-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465440#comment-17465440 ] ASF subversion and git services commented on LOG4J2-3256: - Commi

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request #663: Bump awaitility from 4.0.3 to 4.1.1

2021-12-26 Thread GitBox
dependabot[bot] opened a new pull request #663: URL: https://github.com/apache/logging-log4j2/pull/663 Bumps [awaitility](https://github.com/awaitility/awaitility) from 4.0.3 to 4.1.1. Changelog Sourced from https://github.com/awaitility/awaitility/blob/master/changelog.txt";>awai

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request #664: Bump liquibase-core from 3.5.5 to 4.6.2

2021-12-26 Thread GitBox
dependabot[bot] opened a new pull request #664: URL: https://github.com/apache/logging-log4j2/pull/664 Bumps [liquibase-core](https://github.com/liquibase/liquibase) from 3.5.5 to 4.6.2. Release notes Sourced from https://github.com/liquibase/liquibase/releases";>liquibase-core's

[GitHub] [logging-log4j2] dependabot[bot] commented on pull request #603: Bump spring-boot.version from 2.5.7 to 2.6.0

2021-12-26 Thread GitBox
dependabot[bot] commented on pull request #603: URL: https://github.com/apache/logging-log4j2/pull/603#issuecomment-1001239295 Superseded by #665. -- 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] dependabot[bot] opened a new pull request #665: Bump spring-boot.version from 2.5.7 to 2.6.2

2021-12-26 Thread GitBox
dependabot[bot] opened a new pull request #665: URL: https://github.com/apache/logging-log4j2/pull/665 Bumps `spring-boot.version` from 2.5.7 to 2.6.2. Updates `spring-boot-dependencies` from 2.5.7 to 2.6.2 Release notes Sourced from https://github.com/spring-projects/spring-boo

[GitHub] [logging-log4j2] dependabot[bot] closed pull request #603: Bump spring-boot.version from 2.5.7 to 2.6.0

2021-12-26 Thread GitBox
dependabot[bot] closed pull request #603: URL: https://github.com/apache/logging-log4j2/pull/603 -- 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 the specific comment. To unsubscribe, e-mail: n

[jira] [Commented] (LOG4J2-3289) log4j-to-slf4j should not re-format the result of Message.getFormattedMessage

2021-12-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465453#comment-17465453 ] ASF subversion and git services commented on LOG4J2-3289: - Commi

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request #666: Bump org.apache.felix.framework from 5.6.12 to 7.0.3

2021-12-26 Thread GitBox
dependabot[bot] opened a new pull request #666: URL: https://github.com/apache/logging-log4j2/pull/666 Bumps org.apache.felix.framework from 5.6.12 to 7.0.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.

[jira] [Updated] (LOGCXX-546) Multi threaded applications run at single threaded speed

2021-12-26 Thread Dr Stephen L S Webb (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dr Stephen L S Webb updated LOGCXX-546: --- Description: The benchmark https://github.com/apache/logging-log4cxx/pull/87 shows th

[jira] [Updated] (LOGCXX-546) Multi threaded applications run at single threaded speed

2021-12-26 Thread Dr Stephen L S Webb (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dr Stephen L S Webb updated LOGCXX-546: --- Description: he benchmark https://github.com/apache/logging-log4cxx/pull/87 shows the

[jira] (LOGCXX-546) Multi threaded applications run at single threaded speed

2021-12-26 Thread Dr Stephen L S Webb (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-546 ] Dr Stephen L S Webb deleted comment on LOGCXX-546: was (Author: stephen.webb): The benchmark https://github.com/apache/logging-log4cxx/pull/87 shows the rate of log4cxx calls to a dis

[jira] [Commented] (LOGCXX-546) Multi threaded applications run at single threaded speed

2021-12-26 Thread Dr Stephen L S Webb (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465460#comment-17465460 ] Dr Stephen L S Webb commented on LOGCXX-546: The results from throughput show

[jira] [Updated] (LOGCXX-543) Some tests can fail when there is a "Q" in the pathname

2021-12-26 Thread Robert Middleton (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Middleton updated LOGCXX-543: Fix Version/s: 0.13.0 > Some tests can fail when there is a "Q" in the pathname > -

[jira] [Resolved] (LOGCXX-544) Please embedd library version in a header

2021-12-26 Thread Robert Middleton (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Middleton resolved LOGCXX-544. - Resolution: Fixed > Please embedd library version in a header > -

[jira] [Resolved] (LOGCXX-543) Some tests can fail when there is a "Q" in the pathname

2021-12-26 Thread Robert Middleton (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Middleton resolved LOGCXX-543. - Resolution: Fixed > Some tests can fail when there is a "Q" in the pathname > ---

[jira] [Updated] (LOGCXX-546) Multi threaded applications run at single threaded speed

2021-12-26 Thread Dr Stephen L S Webb (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dr Stephen L S Webb updated LOGCXX-546: --- Description: The benchmark"throughput" (https://github.com/apache/logging-log4cxx/pul

[jira] [Commented] (LOG4J2-3284) log4j-to-slf4j does not take the MessageFactory into account

2021-12-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465461#comment-17465461 ] ASF subversion and git services commented on LOG4J2-3284: - Commi

[jira] [Updated] (LOGCXX-546) Multi threaded applications run at single threaded speed

2021-12-26 Thread Dr Stephen L S Webb (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dr Stephen L S Webb updated LOGCXX-546: --- Description: The benchmark "throughput" (https://github.com/apache/logging-log4cxx/pu

[jira] [Created] (LOG4J2-3290) NetUtils.getLocalIps() is error-prone

2021-12-26 Thread Marcono1234 (Jira)
Marcono1234 created LOG4J2-3290: --- Summary: NetUtils.getLocalIps() is error-prone Key: LOG4J2-3290 URL: https://issues.apache.org/jira/browse/LOG4J2-3290 Project: Log4j 2 Issue Type: Bug

[jira] [Updated] (LOG4J2-3290) NetUtils.getLocalIps() is error-prone

2021-12-26 Thread Marcono1234 (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcono1234 updated LOG4J2-3290: Description: The method {{org.apache.logging.log4j.core.util.NetUtils.getLocalIps()}} is error-pr

[jira] [Updated] (LOGCXX-516) Make classes ABI-stable

2021-12-26 Thread Robert Middleton (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Middleton updated LOGCXX-516: Fix Version/s: 1.0.0 > Make classes ABI-stable > --- > >

[jira] [Resolved] (LOGCXX-516) Make classes ABI-stable

2021-12-26 Thread Robert Middleton (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Middleton resolved LOGCXX-516. - Resolution: Fixed This should be fixed in the next_stable branch at this point > Make cl

[jira] [Commented] (LOGCXX-387) SocketAppenderSkeleton re-connects only once

2021-12-26 Thread Robert Middleton (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465501#comment-17465501 ] Robert Middleton commented on LOGCXX-387: - I just tested this on master; it looks

[jira] [Updated] (LOGCXX-387) SocketAppenderSkeleton re-connects only once

2021-12-26 Thread Robert Middleton (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Middleton updated LOGCXX-387: Fix Version/s: 0.13.0 > SocketAppenderSkeleton re-connects only once >

[jira] [Resolved] (LOGCXX-387) SocketAppenderSkeleton re-connects only once

2021-12-26 Thread Robert Middleton (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Middleton resolved LOGCXX-387. - Resolution: Fixed > SocketAppenderSkeleton re-connects only once > --

[jira] [Resolved] (LOGCXX-337) Suggested fix for socketappender not reconnecting multiple times

2021-12-26 Thread Robert Middleton (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Middleton resolved LOGCXX-337. - Resolution: Fixed This seems to be fixed in master; I have not seen issues connecting to

[jira] [Updated] (LOGCXX-337) Suggested fix for socketappender not reconnecting multiple times

2021-12-26 Thread Robert Middleton (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Middleton updated LOGCXX-337: Fix Version/s: 0.13.0 > Suggested fix for socketappender not reconnecting multiple times >

[jira] [Resolved] (LOGCXX-542) Remove log4j serialization

2021-12-26 Thread Robert Middleton (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Middleton resolved LOGCXX-542. - Resolution: Fixed The branch next_stable should have all Java serialization removed at th

[GitHub] [logging-log4j2] carterkozak opened a new pull request #667: Fix ExtendedLoggerWrapper.logMessage double-logging

2021-12-26 Thread GitBox
carterkozak opened a new pull request #667: URL: https://github.com/apache/logging-log4j2/pull/667 Previously when the logger instance was location-aware and the logger was configured to require location info, both branches were invoked rather than only the location-aware branch. --

[jira] [Commented] (LOG4J2-3290) NetUtils.getLocalIps() is error-prone

2021-12-26 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465526#comment-17465526 ] Ralph Goers commented on LOG4J2-3290: - Yes, it should be removed. > NetUtils.getLoc

[GitHub] [logging-log4cxx] swebb2066 opened a new pull request #88: Improve throughput when using disabled logging statements

2021-12-26 Thread GitBox
swebb2066 opened a new pull request #88: URL: https://github.com/apache/logging-log4cxx/pull/88 Change the pointer to the Hierarchy from a std::weak_ptr to a raw pointer to avoid the lock(0 in Logger::isDisabled() functions. Also disconnects the Logger from the Hierarchy when the Hie

[GitHub] [logging-log4cxx] swebb2066 opened a new pull request #89: Prevent thoughputtests warning

2021-12-26 Thread GitBox
swebb2066 opened a new pull request #89: URL: https://github.com/apache/logging-log4cxx/pull/89 This PR is required to prevent 'No appender could be found for logger (bench_logger)' warning in throughputtests after applying #88 -- This is an automated message from the Apache Git Service

[GitHub] [logging-log4cxx] swebb2066 commented on pull request #73: Throughput tests

2021-12-26 Thread GitBox
swebb2066 commented on pull request #73: URL: https://github.com/apache/logging-log4cxx/pull/73#issuecomment-1001350144 This has been superceded by #87 -- 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-log4cxx] swebb2066 closed pull request #73: Throughput tests

2021-12-26 Thread GitBox
swebb2066 closed pull request #73: URL: https://github.com/apache/logging-log4cxx/pull/73 -- 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 the specific comment. To unsubscribe, e-mail: notifica

[GitHub] [logging-log4j2] Kenducky opened a new pull request #668: update log4j-config.xsd fixed one default type

2021-12-26 Thread GitBox
Kenducky opened a new pull request #668: URL: https://github.com/apache/logging-log4j2/pull/668 some PatternLayOut.java source code about "disableAnsi" in master branch like this: If {@code "true"} (default is value of system property `log4j.skipJansi`, or `true` if undefined), do not o

[GitHub] [logging-log4cxx] swebb2066 opened a new pull request #90: [LOGCXX-546] Prevent unnecessary locking when determining the logging level

2021-12-26 Thread GitBox
swebb2066 opened a new pull request #90: URL: https://github.com/apache/logging-log4cxx/pull/90 **throughputtests after these changes:** ``` Benchmarking library only(no writing out): ** Benchmarking Single threaded: 100

[GitHub] [logging-log4cxx] swebb2066 closed pull request #89: Prevent thoughputtests warning

2021-12-26 Thread GitBox
swebb2066 closed pull request #89: URL: https://github.com/apache/logging-log4cxx/pull/89 -- 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 the specific comment. To unsubscribe, e-mail: notifica

[GitHub] [logging-log4cxx] swebb2066 commented on pull request #89: Prevent thoughputtests warning

2021-12-26 Thread GitBox
swebb2066 commented on pull request #89: URL: https://github.com/apache/logging-log4cxx/pull/89#issuecomment-1001372552 Suerceded by #90 -- 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 the speci

[GitHub] [logging-log4cxx] swebb2066 commented on pull request #88: Improve throughput when using disabled logging statements

2021-12-26 Thread GitBox
swebb2066 commented on pull request #88: URL: https://github.com/apache/logging-log4cxx/pull/88#issuecomment-1001372699 Superceded by #90 -- 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 the spec

[jira] [Created] (LOG4J2-3291) while deploying spring application with version 2.17.0 giving ArrayIndexOutOfBoundsException

2021-12-26 Thread shahid shaikh (Jira)
shahid shaikh created LOG4J2-3291: - Summary: while deploying spring application with version 2.17.0 giving ArrayIndexOutOfBoundsException Key: LOG4J2-3291 URL: https://issues.apache.org/jira/browse/LOG4J2-3291

[jira] [Updated] (LOG4J2-3291) while deploying spring application to weblogic server with version 2.17.0 giving ArrayIndexOutOfBoundsException

2021-12-26 Thread shahid shaikh (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] shahid shaikh updated LOG4J2-3291: -- Summary: while deploying spring application to weblogic server with version 2.17.0 giving Arra