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

2024-05-14 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DAEMON-464: -- Fix Version/s: 1.4.0 > struct sigaction function pointer causes build failures on LLVM 15+ >

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

2024-05-14 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reopened DAEMON-464: --- This issue was created on purpose to document that the issue is not macOS specific but appear

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

2024-05-14 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. Fix Version/s: (was: 1.4.0) Resolution: Duplicate > struct sigaction function pointer

[PR] Cleanup deprecation issues [commons-cli]

2024-05-14 Thread via GitHub
Claudenw opened a new pull request, #272: URL: https://github.com/apache/commons-cli/pull/272 Changes based on my review of the main branch prior to release while writing additional documentation. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Add LoongArch64 support [commons-daemon]

2024-05-14 Thread via GitHub
markt-asf merged PR #92: URL: https://github.com/apache/commons-daemon/pull/92 -- 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:

Re: [PR] StringUtils.stripAccents(String) doesn't handle "\u0111" and "\u0110" (Vietnamese) [commons-lang]

2024-05-14 Thread via GitHub
garydgregory commented on PR #1216: URL: https://github.com/apache/commons-lang/pull/1216#issuecomment-2110518134 @hunghhdev Thank you for your PR! Merged. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (VFS-852) webdav4s is not working with multiple TLS Record Layer segments

2024-05-14 Thread Florian Kolbe (Jira)
[ https://issues.apache.org/jira/browse/VFS-852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17846341#comment-17846341 ] Florian Kolbe commented on VFS-852: --- Something weird about reading the InputStream from the Entity. Maybe

Re: [PR] StringUtils.stripAccents(String) doesn't handle "\u0111" and "\u0110" (Vietnamese) [commons-lang]

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

Re: [PR] DAEMON-336 - If lCallbacks is empty don't call the fnCallbacks to avoid an ACCESS_VIOLATION [commons-daemon]

2024-05-14 Thread via GitHub
markt-asf commented on PR #32: URL: https://github.com/apache/commons-daemon/pull/32#issuecomment-2110438492 Closing this PR as it has been open for some time without steps being provided to recreate the issue. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] DAEMON-336 - If lCallbacks is empty don't call the fnCallbacks to avoid an ACCESS_VIOLATION [commons-daemon]

2024-05-14 Thread via GitHub
markt-asf closed pull request #32: DAEMON-336 - If lCallbacks is empty don't call the fnCallbacks to avoid an ACCESS_VIOLATION URL: https://github.com/apache/commons-daemon/pull/32 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Resolved] (DAEMON-461) Improve "Path to executable:" label on service manager General tab

2024-05-14 Thread Mark Thomas (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved DAEMON-461. Fix Version/s: 1.4.0 Resolution: Fixed > Improve "Path to executable:" label on service

[jira] [Commented] (DAEMON-460) High CPU usage in prunsrv.exe since Daemon 1.3.3

2024-05-14 Thread Mark Thomas (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17846325#comment-17846325 ] Mark Thomas commented on DAEMON-460: This is likely caused by this PR

[jira] [Commented] (VFS-852) webdav4s is not working with multiple TLS Record Layer segments

2024-05-14 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/VFS-852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17846311#comment-17846311 ] Gary D. Gregory commented on VFS-852: - Releasing is definitively on my to-do list. Maybe within a week

[jira] [Commented] (VFS-852) webdav4s is not working with multiple TLS Record Layer segments

2024-05-14 Thread Sodrul Bhuiyan (Jira)
[ https://issues.apache.org/jira/browse/VFS-852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17846308#comment-17846308 ] Sodrul Bhuiyan commented on VFS-852: [~ggregory] any chance of getting the release being cut? I

[jira] [Commented] (VFS-852) webdav4s is not working with multiple TLS Record Layer segments

2024-05-14 Thread Sodrul Bhuiyan (Jira)
[ https://issues.apache.org/jira/browse/VFS-852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17846305#comment-17846305 ] Sodrul Bhuiyan commented on VFS-852: [~in-fke] yes looks that way. I don't remember whether I've tested

Re: [PR] Fix signal handling setup. [commons-daemon]

2024-05-14 Thread via GitHub
michael-o commented on PR #166: URL: https://github.com/apache/commons-daemon/pull/166#issuecomment-2109515004 Integrated into #170 and attribution set. -- 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

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

2024-05-14 Thread via GitHub
michael-o commented on PR #170: URL: https://github.com/apache/commons-daemon/pull/170#issuecomment-2109512437 Works for me on: * cc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) * FreeBSD clang version 17.0.6 (https://github.com/llvm/llvm-project.git llvmorg-17.0.6-0-g6009708b4367) --

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

2024-05-14 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17846213#comment-17846213 ] Michael Osipov commented on DAEMON-463: --- FYI: https://github.com/apache/commons-daemon/pull/170 >

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

2024-05-14 Thread via GitHub
michael-o opened a new pull request, #170: URL: https://github.com/apache/commons-daemon/pull/170 …on LLVM 15+ Co-authored-by: Matthew Ryan This closes #166 and #170 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

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

2024-05-14 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DAEMON-464: -- Summary: struct sigaction function pointer causes build failures on LLVM 15+ (was: struct

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

2024-05-14 Thread Michael Osipov (Jira)
Michael Osipov created DAEMON-464: - Summary: struct sigaction function pointer causes build failure on LLVM 15+ Key: DAEMON-464 URL: https://issues.apache.org/jira/browse/DAEMON-464 Project: Commons