Re: [PR] Backport some Log4j API 3.x features (logging-log4j2)

2024-03-22 Thread via GitHub
ppkarwasz commented on code in PR #2392: URL: https://github.com/apache/logging-log4j2/pull/2392#discussion_r1535371587 ## log4j-api/src/main/java/org/apache/logging/log4j/util/Strings.java: ## @@ -288,6 +289,19 @@ public static String trimToNull(final String str) { ret

Re: [PR] Backport some Log4j API 3.x features (logging-log4j2)

2024-03-22 Thread via GitHub
ppkarwasz commented on code in PR #2392: URL: https://github.com/apache/logging-log4j2/pull/2392#discussion_r1535369617 ## log4j-api/src/main/java/org/apache/logging/log4j/message/DefaultFlowMessageFactory.java: ## @@ -51,17 +52,22 @@ public DefaultFlowMessageFactory() { *

[PR] Bump github/codeql-action from 3.24.8 to 3.24.9 [logging-parent]

2024-03-22 Thread via GitHub
dependabot[bot] opened a new pull request, #143: URL: https://github.com/apache/logging-parent/pull/143 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.8 to 3.24.9. Commits https://github.com/github/codeql-action/commit/1b1aada464948af03b950897e5

[PR] Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 [logging-parent]

2024-03-22 Thread via GitHub
dependabot[bot] opened a new pull request, #144: URL: https://github.com/apache/logging-parent/pull/144 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.0.0. Release notes Sourced from https://github.com/dependabot/fetch-metadata/rele

Re: [PR] Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 [logging-parent]

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

Re: [PR] Backport some Log4j API 3.x features (logging-log4j2)

2024-03-22 Thread via GitHub
ppkarwasz commented on code in PR #2392: URL: https://github.com/apache/logging-log4j2/pull/2392#discussion_r1535393114 ## log4j-api-test/src/main/java/org/apache/logging/log4j/test/junit/Resources.java: ## @@ -20,11 +20,36 @@ /** * Constants to use the {@link ResourceLock}

Re: [PR] Fix issue #2380: Log messages with insufficient parameters should not throw exception. (logging-log4j2)

2024-03-22 Thread via GitHub
ppkarwasz commented on code in PR #2393: URL: https://github.com/apache/logging-log4j2/pull/2393#discussion_r1535402688 ## log4j-api/src/main/java/org/apache/logging/log4j/message/ParameterFormatter.java: ## @@ -240,12 +244,14 @@ static void formatMessage( return;

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

2024-03-22 Thread via GitHub
github-actions[bot] merged PR #2399: URL: https://github.com/apache/logging-log4j2/pull/2399 -- 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] Backport some Log4j API 3.x features (logging-log4j2)

2024-03-22 Thread via GitHub
ppkarwasz merged PR #2392: URL: https://github.com/apache/logging-log4j2/pull/2392 -- 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] Backport some Log4j API 3.x features (logging-log4j2)

2024-03-22 Thread via GitHub
ppkarwasz commented on PR #2392: URL: https://github.com/apache/logging-log4j2/pull/2392#issuecomment-2015218299 @vy, I am merging this PR in order to be able to use `2.24.0-SNAPSHOT` versions in the PRs concerning the `main` branch. Please let me know if you find something els

Re: [PR] Fix issue #2380: Log messages with insufficient parameters should not throw exception. (logging-log4j2)

2024-03-22 Thread via GitHub
SeasonPanPan commented on code in PR #2393: URL: https://github.com/apache/logging-log4j2/pull/2393#discussion_r1535761095 ## log4j-api/src/main/java/org/apache/logging/log4j/message/ParameterFormatter.java: ## @@ -240,12 +244,14 @@ static void formatMessage( return

Re: [PR] Part 4 of nullable and modernization (logging-log4net)

2024-03-22 Thread via GitHub
erikmav commented on code in PR #129: URL: https://github.com/apache/logging-log4net/pull/129#discussion_r1535848543 ## src/log4net.Tests/DateFormatter/DateTimeDateFormatterTest.cs: ## @@ -0,0 +1,59 @@ +#region Apache License +// +// Licensed to the Apache Software Foundation (A

