[jira] [Commented] (IO-721) FileUtils.copyDirectory() tries to set last modified on source dir after update to 2.8.0

2021-05-01 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17337885#comment-17337885 ] Gary D. Gregory commented on IO-721: Ok to resolve this issue then? [~Heinrichs] >

[jira] [Resolved] (DAEMON-433) support native memory tracking in jsvc

2021-05-01 Thread Mark Thomas (Jira)
[ https://issues.apache.org/jira/browse/DAEMON-433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved DAEMON-433. Resolution: Duplicate The fix for DAEMON-412 fixed this for both procrun and jsvc. > support

[jira] [Work logged] (FILEUPLOAD-326) Simplify Assertion

2021-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-326?focusedWorklogId=591899=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-591899 ] ASF GitHub Bot logged work on FILEUPLOAD-326: - Author: ASF GitHub

[GitHub] [commons-fileupload] jochenw merged pull request #77: FILEUPLOAD-326 - Simplify Assertion

2021-05-01 Thread GitBox
jochenw merged pull request #77: URL: https://github.com/apache/commons-fileupload/pull/77 -- 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. For queries about this

[jira] [Updated] (FILEUPLOAD-327) Solve SpotBug warning/errors

2021-05-01 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arturo Bernal updated FILEUPLOAD-327: - Description: This Jira it's to solve the following error/warnings:   *

[jira] [Work logged] (FILEUPLOAD-327) Solve SpotBug warning/errors

2021-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-327?focusedWorklogId=591898=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-591898 ] ASF GitHub Bot logged work on FILEUPLOAD-327: - Author: ASF GitHub

[GitHub] [commons-fileupload] coveralls commented on pull request #79: FILEUPLOAD-327 - Solve SpotBug warning/errors

2021-05-01 Thread GitBox
coveralls commented on pull request #79: URL: https://github.com/apache/commons-fileupload/pull/79#issuecomment-830667519 [![Coverage Status](https://coveralls.io/builds/39284709/badge)](https://coveralls.io/builds/39284709) Coverage decreased (-0.02%) to 78.341% when pulling

[jira] [Updated] (FILEUPLOAD-327) Solve SpotBug warning/errors

2021-05-01 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arturo Bernal updated FILEUPLOAD-327: - Description: This Jira it's to solve the following error/warnings:   *

[jira] [Work logged] (FILEUPLOAD-327) Solve SpotBug warning/errors

2021-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-327?focusedWorklogId=591897=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-591897 ] ASF GitHub Bot logged work on FILEUPLOAD-327: - Author: ASF GitHub

[GitHub] [commons-fileupload] arturobernalg opened a new pull request #79: FILEUPLOAD-327 - Solve SpotBug warning/errors

2021-05-01 Thread GitBox
arturobernalg opened a new pull request #79: URL: https://github.com/apache/commons-fileupload/pull/79 `INFO] <<< spotbugs-maven-plugin:4.2.3:check (default-cli) < :spotbugs @ commons-fileupload2 <<< [INFO] [INFO] [INFO] --- spotbugs-maven-plugin:4.2.3:check (default-cli) @

[jira] [Created] (FILEUPLOAD-327) Solve SpotBug warning/errors

2021-05-01 Thread Arturo Bernal (Jira)
Arturo Bernal created FILEUPLOAD-327: Summary: Solve SpotBug warning/errors Key: FILEUPLOAD-327 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-327 Project: Commons FileUpload

[jira] [Resolved] (COMPRESS-575) Harden handling of sparse TAR entries

2021-05-01 Thread Stefan Bodewig (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig resolved COMPRESS-575. - Fix Version/s: 1.21 Resolution: Fixed > Harden handling of sparse TAR entries >

[jira] [Created] (RNG-135) TetrahedronSampler: Sample uniformly from a tetrahedron

2021-05-01 Thread Alex Herbert (Jira)
Alex Herbert created RNG-135: Summary: TetrahedronSampler: Sample uniformly from a tetrahedron Key: RNG-135 URL: https://issues.apache.org/jira/browse/RNG-135 Project: Commons RNG Issue Type:

[jira] [Work logged] (FILEUPLOAD-326) Simplify Assertion

2021-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-326?focusedWorklogId=591859=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-591859 ] ASF GitHub Bot logged work on FILEUPLOAD-326: - Author: ASF GitHub

[GitHub] [commons-fileupload] arturobernalg commented on pull request #77: FILEUPLOAD-326 - Simplify Assertion

2021-05-01 Thread GitBox
arturobernalg commented on pull request #77: URL: https://github.com/apache/commons-fileupload/pull/77#issuecomment-830617832 > I am mostly with you, except for changing > > ``` > assertFalse(condition); > ``` > > to > > ``` > assertTrue(!condition); > ```

[jira] [Work logged] (FILEUPLOAD-326) Simplify Assertion

2021-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-326?focusedWorklogId=591858=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-591858 ] ASF GitHub Bot logged work on FILEUPLOAD-326: - Author: ASF GitHub

[GitHub] [commons-fileupload] coveralls edited a comment on pull request #77: FILEUPLOAD-326 - Simplify Assertion

2021-05-01 Thread GitBox
coveralls edited a comment on pull request #77: URL: https://github.com/apache/commons-fileupload/pull/77#issuecomment-830592072 -- 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

[jira] [Work logged] (FILEUPLOAD-326) Simplify Assertion

2021-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-326?focusedWorklogId=591857=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-591857 ] ASF GitHub Bot logged work on FILEUPLOAD-326: - Author: ASF GitHub

[GitHub] [commons-fileupload] coveralls edited a comment on pull request #77: FILEUPLOAD-326 - Simplify Assertion

2021-05-01 Thread GitBox
coveralls edited a comment on pull request #77: URL: https://github.com/apache/commons-fileupload/pull/77#issuecomment-830592072 [![Coverage Status](https://coveralls.io/builds/39282481/badge)](https://coveralls.io/builds/39282481) Coverage remained the same at 78.359% when

[GitHub] [commons-fileupload] jochenw merged pull request #78: Exclude DLS_DEAD_LOCAL_STORE what i think it's a false positive.

2021-05-01 Thread GitBox
jochenw merged pull request #78: URL: https://github.com/apache/commons-fileupload/pull/78 -- 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. For queries about this

[GitHub] [commons-fileupload] coveralls commented on pull request #78: Exclude DLS_DEAD_LOCAL_STORE what i think it's a false positive.

2021-05-01 Thread GitBox
coveralls commented on pull request #78: URL: https://github.com/apache/commons-fileupload/pull/78#issuecomment-830602195 [![Coverage Status](https://coveralls.io/builds/39282043/badge)](https://coveralls.io/builds/39282043) Coverage remained the same at 78.359% when pulling

[GitHub] [commons-fileupload] arturobernalg opened a new pull request #78: Exclude DLS_DEAD_LOCAL_STORE what i think it's a false positive.

2021-05-01 Thread GitBox
arturobernalg opened a new pull request #78: URL: https://github.com/apache/commons-fileupload/pull/78 When I running `mvn -V package --file pom.xml --no-transfer-progress spotbugs:check` i'm getting DLS_DEAD_LOCAL_STORE error. Which is --> DLS: Dead store to local variable

[jira] [Work logged] (FILEUPLOAD-325) Remove Unused Assignment

2021-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-325?focusedWorklogId=591843=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-591843 ] ASF GitHub Bot logged work on FILEUPLOAD-325: - Author: ASF GitHub

[GitHub] [commons-fileupload] jochenw merged pull request #76: FILEUPLOAD-325 - Remove Unused Assignment

2021-05-01 Thread GitBox
jochenw merged pull request #76: URL: https://github.com/apache/commons-fileupload/pull/76 -- 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. For queries about this

[jira] [Work logged] (FILEUPLOAD-326) Simplify Assertion

2021-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-326?focusedWorklogId=591839=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-591839 ] ASF GitHub Bot logged work on FILEUPLOAD-326: - Author: ASF GitHub

[GitHub] [commons-fileupload] coveralls commented on pull request #77: FILEUPLOAD-326 - Simplify Assertion

2021-05-01 Thread GitBox
coveralls commented on pull request #77: URL: https://github.com/apache/commons-fileupload/pull/77#issuecomment-830592072 [![Coverage Status](https://coveralls.io/builds/39281806/badge)](https://coveralls.io/builds/39281806) Coverage remained the same at 78.428% when pulling

[jira] [Work logged] (FILEUPLOAD-326) Simplify Assertion

2021-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-326?focusedWorklogId=591838=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-591838 ] ASF GitHub Bot logged work on FILEUPLOAD-326: - Author: ASF GitHub

[GitHub] [commons-fileupload] arturobernalg opened a new pull request #77: FILEUPLOAD-326 - Simplify Assertion

2021-05-01 Thread GitBox
arturobernalg opened a new pull request #77: URL: https://github.com/apache/commons-fileupload/pull/77 -- 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. For queries about

[jira] [Created] (FILEUPLOAD-326) Simplify Assertion

2021-05-01 Thread Arturo Bernal (Jira)
Arturo Bernal created FILEUPLOAD-326: Summary: Simplify Assertion Key: FILEUPLOAD-326 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-326 Project: Commons FileUpload Issue Type:

[jira] [Work logged] (FILEUPLOAD-325) Remove Unused Assignment

2021-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-325?focusedWorklogId=591837=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-591837 ] ASF GitHub Bot logged work on FILEUPLOAD-325: - Author: ASF GitHub

[GitHub] [commons-fileupload] coveralls commented on pull request #76: FILEUPLOAD-325 - Remove Unused Assignment

2021-05-01 Thread GitBox
coveralls commented on pull request #76: URL: https://github.com/apache/commons-fileupload/pull/76#issuecomment-830585394 [![Coverage Status](https://coveralls.io/builds/39281767/badge)](https://coveralls.io/builds/39281767) Coverage decreased (-0.07%) to 78.359% when pulling

[jira] [Work logged] (FILEUPLOAD-325) Remove Unused Assignment

2021-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-325?focusedWorklogId=591836=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-591836 ] ASF GitHub Bot logged work on FILEUPLOAD-325: - Author: ASF GitHub

[GitHub] [commons-fileupload] arturobernalg opened a new pull request #76: FILEUPLOAD-325 - Remove Unused Assignment

2021-05-01 Thread GitBox
arturobernalg opened a new pull request #76: URL: https://github.com/apache/commons-fileupload/pull/76 -- 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. For queries about

[jira] [Created] (FILEUPLOAD-325) Remove Unused Assignment

2021-05-01 Thread Arturo Bernal (Jira)
Arturo Bernal created FILEUPLOAD-325: Summary: Remove Unused Assignment Key: FILEUPLOAD-325 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-325 Project: Commons FileUpload Issue

[jira] [Resolved] (FILEUPLOAD-312) Use charset constant

2021-05-01 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arturo Bernal resolved FILEUPLOAD-312. -- Resolution: Fixed Im Master > Use charset constant > > >

[jira] [Resolved] (FILEUPLOAD-318) Use try with resource

2021-05-01 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arturo Bernal resolved FILEUPLOAD-318. -- Resolution: Fixed In Master > Use try with resource > -- > >

[jira] [Resolved] (COMPRESS-567) IllegalArgumentException in ZipFile.positionAtCentralDirectory

2021-05-01 Thread Stefan Bodewig (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig resolved COMPRESS-567. - Resolution: Fixed > IllegalArgumentException in ZipFile.positionAtCentralDirectory >

[jira] [Updated] (COMPRESS-575) Harden handling of sparse TAR entries

2021-05-01 Thread Stefan Bodewig (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig updated COMPRESS-575: Issue Type: Bug (was: Task) > Harden handling of sparse TAR entries >

[jira] [Created] (COMPRESS-575) Harden handling of sparse TAR entries

2021-05-01 Thread Stefan Bodewig (Jira)
Stefan Bodewig created COMPRESS-575: --- Summary: Harden handling of sparse TAR entries Key: COMPRESS-575 URL: https://issues.apache.org/jira/browse/COMPRESS-575 Project: Commons Compress

[jira] [Updated] (FILEUPLOAD-324) Use java9 profile on JDK 9 and later

2021-05-01 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arturo Bernal updated FILEUPLOAD-324: - Description: The idea its use java9 profile on JDK 9 and later basicity adding

[jira] [Updated] (FILEUPLOAD-324) Use java9 profile on JDK 9 and later

2021-05-01 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arturo Bernal updated FILEUPLOAD-324: - Description: The idea its use java9 profile on JDK 9 and later basicity adding