[GitHub] [logging-log4cxx] swebb2066 merged pull request #131: Google benchmark option

2022-09-18 Thread GitBox
swebb2066 merged PR #131: URL: https://github.com/apache/logging-log4cxx/pull/131 -- 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:

[jira] [Commented] (LOG4J2-3188) Concurrent individual LoggerContext initializations cause severe LogEvent drop or incorrect delivery

2022-09-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17606346#comment-17606346 ] ASF subversion and git services commented on LOG4J2-3188: - Commit

[jira] [Closed] (LOG4J2-3188) Concurrent individual LoggerContext initializations cause severe LogEvent drop or incorrect delivery

2022-09-18 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volkan Yazici closed LOG4J2-3188. - Assignee: Volkan Yazici Resolution: Not A Problem > Concurrent individual LoggerContext

[jira] [Commented] (LOG4J2-3188) Concurrent individual LoggerContext initializations cause severe LogEvent drop or incorrect delivery

2022-09-18 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17606344#comment-17606344 ] Volkan Yazici commented on LOG4J2-3188: --- {{Configurator.initialize(Configuration)}} sets the

[GitHub] [logging-log4j2] ppkarwasz commented on pull request #1062: Sort release 2.x POM files

2022-09-18 Thread GitBox
ppkarwasz commented on PR #1062: URL: https://github.com/apache/logging-log4j2/pull/1062#issuecomment-1250362697 The difference in the dependency list before and after this change is minimal: * the transitive dependency `javax.inject` was before forced in the `provided` scope. It

[GitHub] [logging-log4j2] afs opened a new pull request, #1064: [LOG4J2-3601] log4j-slf4j2-impl: depend on log4j-core scope=runtime

2022-09-18 Thread GitBox
afs opened a new pull request, #1064: URL: https://github.com/apache/logging-log4j2/pull/1064 https://issues.apache.org/jira/browse/LOG4J2-3601 This makes the dependency structure the same between log4j-slf4j-impl and log4j-slf4j2-impl. Having a dependency on

[GitHub] [logging-log4j2] ppkarwasz commented on pull request #1063: Delegate plugin versions to ASF parent

2022-09-18 Thread GitBox
ppkarwasz commented on PR #1063: URL: https://github.com/apache/logging-log4j2/pull/1063#issuecomment-1250263417 The main point of this change are: * Dependabot stops looking at upgrades of the most common Maven plugins, * the builds are reproducible. -- This is an automated

[GitHub] [logging-log4j2] ppkarwasz commented on a diff in pull request #1063: Delegate plugin versions to ASF parent

2022-09-18 Thread GitBox
ppkarwasz commented on code in PR #1063: URL: https://github.com/apache/logging-log4j2/pull/1063#discussion_r973714685 ## pom.xml: ## @@ -318,20 +311,19 @@ 9.4.49.v20220914 4.1.80.Final - - - apache -

[GitHub] [logging-log4j2] ppkarwasz commented on pull request #1063: Delegate plugin versions to ASF parent

2022-09-18 Thread GitBox
ppkarwasz commented on PR #1063: URL: https://github.com/apache/logging-log4j2/pull/1063#issuecomment-1250231705 `./mvnw site` also succeeded locally. -- 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

[jira] [Updated] (LOG4J2-3601) log4j-slf4j2: change of dependency scope for log4j-core

2022-09-18 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated LOG4J2-3601: -- Description: The artifact {{log4j-slf4j-impl}} has a scope=runtime dependency on log4j-core.

[GitHub] [logging-log4j2] ppkarwasz opened a new pull request, #1063: Delegate plugin versions to ASF parent

2022-09-18 Thread GitBox
ppkarwasz opened a new pull request, #1063: URL: https://github.com/apache/logging-log4j2/pull/1063 This PR removes all explicitly versioned plugins that are also defined in the Apache ASF parent POM (`org.apache:apache`). This has the following effect on plugin versions: *

[jira] [Updated] (LOG4J2-3601) log4j-slf4j2: change of dependency scope for log4j-core

2022-09-18 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated LOG4J2-3601: -- Description: The artifact {{log4j-slf4j-impl}} has a scope=runtime dependency on log4j-core.

[jira] [Created] (LOG4J2-3601) log4j-slf4j2: change of dependency scope for log4j-core

2022-09-18 Thread Andy Seaborne (Jira)
Andy Seaborne created LOG4J2-3601: - Summary: log4j-slf4j2: change of dependency scope for log4j-core Key: LOG4J2-3601 URL: https://issues.apache.org/jira/browse/LOG4J2-3601 Project: Log4j 2

[GitHub] [logging-log4cxx] swebb2066 commented on pull request #130: Reduce logging overhead by holding references

2022-09-18 Thread GitBox
swebb2066 commented on PR #130: URL: https://github.com/apache/logging-log4cxx/pull/130#issuecomment-1250211411 When getCurrentThreadName() uses thread_local there is a crash in multithreadtest. The crash does not happen when the alternate code in getCurrentThreadName() is used. See