[GitHub] [commons-dbcp] dependabot[bot] opened a new pull request #134: Bump narayana-jta from 5.12.0.Final to 5.12.1.Final

2021-09-15 Thread GitBox
dependabot[bot] opened a new pull request #134: URL: https://github.com/apache/commons-dbcp/pull/134 Bumps narayana-jta from 5.12.0.Final to 5.12.1.Final. [![Dependabot compatibility

[GitHub] [commons-dbcp] dependabot[bot] opened a new pull request #133: Bump spotbugs from 4.4.0 to 4.4.1

2021-09-15 Thread GitBox
dependabot[bot] opened a new pull request #133: URL: https://github.com/apache/commons-dbcp/pull/133 Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.4.0 to 4.4.1. Release notes Sourced from https://github.com/spotbugs/spotbugs/releases;>spotbugs's releases.

[GitHub] [commons-lang] coveralls commented on pull request #804: floor and ceiling for Sorted Arrays

2021-09-15 Thread GitBox
coveralls commented on pull request #804: URL: https://github.com/apache/commons-lang/pull/804#issuecomment-920508133 [![Coverage Status](https://coveralls.io/builds/42910252/badge)](https://coveralls.io/builds/42910252) Coverage decreased (-1.8%) to 93.14% when pulling

[GitHub] [commons-vfs] wx930910 commented on pull request #213: refactor CountingListener to improve test design

2021-09-15 Thread GitBox
wx930910 commented on pull request #213: URL: https://github.com/apache/commons-vfs/pull/213#issuecomment-920482311 @garydgregory Thanks for your feedback and I changed code logic, do you think the updated code is less complex compared to the existing code? (Given the fact that we no

[GitHub] [commons-lang] coveralls commented on pull request #805: Bump junit-bom from 5.7.2 to 5.8.0

2021-09-15 Thread GitBox
coveralls commented on pull request #805: URL: https://github.com/apache/commons-lang/pull/805#issuecomment-920411307 [![Coverage Status](https://coveralls.io/builds/42906744/badge)](https://coveralls.io/builds/42906744) Coverage remained the same at 94.951% when pulling

[GitHub] [commons-csv] coveralls commented on pull request #184: Bump maven-pmd-plugin from 3.14.0 to 3.15.0

2021-09-15 Thread GitBox
coveralls commented on pull request #184: URL: https://github.com/apache/commons-csv/pull/184#issuecomment-920306640 [![Coverage Status](https://coveralls.io/builds/42903180/badge)](https://coveralls.io/builds/42903180) Coverage remained the same at 98.323% when pulling

[GitHub] [commons-lang] garydgregory commented on pull request #804: floor and ceiling for Sorted Arrays

2021-09-15 Thread GitBox
garydgregory commented on pull request #804: URL: https://github.com/apache/commons-lang/pull/804#issuecomment-920260321 What happens if the array is not sorted? Is it possible for the code to cause an infinite loop? -- This is an automated message from the Apache Git Service. To

[GitHub] [commons-io] thammegowda closed pull request #9: Added a true iterator for traversing the file trees

2021-09-15 Thread GitBox
thammegowda closed pull request #9: URL: https://github.com/apache/commons-io/pull/9 -- 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-lang] ali-ghanbari commented on pull request #804: floor and ceiling for Sorted Arrays

2021-09-15 Thread GitBox
ali-ghanbari commented on pull request #804: URL: https://github.com/apache/commons-lang/pull/804#issuecomment-920126109 > I have no idea what this new code does as there are ZERO Javadocs, so there is nothing to review from my POV. Thank you for your feedback @garydgregory :)

[jira] [Resolved] (STATISTICS-21) Probability density to return 0 wen outside support

2021-09-15 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/STATISTICS-21?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Sadowski resolved STATISTICS-21. --- Resolution: Fixed > Probability density to return 0 wen outside support >

[GitHub] [commons-lang] garydgregory commented on pull request #804: floor and ceiling for Sorted Arrays

2021-09-15 Thread GitBox
garydgregory commented on pull request #804: URL: https://github.com/apache/commons-lang/pull/804#issuecomment-920118221 I have no idea what this new code does as there are ZERO Javadocs, so there is nothing to review from my POV. There is also a lot of code duplication but I am not sure

[GitHub] [commons-lang] dependabot[bot] opened a new pull request #805: Bump junit-bom from 5.7.2 to 5.8.0

2021-09-15 Thread GitBox
dependabot[bot] opened a new pull request #805: URL: https://github.com/apache/commons-lang/pull/805 Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.7.2 to 5.8.0. Release notes Sourced from https://github.com/junit-team/junit5/releases;>junit-bom's releases.

[jira] [Work logged] (IO-726) Add MemoryMappedInputStream

2021-09-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-726?focusedWorklogId=651078=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-651078 ] ASF GitHub Bot logged work on IO-726: - Author: ASF GitHub Bot Created

[jira] [Work logged] (IO-726) Add MemoryMappedInputStream

2021-09-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-726?focusedWorklogId=651080=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-651080 ] ASF GitHub Bot logged work on IO-726: - Author: ASF GitHub Bot Created

