Re: [PR] Scoped context (logging-log4j2)

2024-03-29 Thread via GitHub
rgoers commented on PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#issuecomment-2027370520 @rocketraman I have modified the PR so that ResourceLogger uses ScopedContext and behaves the way you requested. @ppkarwasz I have no idea why the PR system lets me reply to some

Re: [PR] Bump commons-io:commons-io from 2.15.1 to 2.16.0 (logging-log4j2)

2024-03-29 Thread via GitHub
github-actions[bot] merged PR #2430: URL: https://github.com/apache/logging-log4j2/pull/2430 -- 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

Re: [PR] Bump io.netty:netty-bom from 4.1.107.Final to 4.1.108.Final (logging-log4j2)

2024-03-29 Thread via GitHub
github-actions[bot] merged PR #2397: URL: https://github.com/apache/logging-log4j2/pull/2397 -- 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

Re: [PR] Scoped context (logging-log4j2)

2024-03-29 Thread via GitHub
rgoers commented on code in PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#discussion_r1544596128 ## log4j-api/src/main/java/org/apache/logging/log4j/ScopedContext.java: ## @@ -0,0 +1,558 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

Re: [PR] Scoped context (logging-log4j2)

2024-03-29 Thread via GitHub
rgoers commented on code in PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#discussion_r1544596128 ## log4j-api/src/main/java/org/apache/logging/log4j/ScopedContext.java: ## @@ -0,0 +1,558 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[PR] Bump commons-io:commons-io from 2.15.1 to 2.16.0 [logging-log4j-audit]

2024-03-29 Thread via GitHub
dependabot[bot] opened a new pull request, #134: URL: https://github.com/apache/logging-log4j-audit/pull/134 Bumps commons-io:commons-io from 2.15.1 to 2.16.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com

Re: [PR] Bump commons-io:commons-io from 2.15.1 to 2.16.0 [logging-log4j-audit]

2024-03-29 Thread via GitHub
github-actions[bot] merged PR #134: URL: https://github.com/apache/logging-log4j-audit/pull/134 -- 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

Re: [PR] Scoped context (logging-log4j2)

2024-03-29 Thread via GitHub
jvz commented on code in PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#discussion_r1544697051 ## log4j-api/src/main/java/org/apache/logging/log4j/ScopedContext.java: ## @@ -0,0 +1,558 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mo

Re: [PR] Scoped context (logging-log4j2)

2024-03-29 Thread via GitHub
jvz commented on code in PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#discussion_r1544699049 ## log4j-api-test/src/test/java/org/apache/logging/log4j/ResourceLoggerTest.java: ## @@ -0,0 +1,136 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

Re: [PR] Scoped context (logging-log4j2)

2024-03-29 Thread via GitHub
rgoers commented on code in PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#discussion_r1544753833 ## log4j-api/src/main/java/org/apache/logging/log4j/ScopedContext.java: ## @@ -0,0 +1,558 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

Re: [PR] Scoped context (logging-log4j2)

2024-03-29 Thread via GitHub
rgoers commented on code in PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#discussion_r1544756837 ## log4j-api/src/main/java/org/apache/logging/log4j/internal/ScopedContextAnchor.java: ## @@ -0,0 +1,69 @@ +/* + * Licensed to the Apache Software Foundation (ASF

Re: [PR] Scoped context (logging-log4j2)

2024-03-29 Thread via GitHub
rgoers commented on code in PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#discussion_r1544757312 ## log4j-api/src/main/java/org/apache/logging/log4j/message/ParameterizedMapMessage.java: ## @@ -0,0 +1,38 @@ +/* + * Licensed to the Apache Software Foundation (

Re: [PR] Scoped context (logging-log4j2)

2024-03-29 Thread via GitHub
jvz commented on code in PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#discussion_r1544765859 ## log4j-api/src/main/java/org/apache/logging/log4j/ScopedContext.java: ## @@ -0,0 +1,558 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mo

Re: [PR] Scoped context (logging-log4j2)

2024-03-29 Thread via GitHub
ppkarwasz commented on code in PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#discussion_r1544808343 ## log4j-api/src/main/java/org/apache/logging/log4j/ScopedContext.java: ## @@ -0,0 +1,558 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

Re: [PR] Scoped context (logging-log4j2)

2024-03-29 Thread via GitHub
ppkarwasz commented on code in PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#discussion_r1544820856 ## log4j-api/src/main/java/org/apache/logging/log4j/message/ParameterizedMapMessage.java: ## @@ -0,0 +1,38 @@ +/* + * Licensed to the Apache Software Foundatio

[PR] Bump commons-io:commons-io from 2.15.1 to 2.16.0 [logging-log4j-transform]

2024-03-29 Thread via GitHub
dependabot[bot] opened a new pull request, #91: URL: https://github.com/apache/logging-log4j-transform/pull/91 Bumps commons-io:commons-io from 2.15.1 to 2.16.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=c

Re: [PR] Scoped context (logging-log4j2)

2024-03-29 Thread via GitHub
ppkarwasz commented on PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#issuecomment-2027684082 > @rocketraman I have modified the PR so that ResourceLogger uses ScopedContext and behaves the way you requested. @ppkarwasz I have no idea why the PR system lets me reply to so

Re: [PR] Bump commons-io:commons-io from 2.15.1 to 2.16.0 [logging-log4j-transform]

2024-03-29 Thread via GitHub
github-actions[bot] merged PR #91: URL: https://github.com/apache/logging-log4j-transform/pull/91 -- 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: notifi

Re: [PR] Bump commons-logging:commons-logging from 1.3.0 to 1.3.1 [logging-log4j-transform]

2024-03-29 Thread via GitHub
github-actions[bot] merged PR #90: URL: https://github.com/apache/logging-log4j-transform/pull/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 specific comment. To unsubscribe, e-mail: notifi

Re: [PR] Bump commons-logging:commons-logging from 1.3.0 to 1.3.1 [logging-log4j-transform]

2024-03-29 Thread via GitHub
github-actions[bot] merged PR #90: URL: https://github.com/apache/logging-log4j-transform/pull/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 specific comment. To unsubscribe, e-mail: notifi

Re: [PR] Scoped context (logging-log4j2)

2024-03-29 Thread via GitHub
rgoers commented on PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#issuecomment-2027934747 @ppkarwasz You have flagged this as "Changes Requested". It isn't really clear what you have requested. If it is to remove ScopedContext that isn't going to happen so we will ha

Re: [PR] Scoped context (logging-log4j2)

2024-03-29 Thread via GitHub
rgoers commented on code in PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#discussion_r1545163907 ## log4j-api/src/main/java/org/apache/logging/log4j/ScopedContext.java: ## @@ -0,0 +1,558 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

Re: [PR] Scoped context (logging-log4j2)

2024-03-29 Thread via GitHub
rgoers commented on code in PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#discussion_r1545163907 ## log4j-api/src/main/java/org/apache/logging/log4j/ScopedContext.java: ## @@ -0,0 +1,558 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

Re: [PR] Scoped context (logging-log4j2)

2024-03-29 Thread via GitHub
rgoers commented on code in PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#discussion_r1545166863 ## log4j-api/src/main/java/org/apache/logging/log4j/message/ParameterizedMapMessage.java: ## @@ -0,0 +1,38 @@ +/* + * Licensed to the Apache Software Foundation (

Re: [PR] Scoped context (logging-log4j2)

2024-03-30 Thread via GitHub
ppkarwasz commented on PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#issuecomment-2027966002 > @ppkarwasz You have flagged this as "Changes Requested". It isn't really clear what you have requested. If it is to remove ScopedContext that isn't going to happen so we will h

Re: [PR] Scoped context (logging-log4j2)

2024-03-30 Thread via GitHub
ppkarwasz commented on code in PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#discussion_r1545235864 ## log4j-api/src/main/java/org/apache/logging/log4j/ScopedContext.java: ## @@ -0,0 +1,558 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

Re: [PR] Scoped context (logging-log4j2)

2024-03-30 Thread via GitHub
rgoers commented on code in PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#discussion_r1545166863 ## log4j-api/src/main/java/org/apache/logging/log4j/message/ParameterizedMapMessage.java: ## @@ -0,0 +1,38 @@ +/* + * Licensed to the Apache Software Foundation (

Re: [PR] Scoped context (logging-log4j2)

2024-03-30 Thread via GitHub
ppkarwasz commented on code in PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#discussion_r1545237304 ## log4j-api/src/main/java/org/apache/logging/log4j/message/ParameterizedMapMessage.java: ## @@ -0,0 +1,38 @@ +/* + * Licensed to the Apache Software Foundatio

Re: [PR] Scoped context (logging-log4j2)

2024-03-30 Thread via GitHub
rgoers closed pull request #2419: Scoped context URL: https://github.com/apache/logging-log4j2/pull/2419 -- 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:

Re: [PR] Scoped context (logging-log4j2)

2024-03-30 Thread via GitHub
rgoers commented on PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#issuecomment-2028019689 OK. Since you are -1 on ScopedContext I will close this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Scoped context (logging-log4j2)

2024-03-30 Thread via GitHub
ppkarwasz commented on PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#issuecomment-2028027525 > OK. Since you are -1 on ScopedContext I will close this PR. I would be OK with an implementation based on `ThreadContextMap` that does not introduce new `ThreadLocal`s.

Re: [PR] Scoped context (logging-log4j2)

2024-03-30 Thread via GitHub
rgoers commented on PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#issuecomment-2028028153 @ppkarwasz As I said in my edited comment above, that can't be done without exposing ThreadContextMap to breakage. -- This is an automated message from the Apache Git Service.

Re: [PR] Scoped context (logging-log4j2)

2024-03-30 Thread via GitHub
ppkarwasz commented on PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#issuecomment-2028035321 @rgoers, In your edited comment you make a lot of good points. Let us discuss in a video call after the holidays. -- This is an automated message from the Apache Git Ser

Re: [I] ContextDataInjector ignores custom ContextDataProvider (logging-log4j2)

2024-03-30 Thread via GitHub
rgoers closed issue #2331: ContextDataInjector ignores custom ContextDataProvider URL: https://github.com/apache/logging-log4j2/issues/2331 -- 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 specif

Re: [I] ContextDataInjector ignores custom ContextDataProvider (logging-log4j2)

2024-03-30 Thread via GitHub
rgoers commented on issue #2331: URL: https://github.com/apache/logging-log4j2/issues/2331#issuecomment-2028149070 I am going to go one further. This is NOT a bug. The purpose of ContextDataProvider is to inject data into LogEvents. That is documented clearly in the [Extending Log4j](htt

Re: [PR] Bump mongodb.version from 3.12.11 to 3.12.14 (logging-log4j2)

2024-03-30 Thread via GitHub
ppkarwasz commented on PR #2409: URL: https://github.com/apache/logging-log4j2/pull/2409#issuecomment-2028476718 @dependabot recreate -- 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

Re: [PR] Bump log4j-api.version from 2.24.0-SNAPSHOT to 3.0.0-beta2 (logging-log4j2)

2024-03-30 Thread via GitHub
ppkarwasz commented on PR #2431: URL: https://github.com/apache/logging-log4j2/pull/2431#issuecomment-2028482438 @dependabot rebase -- 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 co

Re: [PR] Bump log4j-api.version from 2.24.0-SNAPSHOT to 3.0.0-beta2 (logging-log4j2)

2024-03-30 Thread via GitHub
ppkarwasz commented on PR #2431: URL: https://github.com/apache/logging-log4j2/pull/2431#issuecomment-2028482589 @dependabot recreate -- 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

Re: [PR] Bump log4j-api.version from 2.24.0-SNAPSHOT to 3.0.0-beta2 (logging-log4j2)

2024-03-30 Thread via GitHub
ppkarwasz commented on PR #2431: URL: https://github.com/apache/logging-log4j2/pull/2431#issuecomment-2028483230 @dependabot recreate -- 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

