Re: [PR] Bump kotlin.version from 2.0.20 to 2.0.21 [logging-log4j-kotlin]

2024-10-11 Thread via GitHub
github-actions[bot] merged PR #97: URL: https://github.com/apache/logging-log4j-kotlin/pull/97 -- 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: notificat

Re: [PR] Provide guidelines and templates for the release process [logging-log4cxx]

2024-10-11 Thread via GitHub
swebb2066 merged PR #413: URL: https://github.com/apache/logging-log4cxx/pull/413 -- 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

[I] `log4j-bom` leaks non-Log4j dependencies (logging-log4j2)

2024-10-11 Thread via GitHub
wilkinsona opened a new issue, #3066: URL: https://github.com/apache/logging-log4j2/issues/3066 ## Description `log4j-bom` inherits from `logging-parent`. Unfortunately, this results in `log4j-bom` managing a number of dependencies that are unrelated to a consumer's use of Log4j2. Th

Re: [I] RollingFileAppender rotates files incorrectly on ext4 due to filesystem timestamp caching (logging-log4j2)

2024-10-11 Thread via GitHub
kelunik commented on issue #3068: URL: https://github.com/apache/logging-log4j2/issues/3068#issuecomment-2406993899 @ppkarwasz Yes, I've of course looked at that ticket, but that didn't make it clear to me why modification time got changed to creation time. > your problem affects onl

Re: [PR] Add automatic signing and uploading releases [logging-log4cxx]

2024-10-11 Thread via GitHub
swebb2066 commented on PR #414: URL: https://github.com/apache/logging-log4cxx/pull/414#issuecomment-2408303283 The instruction in [the just added release instructions](https://github.com/apache/logging-log4cxx/blob/master/admin/releasing.md) can be simplified. Can you include the changes i

Re: [PR] refactor(1.2-api): migrate to junit5 (logging-log4j2)

2024-10-11 Thread via GitHub
github-actions[bot] commented on PR #3067: URL: https://github.com/apache/logging-log4j2/pull/3067#issuecomment-2407207376 Job Requested goals Build Tool Version Build Outcome Build ScanĀ® build-

[PR] Add automatic signing and uploading releases [logging-log4cxx]

2024-10-11 Thread via GitHub
ppkarwasz opened a new pull request, #414: URL: https://github.com/apache/logging-log4cxx/pull/414 This adds support for: - [ ] the verification of reproducibility of source archives. - [ ] signing of releases. - [ ] the generation of vote and announce e-mails. - [ ] the uploa

Re: [PR] Migrate `log4j-slf4j2-impl` to JUnit 5 (logging-log4j2)

2024-10-11 Thread via GitHub
github-actions[bot] commented on PR #3080: URL: https://github.com/apache/logging-log4j2/pull/3080#issuecomment-2407222157 Job Requested goals Build Tool Version Build Outcome Build ScanĀ® build-

Re: [PR] Bump actions/upload-artifact from 4.4.2 to 4.4.3 [logging-parent]

2024-10-11 Thread via GitHub
github-actions[bot] merged PR #267: URL: https://github.com/apache/logging-parent/pull/267 -- 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] Add automatic signing and uploading releases [logging-log4cxx]

2024-10-11 Thread via GitHub
ppkarwasz commented on PR #414: URL: https://github.com/apache/logging-log4cxx/pull/414#issuecomment-2407887158 There are some things left to fix: - I can not use `crazy-max/ghaction-import-gpg`, probably we need an INFRA ticket to install it on the repo. In the meantime I am using `

Re: [PR] Add automatic signing and uploading releases [logging-log4cxx]

2024-10-11 Thread via GitHub
swebb2066 commented on code in PR #414: URL: https://github.com/apache/logging-log4cxx/pull/414#discussion_r1797521246 ## .github/generate-email.sh: ## @@ -0,0 +1,97 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license a