[jira] [Commented] (LANG-1598) Use JSR-305 (javax.annotation) for Null-Analysis to avoid unexpected NullPointerExceptions

2022-01-31 Thread Jens Dietrich (Jira)
[ https://issues.apache.org/jira/browse/LANG-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17484903#comment-17484903 ] Jens Dietrich commented on LANG-1598: - I might be able to help here. I have developed a tool that

[GitHub] [commons-imaging] garydgregory merged pull request #198: Bump taglist-maven-plugin from 2.4 to 3.0.0

2022-01-31 Thread GitBox
garydgregory merged pull request #198: URL: https://github.com/apache/commons-imaging/pull/198 -- 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:

[GitHub] [commons-fileupload] garydgregory merged pull request #135: Bump taglist-maven-plugin from 2.4 to 3.0.0

2022-01-31 Thread GitBox
garydgregory merged pull request #135: URL: https://github.com/apache/commons-fileupload/pull/135 -- 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:

[GitHub] [commons-fileupload] coveralls commented on pull request #135: Bump taglist-maven-plugin from 2.4 to 3.0.0

2022-01-31 Thread GitBox
coveralls commented on pull request #135: URL: https://github.com/apache/commons-fileupload/pull/135#issuecomment-1026077691 [![Coverage Status](https://coveralls.io/builds/46096104/badge)](https://coveralls.io/builds/46096104) Coverage remained the same at 77.585% when pulling

[GitHub] [commons-fileupload] dependabot[bot] opened a new pull request #135: Bump taglist-maven-plugin from 2.4 to 3.0.0

2022-01-31 Thread GitBox
dependabot[bot] opened a new pull request #135: URL: https://github.com/apache/commons-fileupload/pull/135 Bumps [taglist-maven-plugin](https://github.com/mojohaus/taglist-maven-plugin) from 2.4 to 3.0.0. Release notes Sourced from

[GitHub] [commons-imaging] dependabot[bot] opened a new pull request #198: Bump taglist-maven-plugin from 2.4 to 3.0.0

2022-01-31 Thread GitBox
dependabot[bot] opened a new pull request #198: URL: https://github.com/apache/commons-imaging/pull/198 Bumps [taglist-maven-plugin](https://github.com/mojohaus/taglist-maven-plugin) from 2.4 to 3.0.0. Release notes Sourced from

[jira] [Commented] (VFS-814) FtpFileObject: re-fetch MDTM after refresh

2022-01-31 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/VFS-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17484803#comment-17484803 ] Gary D. Gregory commented on VFS-814: - Hello [~lukewpc] Feel free to provide a PR on GitHub. >

[jira] [Updated] (VFS-814) FtpFileObject: re-fetch MDTM after refresh

2022-01-31 Thread Luke Wood (Jira)
[ https://issues.apache.org/jira/browse/VFS-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Wood updated VFS-814: -- Description: {{FtpFileObject.getTimestampMillis}} stores last modification time using

[jira] [Created] (VFS-814) FtpFileObject: re-fetch MDTM after refresh

2022-01-31 Thread Luke Wood (Jira)
Luke Wood created VFS-814: - Summary: FtpFileObject: re-fetch MDTM after refresh Key: VFS-814 URL: https://issues.apache.org/jira/browse/VFS-814 Project: Commons VFS Issue Type: Bug Affects

[GitHub] [commons-io] garydgregory commented on pull request #319: Fixes regression on copyURLToFile with partial regression tests

2022-01-31 Thread GitBox
garydgregory commented on pull request #319: URL: https://github.com/apache/commons-io/pull/319#issuecomment-1025968843 Hi @chadlwilson Creating a new PR would be great. TY. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [commons-io] chadlwilson commented on pull request #319: Fixes regression on copyURLToFile with partial regression tests

2022-01-31 Thread GitBox
chadlwilson commented on pull request #319: URL: https://github.com/apache/commons-io/pull/319#issuecomment-1025911018 Thanks! I have got past this particular error and the bunch of tests that were triggering it, but now there seems to be another problem due to

[jira] [Commented] (DAEMON-437) prunsrv: Better not to redirect stdout/stderr during service installation?

2022-01-31 Thread Rainer Jung (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17484656#comment-17484656 ] Rainer Jung commented on DAEMON-437: I do like the log as an action protocol. And I do not think it

[jira] [Commented] (DAEMON-437) prunsrv: Better not to redirect stdout/stderr during service installation?

2022-01-31 Thread Mark Thomas (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17484647#comment-17484647 ] Mark Thomas commented on DAEMON-437: Looking at the source code, the issue of multiple processes

[jira] [Reopened] (DAEMON-437) prunsrv: Better not to redirect stdout/stderr during service installation?

2022-01-31 Thread Mark Thomas (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas reopened DAEMON-437: Re-open to discuss what to do with the prunsrv log file > prunsrv: Better not to redirect

[GitHub] [commons-io] garydgregory merged pull request #323: Change to uppercase variable constant.

2022-01-31 Thread GitBox
garydgregory merged pull request #323: URL: https://github.com/apache/commons-io/pull/323 -- 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:

[GitHub] [commons-io] garydgregory commented on pull request #319: Fixes regression on copyURLToFile with partial regression tests

2022-01-31 Thread GitBox
garydgregory commented on pull request #319: URL: https://github.com/apache/commons-io/pull/319#issuecomment-1025656023 I just published a snapshot and reconfigured the Jenkins job to only use Java 8. -- This is an automated message from the Apache Git Service. To respond to the