Re: [PR] Bump log4j-api.version from 2.24.0-SNAPSHOT to 3.0.0-beta2 (logging-log4j2)

2024-03-30 Thread via GitHub
ppkarwasz closed pull request #2431: Bump log4j-api.version from 2.24.0-SNAPSHOT to 3.0.0-beta2 URL: https://github.com/apache/logging-log4j2/pull/2431 -- 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 t

Re: [PR] Bump log4j-api.version from 2.24.0-SNAPSHOT to 3.0.0-beta2 (logging-log4j2)

2024-03-30 Thread via GitHub
ppkarwasz commented on PR #2431: URL: https://github.com/apache/logging-log4j2/pull/2431#issuecomment-2028485018 @dependabot recreate -- 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

Re: [PR] Bump commons-logging:commons-logging from 1.3.0 to 1.3.1 (logging-log4j2)

2024-03-30 Thread via GitHub
ppkarwasz commented on PR #2402: URL: https://github.com/apache/logging-log4j2/pull/2402#issuecomment-2028486688 @dependabot rebase -- 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 co

Re: [PR] Remove `o.a.l.l.c.a.r.a.Duration` class (logging-log4j2)

2024-03-30 Thread via GitHub
ppkarwasz merged PR #2426: URL: https://github.com/apache/logging-log4j2/pull/2426 -- 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: notifications-unsubsc

Re: [PR] Deprecate `o.a.l.l.c.a.r.a.Duration` class for removal (logging-log4j2)

2024-03-30 Thread via GitHub
ppkarwasz merged PR #2425: URL: https://github.com/apache/logging-log4j2/pull/2425 -- 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: notifications-unsubsc

Re: [PR] Bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.13 (logging-log4j2)

2024-03-30 Thread via GitHub
github-actions[bot] merged PR #2433: URL: https://github.com/apache/logging-log4j2/pull/2433 -- 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

Re: [PR] Bump mongodb.version from 3.12.11 to 3.12.14 (logging-log4j2)

2024-03-30 Thread via GitHub
github-actions[bot] merged PR #2409: URL: https://github.com/apache/logging-log4j2/pull/2409 -- 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

Re: [PR] Bump org.javassist:javassist from 3.29.2-GA to 3.30.2-GA (logging-log4j2)

2024-03-30 Thread via GitHub
github-actions[bot] merged PR #2432: URL: https://github.com/apache/logging-log4j2/pull/2432 -- 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

Re: [PR] Bump commons-logging:commons-logging from 1.3.0 to 1.3.1 (logging-log4j2)

2024-03-30 Thread via GitHub
github-actions[bot] closed pull request #2402: Bump commons-logging:commons-logging from 1.3.0 to 1.3.1 URL: https://github.com/apache/logging-log4j2/pull/2402 -- 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

Re: [PR] Bump commons-logging:commons-logging from 1.3.0 to 1.3.1 (logging-log4j2)

2024-03-30 Thread via GitHub
garydgregory commented on PR #2402: URL: https://github.com/apache/logging-log4j2/pull/2402#issuecomment-2028506271 What happened? -- 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 co

Re: [PR] Bump commons-logging:commons-logging from 1.3.0 to 1.3.1 (logging-log4j2)

2024-03-30 Thread via GitHub
ppkarwasz commented on PR #2402: URL: https://github.com/apache/logging-log4j2/pull/2402#issuecomment-2028556859 Nothing to be worried about: there must be a race condition in the way Github interprets the CI script actions. The script: 1. modifies the PR branch, 1. calls `git pus

Re: [PR] Scoped context (logging-log4j2)

2024-03-31 Thread via GitHub
ppkarwasz commented on PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#issuecomment-2028616139 @rgoers, > 1. We cannot reuse `ThreadContextMap` without breaking it. It only allows String values. Relaxing that allows users to store objects, which we know causes probl

Re: [PR] Scoped context (logging-log4j2)

2024-03-31 Thread via GitHub
rgoers commented on PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#issuecomment-2028831329 @ppkarwasz I really don't see the point of using ObjectThreadContextMap. 1. In out discussion we agreed ThreadContext (and presumably the ThreadContextMaps) should be

Re: [PR] Scoped context (logging-log4j2)

2024-03-31 Thread via GitHub
ppkarwasz commented on PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#issuecomment-2028898990 >1. In our discussion yesterday we agreed `ThreadContext` (and presumably the `ThreadContextMap`s) should be deprecated. That would include `ObjectThreadContextMap`. I

Re: [PR] Scoped context (logging-log4j2)

2024-03-31 Thread via GitHub
rgoers commented on PR #2419: URL: https://github.com/apache/logging-log4j2/pull/2419#issuecomment-2028922882 OK. I think I understand your concerns WRT tooling and I will do what I can to address that. FWIW, I don't believe using the ThreadContext's ThreadLocal would help in that at all.

Re: [PR] Bump org.apache.logging:logging-parent from 10.5.0 to 10.6.0 [logging-log4j-samples]

2024-03-31 Thread via GitHub
ppkarwasz commented on PR #107: URL: https://github.com/apache/logging-log4j-samples/pull/107#issuecomment-2029228172 @dependabot rebase -- 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

Re: [PR] Bump org.apache.logging.log4j:log4j-bom from 0.0.0-SNAPSHOT to 3.0.0-beta2 [logging-log4j-samples]

2024-03-31 Thread via GitHub
dependabot[bot] commented on PR #117: URL: https://github.com/apache/logging-log4j-samples/pull/117#issuecomment-2029228964 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

Re: [PR] Bump org.apache.logging.log4j:log4j-bom from 0.0.0-SNAPSHOT to 3.0.0-beta2 [logging-log4j-samples]

2024-03-31 Thread via GitHub
ppkarwasz closed pull request #117: Bump org.apache.logging.log4j:log4j-bom from 0.0.0-SNAPSHOT to 3.0.0-beta2 URL: https://github.com/apache/logging-log4j-samples/pull/117 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Bump apache/logging-parent from rel/10.5.0 to 10.6.0 [logging-log4j-samples]

2024-03-31 Thread via GitHub
ppkarwasz commented on PR #108: URL: https://github.com/apache/logging-log4j-samples/pull/108#issuecomment-2029229308 @dependabot rebase -- 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

Re: [PR] Bump org.apache.logging:logging-parent from 10.5.0 to 10.6.0 [logging-log4j-samples]

2024-03-31 Thread via GitHub
ppkarwasz commented on PR #107: URL: https://github.com/apache/logging-log4j-samples/pull/107#issuecomment-2029237207 @dependabot rebase -- 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

Re: [PR] Bump org.apache.logging:logging-parent from 10.5.0 to 10.6.0 [logging-log4j-samples]

2024-03-31 Thread via GitHub
github-actions[bot] closed pull request #107: Bump org.apache.logging:logging-parent from 10.5.0 to 10.6.0 URL: https://github.com/apache/logging-log4j-samples/pull/107 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Bump org.apache.logging:logging-parent from 10.5.0 to 10.6.0 [logging-log4j-samples]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #107: URL: https://github.com/apache/logging-log4j-samples/pull/107#issuecomment-2029246556 Changes are applied by CI in 103ada53b87224b9979498377c5b697557b142d8 -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [PR] Bump org.apache.logging:logging-parent from 10.5.0 to 10.6.0 [logging-log4j-samples]

2024-03-31 Thread via GitHub
dependabot[bot] commented on PR #107: URL: https://github.com/apache/logging-log4j-samples/pull/107#issuecomment-2029246598 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

Re: [PR] Bump apache/logging-parent from rel/10.5.0 to 10.6.0 [logging-log4j-samples]

2024-03-31 Thread via GitHub
github-actions[bot] commented on PR #108: URL: https://github.com/apache/logging-log4j-samples/pull/108#issuecomment-2029252548 Changes are applied by CI in 7e226cd3d65a71ed92e020923467255ae1ea4508 -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [PR] Bump apache/logging-parent from rel/10.5.0 to 10.6.0 [logging-log4j-samples]

2024-03-31 Thread via GitHub
github-actions[bot] closed pull request #108: Bump apache/logging-parent from rel/10.5.0 to 10.6.0 URL: https://github.com/apache/logging-log4j-samples/pull/108 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] Bump apache/logging-parent from rel/10.5.0 to 10.6.0 [logging-log4j-samples]

2024-03-31 Thread via GitHub
dependabot[bot] commented on PR #108: URL: https://github.com/apache/logging-log4j-samples/pull/108#issuecomment-2029252593 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

Re: [PR] Bump org.springframework:spring-framework-bom from 5.3.31 to 5.3.33 [logging-log4j-samples]

2024-03-31 Thread via GitHub
ppkarwasz commented on PR #119: URL: https://github.com/apache/logging-log4j-samples/pull/119#issuecomment-2029253058 @dependabot rebase -- 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

Re: [PR] Bump org.apache.maven.plugins:maven-jlink-plugin from 3.1.0 to 3.2.0 [logging-log4j-samples]

2024-03-31 Thread via GitHub
ppkarwasz commented on PR #112: URL: https://github.com/apache/logging-log4j-samples/pull/112#issuecomment-2029254087 @dependabot rebase -- 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

Re: [PR] Bump org.eclipse.jetty:jetty-maven-plugin from 10.0.19 to 10.0.20 [logging-log4j-samples]

2024-03-31 Thread via GitHub
ppkarwasz commented on PR #111: URL: https://github.com/apache/logging-log4j-samples/pull/111#issuecomment-2029253911 @dependabot rebase -- 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

[PR] Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre [logging-log4j-samples]

2024-03-31 Thread via GitHub
dependabot[bot] opened a new pull request, #122: URL: https://github.com/apache/logging-log4j-samples/pull/122 Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.0.0-jre to 33.1.0-jre. Release notes Sourced from https://github.com/google/guava/releases";>com.go

Re: [PR] Bump org.junit:junit-bom from 5.10.1 to 5.10.2 [logging-log4j-samples]

2024-03-31 Thread via GitHub
ppkarwasz commented on PR #113: URL: https://github.com/apache/logging-log4j-samples/pull/113#issuecomment-2029254228 @dependabot rebase -- 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

Re: [PR] Bump org.assertj:assertj-bom from 3.25.1 to 3.25.3 [logging-log4j-samples]

2024-03-31 Thread via GitHub
ppkarwasz commented on PR #114: URL: https://github.com/apache/logging-log4j-samples/pull/114#issuecomment-2029254381 @dependabot rebase -- 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

Re: [PR] Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.12 [logging-log4j-samples]

2024-03-31 Thread via GitHub
ppkarwasz commented on PR #115: URL: https://github.com/apache/logging-log4j-samples/pull/115#issuecomment-2029254570 @dependabot rebase -- 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

Re: [PR] Bump io.fabric8:kubernetes-client-bom from 6.9.2 to 6.11.0 [logging-log4j-samples]

2024-03-31 Thread via GitHub
ppkarwasz commented on PR #120: URL: https://github.com/apache/logging-log4j-samples/pull/120#issuecomment-2029254731 @dependabot rebase -- 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

Re: [PR] Bump com.fasterxml.woodstox:woodstox-core from 6.5.1 to 6.6.2 [logging-log4j-samples]

2024-03-31 Thread via GitHub
ppkarwasz commented on PR #121: URL: https://github.com/apache/logging-log4j-samples/pull/121#issuecomment-2029254899 @dependabot rebase -- 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

[PR] Bump org.jetbrains.kotlin:kotlin-bom from 1.9.22 to 1.9.23 [logging-log4j-samples]

2024-03-31 Thread via GitHub
dependabot[bot] opened a new pull request, #123: URL: https://github.com/apache/logging-log4j-samples/pull/123 Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 1.9.22 to 1.9.23. Release notes Sourced from https://github.com/JetBrains/kotlin/releases

[PR] Bump com.fasterxml.jackson:jackson-bom from 2.16.1 to 2.17.0 [logging-log4j-samples]