[jira] [Work logged] (IO-726) Add MemoryMappedInputStream

2021-09-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-726?focusedWorklogId=651079=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-651079 ] ASF GitHub Bot logged work on IO-726: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] shollander commented on a change in pull request #215: IO-726 Add MemoryMappedInputStream.

2021-09-15 Thread GitBox
shollander commented on a change in pull request #215: URL: https://github.com/apache/commons-io/pull/215#discussion_r709178629 ## File path: src/main/java/org/apache/commons/io/input/MemoryMappedFileInputStream.java ## @@ -0,0 +1,169 @@ +/* + * Licensed to the Apache

[GitHub] [commons-io] shollander commented on a change in pull request #215: IO-726 Add MemoryMappedInputStream.

2021-09-15 Thread GitBox
shollander commented on a change in pull request #215: URL: https://github.com/apache/commons-io/pull/215#discussion_r709178300 ## File path: src/main/java/org/apache/commons/io/input/MemoryMappedFileInputStream.java ## @@ -0,0 +1,169 @@ +/* + * Licensed to the Apache

[GitHub] [commons-io] shollander commented on a change in pull request #215: IO-726 Add MemoryMappedInputStream.

2021-09-15 Thread GitBox
shollander commented on a change in pull request #215: URL: https://github.com/apache/commons-io/pull/215#discussion_r709178065 ## File path: src/main/java/org/apache/commons/io/input/ByteBufferCleaner.java ## @@ -0,0 +1,144 @@ +/* + * Licensed to the Apache Software

[jira] [Work logged] (IO-726) Add MemoryMappedInputStream

2021-09-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-726?focusedWorklogId=651076=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-651076 ] ASF GitHub Bot logged work on IO-726: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] shollander commented on a change in pull request #215: IO-726 Add MemoryMappedInputStream.

2021-09-15 Thread GitBox
shollander commented on a change in pull request #215: URL: https://github.com/apache/commons-io/pull/215#discussion_r709177797 ## File path: src/main/java/org/apache/commons/io/input/ByteBufferCleaner.java ## @@ -0,0 +1,144 @@ +/* + * Licensed to the Apache Software

[GitHub] [commons-csv] dependabot[bot] opened a new pull request #184: Bump maven-pmd-plugin from 3.14.0 to 3.15.0

2021-09-15 Thread GitBox
dependabot[bot] opened a new pull request #184: URL: https://github.com/apache/commons-csv/pull/184 Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.14.0 to 3.15.0. Commits

[jira] [Work logged] (IO-747) Make commons-io a proper JPMS module

2021-09-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-747?focusedWorklogId=651054=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-651054 ] ASF GitHub Bot logged work on IO-747: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] martin-g edited a comment on pull request #268: IO-747 Make commons-io a proper JPMS module

2021-09-15 Thread GitBox
martin-g edited a comment on pull request #268: URL: https://github.com/apache/commons-io/pull/268#issuecomment-919971381 > If so, you can override the property maven.compiler.release with the value "8". Should work fine, as far as I know. @jochenw I don't follow you! There is no

[jira] [Work logged] (IO-747) Make commons-io a proper JPMS module

2021-09-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-747?focusedWorklogId=651053=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-651053 ] ASF GitHub Bot logged work on IO-747: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] martin-g commented on pull request #268: IO-747 Make commons-io a proper JPMS module

2021-09-15 Thread GitBox
martin-g commented on pull request #268: URL: https://github.com/apache/commons-io/pull/268#issuecomment-919971381 > If so, you can override the property maven.compiler.release with the value "8". Should work fine, as far as I know. @jochenw I don't follow you! There is no mention

Re: [jira] [Created] (DIGESTER-195) Needs to get lots of things that needs to be fixed in the central

2021-09-15 Thread Mark Thomas
I have deleted the issues created by this idiot. Mark On 15/09/2021 09:50, Reshav Gurung (Jira) wrote:

[jira] [Created] (DIGESTER-197) NONE444

2021-09-15 Thread Reshav Gurung (Jira)
Reshav Gurung created DIGESTER-197: -- Summary: NONE444 Key: DIGESTER-197 URL: https://issues.apache.org/jira/browse/DIGESTER-197 Project: Commons Digester Issue Type: Improvement Affects

[jira] [Created] (DIGESTER-196) APEXCORE 322 UPDATES

2021-09-15 Thread Reshav Gurung (Jira)
Reshav Gurung created DIGESTER-196: -- Summary: APEXCORE 322 UPDATES Key: DIGESTER-196 URL: https://issues.apache.org/jira/browse/DIGESTER-196 Project: Commons Digester Issue Type:

[jira] [Created] (DIGESTER-195) Needs to get lots of things that needs to be fixed in the central

2021-09-15 Thread Reshav Gurung (Jira)
Reshav Gurung created DIGESTER-195: -- Summary: Needs to get lots of things that needs to be fixed in the central Key: DIGESTER-195 URL: https://issues.apache.org/jira/browse/DIGESTER-195 Project: