Re: [PR] Bump org.assertj:assertj-core from 3.25.0 to 3.25.1 [logging-log4j-transform]

2024-01-03 Thread via GitHub
dependabot[bot] commented on PR #77: URL: https://github.com/apache/logging-log4j-transform/pull/77#issuecomment-1875900633 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.assertj:assertj-core from 3.25.0 to 3.25.1 [logging-log4j-transform]

2024-01-03 Thread via GitHub
github-actions[bot] closed pull request #77: Bump org.assertj:assertj-core from 3.25.0 to 3.25.1 URL: https://github.com/apache/logging-log4j-transform/pull/77 -- 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 org.assertj:assertj-core from 3.25.0 to 3.25.1 [logging-log4j-transform]

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

[PR] Bump org.assertj:assertj-core from 3.25.0 to 3.25.1 [logging-log4j-transform]

2024-01-03 Thread via GitHub
dependabot[bot] opened a new pull request, #77: URL: https://github.com/apache/logging-log4j-transform/pull/77 Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.0 to 3.25.1. Release notes Sourced from https://github.com/assertj/assertj/releases";>org.as

Re: [PR] Bump org.assertj:assertj-core from 3.25.0 to 3.25.1 (logging-log4j2)

2024-01-03 Thread via GitHub
github-actions[bot] closed pull request #2152: Bump org.assertj:assertj-core from 3.25.0 to 3.25.1 URL: https://github.com/apache/logging-log4j2/pull/2152 -- 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 g

Re: [PR] Bump org.assertj:assertj-core from 3.25.0 to 3.25.1 (logging-log4j2)

2024-01-03 Thread via GitHub
github-actions[bot] commented on PR #2152: URL: https://github.com/apache/logging-log4j2/pull/2152#issuecomment-1875666159 Changes are applied by CI in 9bddb551cff42f3ed043a78929a7d27cc959dae8 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[PR] Port `log4j-script` changes from `2.x` (logging-log4j2)

2024-01-03 Thread via GitHub
ppkarwasz opened a new pull request, #2159: URL: https://github.com/apache/logging-log4j2/pull/2159 This PR adds to the `log4j-script` module the missing changes from the `2.x` branch. Since the module was created by moving classes from `log4j-core` the comparison between branches mu

Re: [PR] Bump org.assertj:assertj-core from 3.25.0 to 3.25.1 (logging-log4j2)

2024-01-03 Thread via GitHub
ppkarwasz commented on PR #2152: URL: https://github.com/apache/logging-log4j2/pull/2152#issuecomment-1875570630 @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] Port `log4j-slf4j-impl` changes from `2.x` (logging-log4j2)

2024-01-03 Thread via GitHub
ppkarwasz commented on code in PR #2156: URL: https://github.com/apache/logging-log4j2/pull/2156#discussion_r1440589415 ## log4j-slf4j-impl/src/main/java/org/apache/logging/slf4j/package-info.java: ## @@ -21,7 +21,7 @@ */ @Export @Header(name = Constants.BUNDLE_ACTIVATIONPOL

[PR] Port `log4j-slf4j2-impl` changes from `2.x` (logging-log4j2)

2024-01-03 Thread via GitHub
ppkarwasz opened a new pull request, #2158: URL: https://github.com/apache/logging-log4j2/pull/2158 This PR adds to the `log4j-slf4j2-impl` module the missing changes from the `2.x` branch. After this change `git diff 2.x main -- log4j-slf4j2-impl` should only contain changes related

Re: [PR] Port `log4j-slf4j-impl` changes from `2.x` (logging-log4j2)

2024-01-03 Thread via GitHub
PascalSchumacher commented on code in PR #2156: URL: https://github.com/apache/logging-log4j2/pull/2156#discussion_r1440510208 ## log4j-slf4j-impl/src/main/java/org/apache/logging/slf4j/package-info.java: ## @@ -21,7 +21,7 @@ */ @Export @Header(name = Constants.BUNDLE_ACTIVA

[PR] Port `log4j-slf4j-impl` changes from `2.x` (logging-log4j2)

2024-01-03 Thread via GitHub
ppkarwasz opened a new pull request, #2156: URL: https://github.com/apache/logging-log4j2/pull/2156 This PR adds to the `log4j-slf4j-impl` module the missing changes from the `2.x` branch. After this change `git diff 2.x main -- log4j-slf4j-impl` should only contain changes related t

Re: [PR] Split off YAML configuration into its own module (logging-log4j2)

2024-01-03 Thread via GitHub
ppkarwasz commented on PR #2142: URL: https://github.com/apache/logging-log4j2/pull/2142#issuecomment-1875400445 I rebase the PR on top of #2155, so that we can immediately remove Jackson. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[PR] Remove Jackson dependency from `MutableThreadContextMapFilter` (logging-log4j2)

2024-01-03 Thread via GitHub
ppkarwasz opened a new pull request, #2155: URL: https://github.com/apache/logging-log4j2/pull/2155 This PR rewrites `MutableThreadContextMapFilter` to use the embedded `JsonReader` instead of Jackson. Except `YamlConfiguration`, this is the only part of `log4j-core` that requires Jackson.

Re: [PR] Move `o.a.l.l.core.parser` to samples (logging-log4j2)

2024-01-03 Thread via GitHub
ppkarwasz merged PR #2154: URL: https://github.com/apache/logging-log4j2/pull/2154 -- 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: [I] [MS7] Branch `main` overhaul #2 (logging-log4j2)

2024-01-03 Thread via GitHub
ppkarwasz commented on issue #2016: URL: https://github.com/apache/logging-log4j2/issues/2016#issuecomment-1875361470 Related to this are PRs that remove additional dependencies from `log4j-core`: - [ ] #2142 - [ ] #2154 -- This is an automated message from the Apache Git Ser

Re: [PR] Move `o.a.l.l.core.parser` to samples (logging-log4j2)

2024-01-03 Thread via GitHub
mikaelstaldal commented on PR #2154: URL: https://github.com/apache/logging-log4j2/pull/2154#issuecomment-1875281489 Oh, I have not been active in this project for a long time, so I don't have any objections. -- This is an automated message from the Apache Git Service. To respond to the m

Re: [PR] Move `o.a.l.l.core.parser` to samples (logging-log4j2)

2024-01-03 Thread via GitHub
ppkarwasz commented on PR #2154: URL: https://github.com/apache/logging-log4j2/pull/2154#issuecomment-1875262433 @mikaelstaldal, do you agree with this refactoring or did you plan to use the event parser in `log4j-core`? -- This is an automated message from the Apache Git Service. To resp

[PR] Move `o.a.l.l.core.parser` to samples (logging-log4j2)

2024-01-03 Thread via GitHub
ppkarwasz opened a new pull request, #2154: URL: https://github.com/apache/logging-log4j2/pull/2154 We move `o.a.l.l.core.parser` to the samples repository, since it is independent from Log4j Core and unused: https://github.com/apache/logging-log4j-samples/commit/de33cee6c8d3e6cf32bf

Re: [PR] Bump com.fasterxml:classmate from 1.6.0 to 1.7.0 [logging-log4j-audit-sample]

2024-01-03 Thread via GitHub
dependabot[bot] commented on PR #36: URL: https://github.com/apache/logging-log4j-audit-sample/pull/36#issuecomment-1875250402 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 mi

Re: [PR] Bump org.assertj:assertj-core from 3.25.0 to 3.25.1 (logging-log4j2)

2024-01-03 Thread via GitHub
github-actions[bot] closed pull request #2153: Bump org.assertj:assertj-core from 3.25.0 to 3.25.1 URL: https://github.com/apache/logging-log4j2/pull/2153 -- 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 g

Re: [PR] Bump com.fasterxml:classmate from 1.6.0 to 1.7.0 [logging-log4j-audit-sample]

2024-01-03 Thread via GitHub
github-actions[bot] closed pull request #36: Bump com.fasterxml:classmate from 1.6.0 to 1.7.0 URL: https://github.com/apache/logging-log4j-audit-sample/pull/36 -- 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 com.fasterxml:classmate from 1.6.0 to 1.7.0 [logging-log4j-audit-sample]

2024-01-03 Thread via GitHub
github-actions[bot] commented on PR #36: URL: https://github.com/apache/logging-log4j-audit-sample/pull/36#issuecomment-1875250352 Changes are applied by CI in 9a2ac44fc38fbde8a65bd3b098b17f3c9c2f1d44 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Bump org.assertj:assertj-core from 3.25.0 to 3.25.1 (logging-log4j2)

2024-01-03 Thread via GitHub
github-actions[bot] commented on PR #2153: URL: https://github.com/apache/logging-log4j2/pull/2153#issuecomment-1875250417 Changes are applied by CI in c071729d68d904dae9a5ed82cf2ee1561f6c3594 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[PR] Bump com.fasterxml:classmate from 1.6.0 to 1.7.0 [logging-log4j-audit-sample]

2024-01-03 Thread via GitHub
dependabot[bot] opened a new pull request, #36: URL: https://github.com/apache/logging-log4j-audit-sample/pull/36 Bumps [com.fasterxml:classmate](https://github.com/FasterXML/java-classmate) from 1.6.0 to 1.7.0. Commits https://github.com/FasterXML/java-classmate/commit/3842f1e

Re: [I] Log4j incompatible with recent kubernetes-client (logging-log4j2)

2024-01-03 Thread via GitHub
ppkarwasz commented on issue #2151: URL: https://github.com/apache/logging-log4j2/issues/2151#issuecomment-1875029797 @Amya28, In Maven you **need** to specify an artifact's version, it throws an error if you don't. The reason you don't see it in `log4j-kubernetes/pom.xml` is that w

Re: [I] Log4j incompatible with recent kubernetes-client (logging-log4j2)

2024-01-03 Thread via GitHub
Amya28 commented on issue #2151: URL: https://github.com/apache/logging-log4j2/issues/2151#issuecomment-1875016646 > @Amya28, > > thank you for the issue report. Currently `log4j-kubernetes` is compiled against version 5.12.4: > > https://github.com/apache/logging-log4j2/blob

Re: [I] https://logging.apache.org/log4j/2.x/ has a broken link (logging-log4j2)

2024-01-03 Thread via GitHub
Gospel-c commented on issue #2149: URL: https://github.com/apache/logging-log4j2/issues/2149#issuecomment-1874986202 If this issue has not been resolved, I would like to work on it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi