Re: [PR] Add missing dependencies [logging-log4j-tools]

2025-05-09 Thread via GitHub
ppkarwasz commented on PR #175: URL: https://github.com/apache/logging-log4j-tools/pull/175#issuecomment-2866920863 @alan0428a, thanks! -- 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: [PR] Add missing dependencies [logging-log4j-tools]

2025-05-09 Thread via GitHub
ppkarwasz merged PR #175: URL: https://github.com/apache/logging-log4j-tools/pull/175 -- 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-unsu

Re: [PR] Add missing dependencies [logging-log4j-tools]

2025-05-09 Thread via GitHub
alan0428a commented on PR #175: URL: https://github.com/apache/logging-log4j-tools/pull/175#issuecomment-2866761348 @ppkarwasz Thanks! I've signed all commits. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] Add missing dependencies [logging-log4j-tools]

2025-05-07 Thread via GitHub
ppkarwasz commented on PR #175: URL: https://github.com/apache/logging-log4j-tools/pull/175#issuecomment-2859577016 @alan0428a, Thanks, this is ready to merge! In all our repos we **require** signed Git commit, which means that I can not merge until **all** commits are signed.

Re: [PR] Add missing dependencies [logging-log4j-tools]

2025-05-07 Thread via GitHub
alan0428a commented on PR #175: URL: https://github.com/apache/logging-log4j-tools/pull/175#issuecomment-2858591434 @ppkarwasz Oh, that's true. Thanks for checking. Updated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] Add missing dependencies [logging-log4j-tools]

2025-05-06 Thread via GitHub
ppkarwasz commented on PR #175: URL: https://github.com/apache/logging-log4j-tools/pull/175#issuecomment-2854452265 Apparently there is still one required change: the workflows in `.github/workflows` must be migrated from `@rel/11.3.0` to `@rel/12.1.0`. -- This is an automated message fr

Re: [PR] Add missing dependencies [logging-log4j-tools]

2025-05-06 Thread via GitHub
alan0428a commented on PR #175: URL: https://github.com/apache/logging-log4j-tools/pull/175#issuecomment-2854211268 @ppkarwasz fixed. Thanks. -- 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

Re: [PR] Add missing dependencies [logging-log4j-tools]

2025-04-26 Thread via GitHub
ppkarwasz commented on PR #175: URL: https://github.com/apache/logging-log4j-tools/pull/175#issuecomment-2833202635 @alan0428a, The new Error Prone from `logging-parent` version `12.1.0` is complaining about a return statement: ``` Warning: /home/runner/work/logging-log4j

Re: [PR] Add missing dependencies [logging-log4j-tools]

2025-04-25 Thread via GitHub
alan0428a commented on code in PR #175: URL: https://github.com/apache/logging-log4j-tools/pull/175#discussion_r2061094525 ## log4j-tools-parent/pom.xml: ## @@ -46,6 +46,11 @@ 5.12.0 2.1.2 2.10.0 +2.0.0 + 1.1.2 +4.8.6 +1.0.0 +7.0.0 Review Com

Re: [PR] Add missing dependencies [logging-log4j-tools]

2025-04-25 Thread via GitHub
alan0428a commented on code in PR #175: URL: https://github.com/apache/logging-log4j-tools/pull/175#discussion_r2061095805 ## pom.xml: ## @@ -31,7 +31,7 @@ org.apache.logging logging-parent -11.0.0 +12.1.0-SNAPSHOT Review Comment: Updated the version t

Re: [PR] Add missing dependencies [logging-log4j-tools]

2025-04-13 Thread via GitHub
vy commented on code in PR #175: URL: https://github.com/apache/logging-log4j-tools/pull/175#discussion_r2041192370 ## log4j-tools-parent/pom.xml: ## @@ -46,6 +46,11 @@ 5.12.0 2.1.2 2.10.0 +2.0.0 + 1.1.2 +4.8.6 +1.0.0 +7.0.0 Review Comment:

Re: [PR] Add missing dependencies [logging-log4j-tools]

2025-04-13 Thread via GitHub
vy commented on code in PR #175: URL: https://github.com/apache/logging-log4j-tools/pull/175#discussion_r2041191985 ## pom.xml: ## @@ -31,7 +31,7 @@ org.apache.logging logging-parent -11.0.0 +12.1.0-SNAPSHOT Review Comment: @ppkarwasz, thanks for your

Re: [PR] Add missing dependencies [logging-log4j-tools]

2025-03-16 Thread via GitHub
ppkarwasz commented on PR #175: URL: https://github.com/apache/logging-log4j-tools/pull/175#issuecomment-2727445173 @alan0428a, > ``` > /Users/alanyu/Repos/logging-log4j-tools/log4j-docgen/src/main/java/org/apache/logging/log4j/docgen/processor/DescriptorGenerator.java:[618,71] [

Re: [PR] Add missing dependencies [logging-log4j-tools]

2025-03-15 Thread via GitHub
alan0428a commented on code in PR #175: URL: https://github.com/apache/logging-log4j-tools/pull/175#discussion_r1997458133 ## log4j-tools-parent/pom.xml: ## @@ -140,6 +146,43 @@ ${xmlunit.version} + + +org.osgi +org.osgi.annotation

Re: [PR] Add missing dependencies [logging-log4j-tools]

2025-03-15 Thread via GitHub
alan0428a commented on PR #175: URL: https://github.com/apache/logging-log4j-tools/pull/175#issuecomment-2727115008 @ppkarwasz I can see it failed to build `log4j-docgen`, because there is a warning in `DescriptorGenerator`. And the compile settting is `failOnWarning=true` for that pac

Re: [PR] Add missing dependencies [logging-log4j-tools]

2025-03-15 Thread via GitHub
ppkarwasz commented on code in PR #175: URL: https://github.com/apache/logging-log4j-tools/pull/175#discussion_r1996628015 ## log4j-tools-parent/pom.xml: ## @@ -140,6 +146,43 @@ ${xmlunit.version} + + +org.osgi +org.osgi.annotation

[PR] Add missing dependencies [logging-log4j-tools]

2025-03-14 Thread via GitHub
alan0428a opened a new pull request, #175: URL: https://github.com/apache/logging-log4j-tools/pull/175 [A clear and concise description of what the pull request is for along with a reference to the associated issue IDs, if they exist.] ## Checklist * `./mvnw verify` succeeds (i