Re: [I] NullRefException from shutdown in 2.0.16 (logging-log4net)

2024-03-22 Thread via GitHub
andreycha commented on issue #118: URL: https://github.com/apache/logging-log4net/issues/118#issuecomment-2015536188 Hi @FreeAndNil any ETA when 2.0.17 stable version is going to be released? I need some changed from 2.0.16 but don't want to upgrade without this hotfix. -- This is an aut

Re: [I] NullRefException from shutdown in 2.0.16 (logging-log4net)

2024-03-22 Thread via GitHub
FreeAndNil commented on issue #118: URL: https://github.com/apache/logging-log4net/issues/118#issuecomment-2015577460 @andreycha definitely next week. -- 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

[I] Most links in the documentation are broken (logging-log4net)

2024-03-22 Thread via GitHub
marcel-landman opened a new issue, #130: URL: https://github.com/apache/logging-log4net/issues/130 This is where we are told the documentation is: https://logging.apache.org/log4net/ All the top level links work, but as soon as you click through to a second level, the link is broke

Re: [PR] Update version for 2.0.17 (logging-log4net)

2024-03-22 Thread via GitHub
FreeAndNil commented on PR #121: URL: https://github.com/apache/logging-log4net/pull/121#issuecomment-2015886339 Fixes #130 -- 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.

Re: [I] Most links in the documentation are broken (logging-log4net)

2024-03-22 Thread via GitHub
FreeAndNil commented on issue #130: URL: https://github.com/apache/logging-log4net/issues/130#issuecomment-2015887248 @marcel-landman thanks for reporting. I discovered the same yesterday 😉. A fix (https://github.com/apache/logging-log4net/pull/121/commits/61e28326da40646161fe5167905f

Re: [I] Most links in the documentation are broken (logging-log4net)

2024-03-22 Thread via GitHub
FreeAndNil closed issue #130: Most links in the documentation are broken URL: https://github.com/apache/logging-log4net/issues/130 -- 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

Re: [PR] Part 4 of nullable and modernization (logging-log4net)

2024-03-22 Thread via GitHub
FreeAndNil merged PR #129: URL: https://github.com/apache/logging-log4net/pull/129 -- 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] Fix issue #2380: Log messages with insufficient parameters should not throw exception. (logging-log4j2)

2024-03-23 Thread via GitHub
SeasonPanPan commented on code in PR #2393: URL: https://github.com/apache/logging-log4j2/pull/2393#discussion_r1536625743 ## log4j-api/src/main/java/org/apache/logging/log4j/message/ParameterFormatter.java: ## @@ -240,12 +244,14 @@ static void formatMessage( return

[PR] Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.11 to 2.8.0 [logging-parent]

2024-03-23 Thread via GitHub
dependabot[bot] opened a new pull request, #145: URL: https://github.com/apache/logging-parent/pull/145 Bumps [org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) from 2.7.11 to 2.8.0. Release notes Sourced from https://github.com/CycloneDX/c

[PR] Bump org.apache.logging.log4j:log4j-changelog-maven-plugin from 0.7.0 to 0.8.0 [logging-parent]

2024-03-23 Thread via GitHub
dependabot[bot] opened a new pull request, #146: URL: https://github.com/apache/logging-parent/pull/146 Bumps org.apache.logging.log4j:log4j-changelog-maven-plugin from 0.7.0 to 0.8.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility

Re: [PR] Bump github/codeql-action from 3.24.8 to 3.24.9 [logging-parent]

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

Re: [PR] Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.11 to 2.8.0 [logging-parent]

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

Re: [PR] Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.11 to 2.8.0 [logging-parent]

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

Re: [PR] Bump org.apache.logging.log4j:log4j-changelog-maven-plugin from 0.7.0 to 0.8.0 [logging-parent]

2024-03-23 Thread via GitHub
ppkarwasz commented on PR #146: URL: https://github.com/apache/logging-parent/pull/146#issuecomment-2016547696 @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 comm

Re: [PR] Bump org.apache.logging.log4j:log4j-changelog-maven-plugin from 0.7.0 to 0.8.0 [logging-parent]

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

Re: [PR] #111 Dropping support for older runtimes (logging-log4net)