2024-03-31 Thread via GitHub
dependabot[bot] opened a new pull request, #124: URL: https://github.com/apache/logging-log4j-samples/pull/124 Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.16.1 to 2.17.0. Commits https://github.com/FasterXML/jackson-bom/commit/518

Re: [PR] Bump com.fasterxml.woodstox:woodstox-core from 6.5.1 to 6.6.2 [logging-log4j-samples]

2024-03-31 Thread via GitHub
dependabot[bot] commented on PR #121: URL: https://github.com/apache/logging-log4j-samples/pull/121#issuecomment-2029255296 Looks like com.fasterxml.woodstox:woodstox-core is no longer a dependency, so this is no longer needed. -- This is an automated message from the Apache Git Service.

Re: [PR] Bump com.fasterxml.woodstox:woodstox-core from 6.5.1 to 6.6.2 [logging-log4j-samples]

2024-03-31 Thread via GitHub
dependabot[bot] closed pull request #121: Bump com.fasterxml.woodstox:woodstox-core from 6.5.1 to 6.6.2 URL: https://github.com/apache/logging-log4j-samples/pull/121 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] Bump org.springframework:spring-framework-bom from 5.3.31 to 5.3.33 [logging-log4j-samples]

2024-03-31 Thread via GitHub
github-actions[bot] merged PR #119: URL: https://github.com/apache/logging-log4j-samples/pull/119 -- 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: notifi

Re: [PR] Bump org.springframework:spring-framework-bom from 5.3.31 to 5.3.33 [logging-log4j-samples]

2024-03-31 Thread via GitHub
github-actions[bot] merged PR #119: URL: https://github.com/apache/logging-log4j-samples/pull/119 -- 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: notifi

Re: [PR] Bump org.junit:junit-bom from 5.10.1 to 5.10.2 [logging-log4j-samples]

2024-03-31 Thread via GitHub
github-actions[bot] merged PR #113: URL: https://github.com/apache/logging-log4j-samples/pull/113 -- 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: notifi

Re: [PR] Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.12 [logging-log4j-samples]

2024-03-31 Thread via GitHub
github-actions[bot] merged PR #115: URL: https://github.com/apache/logging-log4j-samples/pull/115 -- 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: notifi

Re: [PR] Bump org.apache.maven.plugins:maven-jlink-plugin from 3.1.0 to 3.2.0 [logging-log4j-samples]

2024-03-31 Thread via GitHub
github-actions[bot] merged PR #112: URL: https://github.com/apache/logging-log4j-samples/pull/112 -- 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: notifi

Re: [PR] Bump org.apache.maven.plugins:maven-jlink-plugin from 3.1.0 to 3.2.0 [logging-log4j-samples]

2024-03-31 Thread via GitHub
github-actions[bot] merged PR #112: URL: https://github.com/apache/logging-log4j-samples/pull/112 -- 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: notifi

Re: [PR] Bump org.assertj:assertj-bom from 3.25.1 to 3.25.3 [logging-log4j-samples]

2024-03-31 Thread via GitHub
github-actions[bot] merged PR #114: URL: https://github.com/apache/logging-log4j-samples/pull/114 -- 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: notifi

Re: [PR] Bump org.eclipse.jetty:jetty-maven-plugin from 10.0.19 to 10.0.20 [logging-log4j-samples]

2024-03-31 Thread via GitHub
ppkarwasz commented on PR #111: URL: https://github.com/apache/logging-log4j-samples/pull/111#issuecomment-2029264682 @dependabot rebase -- 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

Re: [PR] Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre [logging-log4j-samples]

2024-03-31 Thread via GitHub
github-actions[bot] merged PR #122: URL: https://github.com/apache/logging-log4j-samples/pull/122 -- 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: notifi

Re: [PR] Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre [logging-log4j-samples]

2024-03-31 Thread via GitHub
github-actions[bot] merged PR #122: URL: https://github.com/apache/logging-log4j-samples/pull/122 -- 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: notifi

Re: [PR] Bump org.jetbrains.kotlin:kotlin-bom from 1.9.22 to 1.9.23 [logging-log4j-samples]

2024-03-31 Thread via GitHub
github-actions[bot] merged PR #123: URL: https://github.com/apache/logging-log4j-samples/pull/123 -- 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: notifi

Re: [PR] Bump com.fasterxml.jackson:jackson-bom from 2.16.1 to 2.17.0 [logging-log4j-samples]

2024-04-01 Thread via GitHub
ppkarwasz commented on PR #124: URL: https://github.com/apache/logging-log4j-samples/pull/124#issuecomment-2029296682 @dependabot rebase -- 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

Re: [PR] Bump io.fabric8:kubernetes-client-bom from 6.9.2 to 6.11.0 [logging-log4j-samples]

2024-04-01 Thread via GitHub
dependabot[bot] closed pull request #120: Bump io.fabric8:kubernetes-client-bom from 6.9.2 to 6.11.0 URL: https://github.com/apache/logging-log4j-samples/pull/120 -- 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

Re: [PR] Bump com.fasterxml.jackson:jackson-bom from 2.16.1 to 2.17.0 [logging-log4j-samples]

2024-04-01 Thread via GitHub
dependabot[bot] closed pull request #124: Bump com.fasterxml.jackson:jackson-bom from 2.16.1 to 2.17.0 URL: https://github.com/apache/logging-log4j-samples/pull/124 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] Bump org.eclipse.jetty:jetty-maven-plugin from 10.0.19 to 10.0.20 [logging-log4j-samples]

2024-04-01 Thread via GitHub
ppkarwasz commented on PR #111: URL: https://github.com/apache/logging-log4j-samples/pull/111#issuecomment-2029297627 @dependabot recreate -- 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 spe

Re: [PR] Bump io.fabric8:kubernetes-client-bom from 6.9.2 to 6.11.0 [logging-log4j-samples]

2024-04-01 Thread via GitHub
dependabot[bot] commented on PR #120: URL: https://github.com/apache/logging-log4j-samples/pull/120#issuecomment-2029297042 Looks like io.fabric8:kubernetes-client-bom is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond

Re: [PR] Bump com.fasterxml.jackson:jackson-bom from 2.16.1 to 2.17.0 [logging-log4j-samples]

2024-04-01 Thread via GitHub
dependabot[bot] commented on PR #124: URL: https://github.com/apache/logging-log4j-samples/pull/124#issuecomment-2029297227 Looks like com.fasterxml.jackson:jackson-bom is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond

[PR] Bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.13 [logging-log4j-samples]

2024-04-01 Thread via GitHub
dependabot[bot] opened a new pull request, #125: URL: https://github.com/apache/logging-log4j-samples/pull/125 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.9 to 1.14.13. Release notes Sourced from https://github.com/raphw/byte-buddy/releases";>net

Re: [I] Reproducibility of JLink artifacts [logging-log4j-samples]

2024-04-01 Thread via GitHub
ppkarwasz closed issue #83: Reproducibility of JLink artifacts URL: https://github.com/apache/logging-log4j-samples/issues/83 -- 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

Re: [PR] Bump org.eclipse.jetty:jetty-maven-plugin from 10.0.19 to 10.0.20 [logging-log4j-samples]

2024-04-01 Thread via GitHub
github-actions[bot] merged PR #111: URL: https://github.com/apache/logging-log4j-samples/pull/111 -- 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: notifi

Re: [PR] Bump org.eclipse.jetty:jetty-maven-plugin from 10.0.19 to 10.0.20 [logging-log4j-samples]

2024-04-01 Thread via GitHub
github-actions[bot] merged PR #111: URL: https://github.com/apache/logging-log4j-samples/pull/111 -- 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: notifi

Re: [PR] Bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.13 [logging-log4j-samples]

2024-04-01 Thread via GitHub
github-actions[bot] merged PR #125: URL: https://github.com/apache/logging-log4j-samples/pull/125 -- 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: notifi

<    1   2   3   4   5   6   7   8   9   10   >