[jira] [Commented] (DAEMON-336) prunsrv crash on service stop

2021-08-29 Thread Steve Hofmeyr (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17406578#comment-17406578 ] Steve Hofmeyr commented on DAEMON-336: -- Thanks [~ggregory] , done https://github.com

[GitHub] [commons-daemon] stevehof opened a new pull request #32: DAEMON-336 - If lCallbacks is empty don't call the fnCallbacks to avoid an ACCESS_VIOLATION

2021-08-29 Thread GitBox
stevehof opened a new pull request #32: URL: https://github.com/apache/commons-daemon/pull/32 This is a more specific patch instead of removing the `apxHandleManagerDestroy();` as suggested as a workaround. It seems that if there are no callbacks, this is empty and can throw an ACCESS VIOL

[jira] [Work logged] (IMAGING-285) Decoding of Rational Numbers broken when large values present

2021-08-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-285?focusedWorklogId=643261&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-643261 ] ASF GitHub Bot logged work on IMAGING-285: -- Author: ASF GitHub Bot

[GitHub] [commons-imaging] kinow opened a new pull request #164: IMAGING-285 RationalNumber to support unsigned int format

2021-08-29 Thread GitBox
kinow opened a new pull request #164: URL: https://github.com/apache/commons-imaging/pull/164 @gwlucastrig I created a new PR from your branch, but instead of using kinow/commons-imaging, picked apache/commons-imaging as base for the pull request. Please take a look to see if I didn

[GitHub] [commons-lang] garydgregory merged pull request #792: Simplify assertions with equivalent but more simple.

2021-08-29 Thread GitBox
garydgregory merged pull request #792: URL: https://github.com/apache/commons-lang/pull/792 -- 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: issues

[GitHub] [commons-lang] garydgregory commented on pull request #796: Adopt is no more, long live Zulu!

2021-08-29 Thread GitBox
garydgregory commented on pull request #796: URL: https://github.com/apache/commons-lang/pull/796#issuecomment-907858650 We are using Eclipse Temurin. -- 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

[GitHub] [commons-lang] garydgregory closed pull request #796: Adopt is no more, long live Zulu!

2021-08-29 Thread GitBox
garydgregory closed pull request #796: URL: https://github.com/apache/commons-lang/pull/796 -- 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: issues

[jira] [Commented] (DAEMON-336) prunsrv crash on service stop

2021-08-29 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17406419#comment-17406419 ] Gary D. Gregory commented on DAEMON-336: Yes, a PR would be a good thing.  > pru

[jira] [Commented] (COMPRESS-589) 1.21 throws a 'java.io.IOException: Truncated TAR archive' exception while 1.20 not

2021-08-29 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17406418#comment-17406418 ] Gary D. Gregory commented on COMPRESS-589: -- [~chenNotFound] We need a reprodu

[jira] [Commented] (NET-687) [FTPS] javax.net.ssl.SSLException: Unsupported or unrecognized SSL message

2021-08-29 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/NET-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17406415#comment-17406415 ] Gary D. Gregory commented on NET-687: - [~bade7n] I am not sure what you are looking for

[jira] [Updated] (BEANUTILS-550) Converting null in to String is always null

2021-08-29 Thread Alessandro (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro updated BEANUTILS-550: - Description: Even if the defaultValue property of StringConverter is set to a non-null value,

[jira] [Created] (BEANUTILS-550) Converting null in to String is always null

2021-08-29 Thread Alessandro (Jira)
Alessandro created BEANUTILS-550: Summary: Converting null in to String is always null Key: BEANUTILS-550 URL: https://issues.apache.org/jira/browse/BEANUTILS-550 Project: Commons BeanUtils I