2024-03-23 Thread via GitHub
fluffynuts commented on code in PR #115: URL: https://github.com/apache/logging-log4net/pull/115#discussion_r1536663767 ## .editorconfig: ## @@ -0,0 +1,2 @@ +indent_style = space +indent_size = 2 Review Comment: I think I saw this last time too - please change to 4, simply b

Re: [PR] #111 Dropping support for older runtimes (logging-log4net)

2024-03-23 Thread via GitHub
FreeAndNil commented on code in PR #115: URL: https://github.com/apache/logging-log4net/pull/115#discussion_r1536682435 ## .editorconfig: ## @@ -0,0 +1,2 @@ +indent_style = space +indent_size = 2 Review Comment: Thanks for the hint. Adjusted. -- This is an automated mess

Re: [PR] Fix issue #2380: Log messages with insufficient parameters should not throw exception. (logging-log4j2)

2024-03-23 Thread via GitHub
ppkarwasz commented on code in PR #2393: URL: https://github.com/apache/logging-log4j2/pull/2393#discussion_r1536699879 ## log4j-api/src/main/java/org/apache/logging/log4j/message/ParameterFormatter.java: ## @@ -240,12 +244,17 @@ static void formatMessage( return;

Re: [PR] Fix issue #2380: Log messages with insufficient parameters should not throw exception. (logging-log4j2)

2024-03-24 Thread via GitHub
SeasonPanPan commented on PR #2393: URL: https://github.com/apache/logging-log4j2/pull/2393#issuecomment-2016745711 > Apart from the usage of `args.length`, it looks good to me. Done. Because the argCount might be 0 in ReusableMessage, I made a non-zero judgment in advance. -- This

[PR] Replace `process-sbom` script with CycloneDX configuration [logging-parent]

2024-03-24 Thread via GitHub
ppkarwasz opened a new pull request, #147: URL: https://github.com/apache/logging-parent/pull/147 We replace the custom `process-sbom` execution that post-processes the SBOM generated by the CycloneDX plugin, with the new `` configuration of the CycloneDX plugin. Closes #105 -- Th

Re: [PR] Fix issue #2380: Log messages with insufficient parameters should not throw exception. (logging-log4j2)

2024-03-25 Thread via GitHub
ppkarwasz merged PR #2393: URL: https://github.com/apache/logging-log4j2/pull/2393 -- 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] Log messages with partially missing parameters (logging-log4j2)

2024-03-25 Thread via GitHub
ppkarwasz closed issue #2380: Log messages with partially missing parameters URL: https://github.com/apache/logging-log4j2/issues/2380 -- 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 com

Re: [PR] Fix issue #2380: Log messages with insufficient parameters should not throw exception. (logging-log4j2)

2024-03-25 Thread via GitHub
ppkarwasz commented on PR #2393: URL: https://github.com/apache/logging-log4j2/pull/2393#issuecomment-2017413301 @SeasonPanPan Thank you for your contribution. -- 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] Remove Log4j API 3.x (logging-log4j2)

2024-03-25 Thread via GitHub
ppkarwasz closed pull request #2325: Remove Log4j API 3.x URL: https://github.com/apache/logging-log4j2/pull/2325 -- 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

Re: [PR] Move `Recycler` to `log4j-kit` (logging-log4j2)

2024-03-25 Thread via GitHub
vy commented on code in PR #2400: URL: https://github.com/apache/logging-log4j2/pull/2400#discussion_r1537183163 ## log4j-api/src/main/java/org/apache/logging/log4j/spi/MessageFactory2Adapter.java: ## @@ -0,0 +1,157 @@ +/* + * Licensed to the Apache Software Foundation (ASF) und

Re: [PR] Move `Recycler` to `log4j-kit` (logging-log4j2)

2024-03-25 Thread via GitHub
vy commented on PR #2400: URL: https://github.com/apache/logging-log4j2/pull/2400#issuecomment-2017490303 > Since the only current user of `Recycler` is Log4j Core 3.x, we removed the static recycler registry and replaced it with an entry in `DefaultBundle`. This is not correct. There

[I] Consider direct transfer of `MutableLogEvent` between threads 3.x (logging-log4j2)

