[jira] [Commented] (CRYPTO-164) Add Support for OpenSSL 3.0.x

2024-05-15 Thread Ajeet Vishwakarma (Jira)
[ https://issues.apache.org/jira/browse/CRYPTO-164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17846811#comment-17846811 ] Ajeet Vishwakarma commented on CRYPTO-164: -- Is there a tentative timeline for openssl 3.x

[jira] [Resolved] (COLLECTIONS-853) API changes to LayeredBloomFilter, LayerManager and WrappedBloomFilter

2024-05-15 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Warren resolved COLLECTIONS-853. --- Resolution: Fixed fixed with pull request #481 > API changes to

[jira] [Resolved] (COLLECTIONS-852) LayeredBloomFilter needs a way to call clean without adding a new layer

2024-05-15 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Warren resolved COLLECTIONS-852. --- Resolution: Fixed Fixed with pull request 476 > LayeredBloomFilter needs a way

[jira] [Comment Edited] (COMPRESS-679) Regression on parallel processing of 7zip files

2024-05-15 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17846750#comment-17846750 ] Gary D. Gregory edited comment on COMPRESS-679 at 5/15/24 8:32 PM: ---

[jira] [Resolved] (COMPRESS-679) Regression on parallel processing of 7zip files

2024-05-15 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved COMPRESS-679. -- Fix Version/s: 1.26.2 Resolution: Fixed [~mikael_mechoulam] Thank you for

[jira] [Updated] (COMPRESS-679) Regression on parallel processing of 7zip files

2024-05-15 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated COMPRESS-679: - Assignee: Gary D. Gregory > Regression on parallel processing of 7zip files >

[jira] [Updated] (CLI-333) Define Builder as an implementation of Supplier

2024-05-15 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/CLI-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Warren updated CLI-333: -- Assignee: Claude Warren > Define Builder as an implementation of Supplier >

[jira] [Updated] (COLLECTIONS-854) Changes suggested to M1 release

2024-05-15 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Warren updated COLLECTIONS-854: -- Description: This is a list of items that we have agreed need to be changed for

[jira] [Updated] (COLLECTIONS-854) Changes suggested to M1 release

2024-05-15 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Warren updated COLLECTIONS-854: -- Description: This is a list of items that we have agreed need to be changed for

Re: [PR] Remove reference to IRC channel (no longer exists) [commons-daemon]

2024-05-15 Thread via GitHub
markt-asf commented on PR #123: URL: https://github.com/apache/commons-daemon/pull/123#issuecomment-2112725466 Updated to commons-parent to pick up new templates with the IRC reference removed and regenerated the generated files. -- This is an automated message from the Apache Git

Re: [PR] Remove reference to IRC channel (no longer exists) [commons-daemon]

2024-05-15 Thread via GitHub
markt-asf closed pull request #123: Remove reference to IRC channel (no longer exists) URL: https://github.com/apache/commons-daemon/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

[jira] [Updated] (COMPRESS-679) Regression on parallel processing of 7zip files

2024-05-15 Thread Jira
[ https://issues.apache.org/jira/browse/COMPRESS-679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikaël MECHOULAM updated COMPRESS-679: -- Description: I've run into a bug which occurs when attempting to read a 7zip file in

[jira] [Created] (COMPRESS-679) Regression on parallel processing of 7zip files

2024-05-15 Thread Jira
Mikaël MECHOULAM created COMPRESS-679: - Summary: Regression on parallel processing of 7zip files Key: COMPRESS-679 URL: https://issues.apache.org/jira/browse/COMPRESS-679 Project: Commons Compress

Re: [PR] Cleanup deprecation issues [commons-cli]

2024-05-15 Thread via GitHub
garydgregory merged PR #272: URL: https://github.com/apache/commons-cli/pull/272 -- 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:

[jira] [Resolved] (DAEMON-463) Daemon fails to build on macOS with XCode 15.3

2024-05-15 Thread Mark Thomas (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved DAEMON-463. Resolution: Fixed > Daemon fails to build on macOS with XCode 15.3 >

[jira] [Resolved] (DAEMON-464) struct sigaction function pointer causes build failures on LLVM 15+

2024-05-15 Thread Mark Thomas (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved DAEMON-464. Resolution: Duplicate It would have been sufficient to add a comment to DAEMON-463 > struct

Re: [PR] [DAEMON-464] struct sigaction function pointer causes build failures … [commons-daemon]

2024-05-15 Thread via GitHub
markt-asf commented on PR #170: URL: https://github.com/apache/commons-daemon/pull/170#issuecomment-2111947729 The changes to handler are unnecessary. It is valid (as per man sigaction on a system where the compilation currently fails) to use `sa_handler` when the handling function takes

Re: [PR] [DAEMON-464] struct sigaction function pointer causes build failures … [commons-daemon]

2024-05-15 Thread via GitHub
markt-asf closed pull request #170: [DAEMON-464] struct sigaction function pointer causes build failures … URL: https://github.com/apache/commons-daemon/pull/170 -- 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] Fix signal handling setup. [commons-daemon]

2024-05-15 Thread via GitHub
markt-asf closed pull request #166: Fix signal handling setup. URL: https://github.com/apache/commons-daemon/pull/166 -- 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] Fix signal handling setup. [commons-daemon]

2024-05-15 Thread via GitHub
markt-asf commented on PR #166: URL: https://github.com/apache/commons-daemon/pull/166#issuecomment-2111939340 This PR introduces a new compilation error rather than fixing the existing one. It changes line 904 and it should be changing line 1311. -- This is an automated message from

Re: [PR] Cleanup deprecation issues [commons-cli]

2024-05-15 Thread via GitHub
Claudenw commented on PR #272: URL: https://github.com/apache/commons-cli/pull/272#issuecomment-2111761021 Opened CLI-333 to address the Builder producer method naming issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Created] (CLI-333) Define Builder as an implementation of Supplier

2024-05-15 Thread Claude Warren (Jira)
Claude Warren created CLI-333: - Summary: Define Builder as an implementation of Supplier Key: CLI-333 URL: https://issues.apache.org/jira/browse/CLI-333 Project: Commons CLI Issue Type: New