2024-03-25 Thread via GitHub
ppkarwasz opened a new issue, #2401: URL: https://github.com/apache/logging-log4j2/issues/2401 Currently instances of `MutableLogEvent` are prevented from traveling between threads. In 2.x the reason was simple: the event was bound to a `ThreadLocal` and was cleared upon the return from the

Re: [PR] Move `Recycler` to `log4j-kit` (logging-log4j2)

2024-03-25 Thread via GitHub
ppkarwasz commented on code in PR #2400: URL: https://github.com/apache/logging-log4j2/pull/2400#discussion_r1537344241 ## log4j-kit/src/main/java/org/apache/logging/log4j/kit/recycler/internal/ThreadLocalRecyclerFactoryProvider.java: ## Review Comment: This remark certainl

Re: [PR] Move `Recycler` to `log4j-kit` (logging-log4j2)

2024-03-25 Thread via GitHub
ppkarwasz commented on PR #2400: URL: https://github.com/apache/logging-log4j2/pull/2400#issuecomment-2017657169 > > Since the only current user of `Recycler` is Log4j Core 3.x, we removed the static recycler registry and replaced it with an entry in `DefaultBundle`. > > This is not c

[PR] Add auto-generated plugin reference to the `2.x` site (logging-log4j2)

2024-03-25 Thread via GitHub
vy opened a new pull request, #2404: URL: https://github.com/apache/logging-log4j2/pull/2404 This PR adds the following new steps to the project build. 1. At `compile` phase, auto-generate plugin descriptors using an annotation processor 2. At `site` phase, using the generated plug

Re: [PR] Add auto-generated plugin reference to the `2.x` site (logging-log4j2)

2024-03-25 Thread via GitHub
ppkarwasz commented on code in PR #2404: URL: https://github.com/apache/logging-log4j2/pull/2404#discussion_r1537388385 ## log4j-api/pom.xml: ## @@ -28,7 +28,7 @@ Apache Log4j API The Apache Log4j API -false +false Review Comment: This PR also replaces our

Re: [PR] Add test coverage profile [logging-parent]

2024-03-25 Thread via GitHub
vy commented on code in PR #141: URL: https://github.com/apache/logging-parent/pull/141#discussion_r1537393539 ## pom.xml: ## @@ -1659,6 +1667,49 @@ import org.apache.commons.codec.digest.*; + + + + coverage + + + + + +o

Re: [PR] Add test coverage profile [logging-parent]

2024-03-25 Thread via GitHub
vy commented on code in PR #141: URL: https://github.com/apache/logging-parent/pull/141#discussion_r1537393539 ## pom.xml: ## @@ -1659,6 +1667,49 @@ import org.apache.commons.codec.digest.*; + + + + coverage + + + + + +o

Re: [PR] Add auto-generated plugin reference to the `2.x` site (logging-log4j2)

2024-03-25 Thread via GitHub
vy commented on code in PR #2404: URL: https://github.com/apache/logging-log4j2/pull/2404#discussion_r1537396203 ## log4j-api/pom.xml: ## @@ -28,7 +28,7 @@ Apache Log4j API The Apache Log4j API -false +false Review Comment: Yes, and this is in line with `ma

Re: [PR] Add auto-generated plugin reference to the `2.x` site (logging-log4j2)

2024-03-25 Thread via GitHub
ppkarwasz commented on code in PR #2404: URL: https://github.com/apache/logging-log4j2/pull/2404#discussion_r1537394035 ## log4j-core-java9/pom.xml: ## @@ -30,6 +30,8 @@ 9 true +true Review Comment: The `log4j-core-java9` artifact was intentionally "install

Re: [PR] Replace `process-sbom` script with CycloneDX configuration [logging-parent]

2024-03-25 Thread via GitHub
ppkarwasz merged PR #147: URL: https://github.com/apache/logging-parent/pull/147 -- 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-unsubscr.

Re: [I] Clean up after next `cyclonedx-maven-plugin` upgrade [logging-parent]

2024-03-25 Thread via GitHub
ppkarwasz closed issue #105: Clean up after next `cyclonedx-maven-plugin` upgrade URL: https://github.com/apache/logging-parent/issues/105 -- 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 specifi

Re: [PR] Add auto-generated plugin reference to the `2.x` site (logging-log4j2)

2024-03-25 Thread via GitHub
vy commented on code in PR #2404: URL: https://github.com/apache/logging-log4j2/pull/2404#discussion_r1537473129 ## log4j-core/pom.xml: ## @@ -222,40 +233,61 @@ + maven-compiler-plugin - - - + +

Re: [PR] Add auto-generated plugin reference to the `2.x` site (logging-log4j2)

2024-03-25 Thread via GitHub
vy commented on code in PR #2404: URL: https://github.com/apache/logging-log4j2/pull/2404#discussion_r1537472842 ## log4j-core-java9/pom.xml: ## @@ -30,6 +30,8 @@ 9 true +true Review Comment: Made it `./mvnw install`able again in a4851854936aea9ebc862b12e4

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

2024-03-25 Thread via GitHub
github-actions[bot] merged PR #2405: URL: https://github.com/apache/logging-log4j2/pull/2405 -- 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] Add auto-generated plugin reference to the `2.x` site (logging-log4j2)

2024-03-25 Thread via GitHub
vy commented on code in PR #2404: URL: https://github.com/apache/logging-log4j2/pull/2404#discussion_r1537481147 ## log4j-core-test/src/test/java/org/apache/logging/log4j/core/config/xml/XmlSchemaTest.java: ## @@ -1,103 +0,0 @@ -/* - * Licensed to the Apache Software Foundation

Re: [PR] Add auto-generated plugin reference to the `2.x` site (logging-log4j2)

2024-03-25 Thread via GitHub
ppkarwasz commented on code in PR #2404: URL: https://github.com/apache/logging-log4j2/pull/2404#discussion_r1537484589 ## log4j-api/pom.xml: ## @@ -28,7 +28,7 @@ Apache Log4j API The Apache Log4j API -false +false Review Comment: No, it is just a note for

Re: [PR] Add test coverage profile [logging-parent]

2024-03-25 Thread via GitHub
ppkarwasz merged PR #141: URL: https://github.com/apache/logging-parent/pull/141 -- 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-unsubscr.

Re: [I] Add profile to generate a coverage report [logging-parent]

2024-03-25 Thread via GitHub
ppkarwasz closed issue #140: Add profile to generate a coverage report URL: https://github.com/apache/logging-parent/issues/140 -- 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.

[PR] Add auto-generated plugin reference to the `3.x` site (logging-log4j2)

2024-03-25 Thread via GitHub
vy opened a new pull request, #2407: URL: https://github.com/apache/logging-log4j2/pull/2407 This PR ports #2404 from `2.x` to `main` for Log4j 3. -- 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

[PR] Remove `log4j-kubernetes` in version 3.x (logging-log4j2)

2024-03-25 Thread via GitHub
ppkarwasz opened a new pull request, #2408: URL: https://github.com/apache/logging-log4j2/pull/2408 Due to differences in the lifecycle of Log4j Core and Kubernetes Client, we remove `log4j-kubernetes` from the 3.x release and redirect users to Fabric8's own `kubernetes-log4j` artifact intr

Re: [PR] Add auto-generated plugin reference to the `3.x` site (logging-log4j2)

2024-03-25 Thread via GitHub
ppkarwasz commented on code in PR #2407: URL: https://github.com/apache/logging-log4j2/pull/2407#discussion_r1537565796 ## log4j-parent/pom.xml: ## @@ -1028,6 +1031,118 @@ + + + + plugin-processing + + + + + .log4j-pl

Re: [PR] Adds new `NoSqlConnection#insertObject()` accepting `LogEvent` (logging-log4j2)

2024-03-25 Thread via GitHub
ppkarwasz commented on PR #2391: URL: https://github.com/apache/logging-log4j2/pull/2391#issuecomment-2017998260 @vy, @garydgregory, As I explained in #2389, I am for closing this PR and look for a different way to solve that issue. -- This is an automated message from the Apache G

Re: [PR] Update version for 2.0.17 (logging-log4net)

2024-03-25 Thread via GitHub
fluffynuts merged PR #121: URL: https://github.com/apache/logging-log4net/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 above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubsc

Re: [I] NullRefException from shutdown in 2.0.16 (logging-log4net)

2024-03-25 Thread via GitHub
FreeAndNil commented on issue #118: URL: https://github.com/apache/logging-log4net/issues/118#issuecomment-2018303353 @andreycha https://github.com/apache/logging-log4net/releases/tag/rel%2F2.0.17 https://www.nuget.org/packages/log4net/2.0.17 -- This is an automated message from the

Re: [I] NullRefException from shutdown in 2.0.16 (logging-log4net)

2024-03-25 Thread via GitHub
andreycha commented on issue #118: URL: https://github.com/apache/logging-log4net/issues/118#issuecomment-2018333051 @FreeAndNil thanks a lot! -- 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

[PR] Part 5 of nullable and modernization (logging-log4net)

2024-03-25 Thread via GitHub
erikmav opened a new pull request, #131: URL: https://github.com/apache/logging-log4net/pull/131 Enable nullable for the whole repo, including enabling some disabled XML tests and adding more test coverage. For #124 . -- This is an automated message from the Apache Git Service. To respon

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

2024-03-25 Thread via GitHub
dependabot[bot] opened a new pull request, #132: URL: https://github.com/apache/logging-log4j-audit/pull/132 Bumps commons-logging:commons-logging from 1.3.0 to 1.3.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-

[PR] Bump org.aspectj:aspectjweaver from 1.9.21.2 to 1.9.22 [logging-log4j-audit]

2024-03-25 Thread via GitHub
dependabot[bot] opened a new pull request, #133: URL: https://github.com/apache/logging-log4j-audit/pull/133 Bumps [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) from 1.9.21.2 to 1.9.22. Release notes Sourced from https://github.com/eclipse/org.aspectj/releases

Re: [PR] Bump org.aspectj:aspectjweaver from 1.9.21.2 to 1.9.22 [logging-log4j-audit]

2024-03-25 Thread via GitHub
github-actions[bot] merged PR #133: URL: https://github.com/apache/logging-log4j-audit/pull/133 -- 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] Bump org.aspectj:aspectjweaver from 1.9.21.2 to 1.9.22 [logging-log4j-audit]

2024-03-25 Thread via GitHub
github-actions[bot] merged PR #133: URL: https://github.com/apache/logging-log4j-audit/pull/133 -- 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] Bump commons-logging:commons-logging from 1.3.0 to 1.3.1 [logging-log4j-audit]

2024-03-25 Thread via GitHub
github-actions[bot] merged PR #132: URL: https://github.com/apache/logging-log4j-audit/pull/132 -- 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] Adds new `NoSqlConnection#insertObject()` accepting `LogEvent` (logging-log4j2)

2024-03-25 Thread via GitHub
vy closed pull request #2391: Adds new `NoSqlConnection#insertObject()` accepting `LogEvent` URL: https://github.com/apache/logging-log4j2/pull/2391 -- 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 t

Re: [PR] Add auto-generated plugin reference to the `3.x` site (logging-log4j2)

2024-03-25 Thread via GitHub
vy commented on code in PR #2407: URL: https://github.com/apache/logging-log4j2/pull/2407#discussion_r1538142217 ## log4j-parent/pom.xml: ## @@ -1028,6 +1031,118 @@ + + + + plugin-processing + + + + + .log4j-plugin-pr

Re: [PR] Add auto-generated plugin reference to the `3.x` site (logging-log4j2)

2024-03-25 Thread via GitHub
vy commented on code in PR #2407: URL: https://github.com/apache/logging-log4j2/pull/2407#discussion_r1538142217 ## log4j-parent/pom.xml: ## @@ -1028,6 +1031,118 @@ + + + + plugin-processing + + + + + .log4j-plugin-pr

[PR] Bump org.ow2.asm:asm-bom from 9.6 to 9.7 [logging-log4j-transform]

2024-03-25 Thread via GitHub
dependabot[bot] opened a new pull request, #89: URL: https://github.com/apache/logging-log4j-transform/pull/89 Bumps org.ow2.asm:asm-bom from 9.6 to 9.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.ow2.a

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

2024-03-25 Thread via GitHub
dependabot[bot] opened a new pull request, #90: URL: https://github.com/apache/logging-log4j-transform/pull/90 Bumps commons-logging:commons-logging from 1.3.0 to 1.3.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependenc

Re: [PR] Bump org.ow2.asm:asm-bom from 9.6 to 9.7 [logging-log4j-transform]

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

Re: [PR] Add auto-generated plugin reference to the `3.x` site (logging-log4j2)

2024-03-25 Thread via GitHub
ppkarwasz commented on code in PR #2407: URL: https://github.com/apache/logging-log4j2/pull/2407#discussion_r1538172830 ## log4j-parent/pom.xml: ## @@ -1028,6 +1031,118 @@ + + + + plugin-processing + + + + + .log4j-pl

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

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

Re: [PR] Remove `log4j-kubernetes` in version 3.x (logging-log4j2)

2024-03-25 Thread via GitHub
ppkarwasz commented on PR #2408: URL: https://github.com/apache/logging-log4j2/pull/2408#issuecomment-2018945436 > This looks good to me. Should it be dropped in 2.x as well? I guess we can also drop it from 2.x. -- This is an automated message from the Apache Git Service. To respon

Re: [I] Pass `LogEvent` to `NoSqlConnection#insertObject` (logging-log4j2)

2024-03-25 Thread via GitHub
tonycody closed issue #2389: Pass `LogEvent` to `NoSqlConnection#insertObject` URL: https://github.com/apache/logging-log4j2/issues/2389 -- 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 c

Re: [I] Pass `LogEvent` to `NoSqlConnection#insertObject` (logging-log4j2)

2024-03-25 Thread via GitHub
tonycody commented on issue #2389: URL: https://github.com/apache/logging-log4j2/issues/2389#issuecomment-2019057713 👌Thank you! -- 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 comm

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

2024-03-25 Thread via GitHub
dependabot[bot] opened a new pull request, #120: URL: https://github.com/apache/logging-log4j-samples/pull/120 Bumps [io.fabric8:kubernetes-client-bom](https://github.com/fabric8io/kubernetes-client) from 6.9.2 to 6.11.0. Release notes Sourced from https://github.com/fabric8io/kub

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

2024-03-25 Thread via GitHub
dependabot[bot] commented on PR #106: URL: https://github.com/apache/logging-log4j-samples/pull/106#issuecomment-2019174806 Superseded by #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 above to go to th

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

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

[PR] Rebase Log4j Core 3.x on Log4j API 2.x (logging-log4j2)

2024-03-25 Thread via GitHub
ppkarwasz opened a new pull request, #2410: URL: https://github.com/apache/logging-log4j2/pull/2410 This PR depends on #2400 being accepted. We rebase Log4j Core 3.x and its submodules on top of Log4j API 2.x, which concludes #2290. ## Main changes - Classes moved to Lo

[PR] Remove Log4j API 3.x (logging-log4j2)

2024-03-25 Thread via GitHub
ppkarwasz opened a new pull request, #2411: URL: https://github.com/apache/logging-log4j2/pull/2411 This PR is based on #2410. Since the Log4j API 3.x modules are no longer used, they are simply deleted. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Add auto-generated plugin reference to the `2.x` site (logging-log4j2)

2024-03-26 Thread via GitHub
vy merged PR #2404: URL: https://github.com/apache/logging-log4j2/pull/2404 -- 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-unsubscr...@lo

Re: [PR] Add auto-generated plugin reference to the `3.x` site (logging-log4j2)

2024-03-26 Thread via GitHub
vy merged PR #2407: URL: https://github.com/apache/logging-log4j2/pull/2407 -- 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-unsubscr...@lo

Re: [PR] Remove `log4j-kubernetes` in version 3.x (logging-log4j2)

2024-03-26 Thread via GitHub
vy commented on PR #2408: URL: https://github.com/apache/logging-log4j2/pull/2408#issuecomment-2019921087 +1 for dropping it from `2.x`. @ppkarwasz, could you also submit a PR for that too, please? -- This is an automated message from the Apache Git Service. To respond to the message, ple

[PR] Remove `log4j-kubernetes` in version 2.x (logging-log4j2)

2024-03-26 Thread via GitHub
ppkarwasz opened a new pull request, #2412: URL: https://github.com/apache/logging-log4j2/pull/2412 Due to differences in the lifecycle of Log4j Core and Kubernetes Client, we remove `log4j-kubernetes` from the 2.x release and redirect users to Fabric8's own `kubernetes-log4j` artifact intr

Re: [PR] Remove `log4j-kubernetes` in version 3.x (logging-log4j2)

2024-03-26 Thread via GitHub
ppkarwasz commented on PR #2408: URL: https://github.com/apache/logging-log4j2/pull/2408#issuecomment-2019997058 @vy, I submitted a 2.x equivalent in #2412 -- 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

[I] log4j-api 2.20.0 causing : java.lang.NoClassDefFoundError: Could not initialize class org.apache.logging.log4j.util.PropertiesUtil (logging-log4j2)

2024-03-26 Thread via GitHub
jolly28 opened a new issue, #2414: URL: https://github.com/apache/logging-log4j2/issues/2414 ## Description My java:17.0.5 Application is based on struts2-core:6.3.0.2 and I am using the log4j-api:2.17.2 as the dependency and the application is running fine. When log4j-api uplifted to

Re: [I] Merge queue factory interfaces (logging-log4j2)

2024-03-26 Thread via GitHub
vy commented on issue #2075: URL: https://github.com/apache/logging-log4j2/issues/2075#issuecomment-2020177670 This issue is (mostly) fixed by #2104: * `QueueFactories` and `QueueFactory` are removed * `BlockingQueueFactory` is left in `log4j-core` with a JCTools-based implementat

Re: [I] Merge queue factory interfaces (logging-log4j2)

2024-03-26 Thread via GitHub
vy closed issue #2075: Merge queue factory interfaces URL: https://github.com/apache/logging-log4j2/issues/2075 -- 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,

Re: [PR] Bump org.apache.tomcat:tomcat-juli from 10.1.19 to 10.1.20 (logging-log4j2)

2024-03-26 Thread via GitHub
github-actions[bot] merged PR #2415: URL: https://github.com/apache/logging-log4j2/pull/2415 -- 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 github/codeql-action from 3.24.8 to 3.24.9 (logging-log4j2)

2024-03-26 Thread via GitHub
github-actions[bot] merged PR #2403: URL: https://github.com/apache/logging-log4j2/pull/2403 -- 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 co.elastic.clients:elasticsearch-java from 8.12.2 to 8.13.0 (logging-log4j2)

2024-03-26 Thread via GitHub
github-actions[bot] merged PR #2413: URL: https://github.com/apache/logging-log4j2/pull/2413 -- 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 minimatch from 3.0.4 to 3.1.2 (logging-log4net)

2024-03-26 Thread via GitHub
FreeAndNil merged PR #100: URL: https://github.com/apache/logging-log4net/pull/100 -- 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] Replace `PropertiesUtil` with `PropertyEnvironment` (logging-log4j2)

2024-03-26 Thread via GitHub
vy commented on code in PR #2396: URL: https://github.com/apache/logging-log4j2/pull/2396#discussion_r1539971265 ## log4j-1.2-api/src/main/java/org/apache/log4j/config/PropertiesConfigurationFactory.java: ## @@ -45,18 +45,26 @@ public class PropertiesConfigurationFactory extends

Re: [PR] Replace `PropertiesUtil` with `PropertyEnvironment` (logging-log4j2)

2024-03-26 Thread via GitHub
ppkarwasz commented on code in PR #2396: URL: https://github.com/apache/logging-log4j2/pull/2396#discussion_r1540045999 ## log4j-1.2-api/src/main/java/org/apache/log4j/config/PropertiesConfigurationFactory.java: ## @@ -45,18 +45,26 @@ public class PropertiesConfigurationFactory

Re: [I] Enable building log4net with docker container (logging-log4net)

2024-03-27 Thread via GitHub
FreeAndNil closed issue #127: Enable building log4net with docker container URL: https://github.com/apache/logging-log4net/issues/127 -- 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 comm

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