[GitHub] [commons-io] wodencafe opened a new pull request #296: Update FileWriterWithEncoding to extend ProxyWriter

2021-11-01 Thread GitBox
wodencafe opened a new pull request #296: URL: https://github.com/apache/commons-io/pull/296 This pull request simplifies org.apache.commons.io.output.FileWriterWithEncoding by removing the decorated object and extending org.apache.commons.io.output.ProxyWriter directly. -- This is an a

[GitHub] [commons-io] wodencafe opened a new pull request #295: Make FileWriterWithEncoding more precisely match its JavaDoc contract

2021-11-01 Thread GitBox
wodencafe opened a new pull request #295: URL: https://github.com/apache/commons-io/pull/295 This pull request is to make org.apache.commons.io.output.FileWriterWithEncoding more precisely match its JavaDoc contract, for example throwing a java.lang.NullPointerException when the contract

[jira] [Created] (JEXL-353) Apache commons-jexl reference have a error

2021-11-01 Thread Mr.Z (Jira)
Mr.Z created JEXL-353: - Summary: Apache commons-jexl reference have a error Key: JEXL-353 URL: https://issues.apache.org/jira/browse/JEXL-353 Project: Commons JEXL Issue Type: Bug Affects Versions: 3

[GitHub] [commons-codec] kinow merged pull request #97: Bump checkstyle from 8.45.1 to 9.1

2021-11-01 Thread GitBox
kinow merged pull request #97: URL: https://github.com/apache/commons-codec/pull/97 -- 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-unsubsc

[GitHub] [commons-pool] kinow merged pull request #111: Bump checkstyle from 9.0.1 to 9.1

2021-11-01 Thread GitBox
kinow merged pull request #111: URL: https://github.com/apache/commons-pool/pull/111 -- 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-unsubs

[GitHub] [commons-csv] kinow merged pull request #193: Bump commons.pmd-impl.version from 6.39.0 to 6.40.0

2021-11-01 Thread GitBox
kinow merged pull request #193: URL: https://github.com/apache/commons-csv/pull/193 -- 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-unsubsc

[GitHub] [commons-codec] coveralls commented on pull request #97: Bump checkstyle from 8.45.1 to 9.1

2021-11-01 Thread GitBox
coveralls commented on pull request #97: URL: https://github.com/apache/commons-codec/pull/97#issuecomment-956563817 [![Coverage Status](https://coveralls.io/builds/43927980/badge)](https://coveralls.io/builds/43927980) Coverage remained the same at 94.682% when pulling **57b764

[jira] [Created] (NUMBERS-173) ContinuedFraction will infinite loop with zero epsilon

2021-11-01 Thread Alex Herbert (Jira)
Alex Herbert created NUMBERS-173: Summary: ContinuedFraction will infinite loop with zero epsilon Key: NUMBERS-173 URL: https://issues.apache.org/jira/browse/NUMBERS-173 Project: Commons Numbers

[GitHub] [commons-io] Marcono1234 commented on a change in pull request #293: Refactor `ReaderInputStream` implementation

2021-11-01 Thread GitBox
Marcono1234 commented on a change in pull request #293: URL: https://github.com/apache/commons-io/pull/293#discussion_r740333208 ## File path: src/test/java/org/apache/commons/io/input/CharSequenceInputStreamTest.java ## @@ -217,62 +218,60 @@ private void testIO_356(final int

[GitHub] [commons-io] Marcono1234 commented on pull request #291: Improve `ReaderInputStream` documentation

2021-11-01 Thread GitBox
Marcono1234 commented on pull request #291: URL: https://github.com/apache/commons-io/pull/291#issuecomment-956355767 Also unrelated to this, but it looks like many of your commits use an incorrect (?) e-mail address, for example https://github.com/apache/commons-io/commit/8f7a6430d535b022

[GitHub] [commons-io] Marcono1234 commented on pull request #291: Improve `ReaderInputStream` documentation

2021-11-01 Thread GitBox
Marcono1234 commented on pull request #291: URL: https://github.com/apache/commons-io/pull/291#issuecomment-956347253 Ok, I have omitted the changes to replace `{@link ...}`. Linking to the class itself could also cause confusion because you might be wondering why there is a link (e.

[GitHub] [commons-codec] dependabot[bot] opened a new pull request #97: Bump checkstyle from 8.45.1 to 9.1

2021-11-01 Thread GitBox
dependabot[bot] opened a new pull request #97: URL: https://github.com/apache/commons-codec/pull/97 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45.1 to 9.1. Release notes Sourced from https://github.com/checkstyle/checkstyle/releases";>checkstyle's release

[GitHub] [commons-codec] dependabot[bot] commented on pull request #95: Bump checkstyle from 8.45.1 to 9.0.1

2021-11-01 Thread GitBox
dependabot[bot] commented on pull request #95: URL: https://github.com/apache/commons-codec/pull/95#issuecomment-956343993 Superseded by #97. -- 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

[GitHub] [commons-codec] dependabot[bot] closed pull request #95: Bump checkstyle from 8.45.1 to 9.0.1

2021-11-01 Thread GitBox
dependabot[bot] closed pull request #95: URL: https://github.com/apache/commons-codec/pull/95 -- 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: issu

[GitHub] [commons-io] Krone9891 closed pull request #294: Update cleanDirectory(final File) method in org.apache.commons.io.FileUtils.

2021-11-01 Thread GitBox
Krone9891 closed pull request #294: URL: https://github.com/apache/commons-io/pull/294 -- 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-unsu

[GitHub] [commons-io] garydgregory commented on pull request #291: Improve `ReaderInputStream` documentation

2021-11-01 Thread GitBox
garydgregory commented on pull request #291: URL: https://github.com/apache/commons-io/pull/291#issuecomment-956311701 In general, if you are _fixing_ something in a PR, don't mix that with style changes. -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [commons-io] garydgregory commented on pull request #291: Improve `ReaderInputStream` documentation

2021-11-01 Thread GitBox
garydgregory commented on pull request #291: URL: https://github.com/apache/commons-io/pull/291#issuecomment-956311054 > See also https://www.oracle.com/technical-resources/articles/java/javadoc-tool.html#inlinelinks (in case you have not noticed it in the commit message); though it might

[GitHub] [commons-io] garydgregory commented on pull request #291: Improve `ReaderInputStream` documentation

2021-11-01 Thread GitBox
garydgregory commented on pull request #291: URL: https://github.com/apache/commons-io/pull/291#issuecomment-956307294 > Not even when referring to the class itself (`{@link ReaderInputStream }`)? To me it appears that this does not add any value; when you are already reading the documenta

[GitHub] [commons-io] garydgregory commented on a change in pull request #294: Update cleanDirectory(final File) method in org.apache.commons.io.FileUtils.

2021-11-01 Thread GitBox
garydgregory commented on a change in pull request #294: URL: https://github.com/apache/commons-io/pull/294#discussion_r740267789 ## File path: src/main/java/org/apache/commons/io/FileUtils.java ## @@ -340,19 +340,26 @@ public static long checksumCRC32(final File file) throws

[GitHub] [commons-io] garydgregory merged pull request #292: Bump checkstyle from 9.0.1 to 9.1

2021-11-01 Thread GitBox
garydgregory merged pull request #292: URL: https://github.com/apache/commons-io/pull/292 -- 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-u

[GitHub] [commons-pool] coveralls commented on pull request #111: Bump checkstyle from 9.0.1 to 9.1

2021-11-01 Thread GitBox
coveralls commented on pull request #111: URL: https://github.com/apache/commons-pool/pull/111#issuecomment-956205620 [![Coverage Status](https://coveralls.io/builds/43913998/badge)](https://coveralls.io/builds/43913998) Coverage increased (+0.03%) to 85.117% when pulling **0b99

[GitHub] [commons-pool] dependabot[bot] opened a new pull request #111: Bump checkstyle from 9.0.1 to 9.1

2021-11-01 Thread GitBox
dependabot[bot] opened a new pull request #111: URL: https://github.com/apache/commons-pool/pull/111 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0.1 to 9.1. Release notes Sourced from https://github.com/checkstyle/checkstyle/releases";>checkstyle's release

[GitHub] [commons-csv] coveralls commented on pull request #193: Bump commons.pmd-impl.version from 6.39.0 to 6.40.0

2021-11-01 Thread GitBox
coveralls commented on pull request #193: URL: https://github.com/apache/commons-csv/pull/193#issuecomment-956191563 [![Coverage Status](https://coveralls.io/builds/43913378/badge)](https://coveralls.io/builds/43913378) Coverage remained the same at 98.323% when pulling **55acfd

[GitHub] [commons-csv] dependabot[bot] opened a new pull request #193: Bump commons.pmd-impl.version from 6.39.0 to 6.40.0

2021-11-01 Thread GitBox
dependabot[bot] opened a new pull request #193: URL: https://github.com/apache/commons-csv/pull/193 Bumps `commons.pmd-impl.version` from 6.39.0 to 6.40.0. Updates `pmd-core` from 6.39.0 to 6.40.0 Release notes Sourced from https://github.com/pmd/pmd/releases";>pmd-core's relea

[GitHub] [commons-jexl] coveralls commented on pull request #66: Bump checkstyle from 8.45.1 to 9.1

2021-11-01 Thread GitBox
coveralls commented on pull request #66: URL: https://github.com/apache/commons-jexl/pull/66#issuecomment-956187539 [![Coverage Status](https://coveralls.io/builds/43913190/badge)](https://coveralls.io/builds/43913190) Coverage decreased (-0.02%) to 87.095% when pulling **24c2da

[GitHub] [commons-jexl] dependabot[bot] commented on pull request #64: Bump checkstyle from 8.45.1 to 9.0.1

2021-11-01 Thread GitBox
dependabot[bot] commented on pull request #64: URL: https://github.com/apache/commons-jexl/pull/64#issuecomment-956181967 Superseded by #66. -- 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 s

[GitHub] [commons-jexl] dependabot[bot] opened a new pull request #66: Bump checkstyle from 8.45.1 to 9.1

2021-11-01 Thread GitBox
dependabot[bot] opened a new pull request #66: URL: https://github.com/apache/commons-jexl/pull/66 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45.1 to 9.1. Release notes Sourced from https://github.com/checkstyle/checkstyle/releases";>checkstyle's releases

[GitHub] [commons-jexl] dependabot[bot] closed pull request #64: Bump checkstyle from 8.45.1 to 9.0.1

2021-11-01 Thread GitBox
dependabot[bot] closed pull request #64: URL: https://github.com/apache/commons-jexl/pull/64 -- 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: issue

[GitHub] [commons-parent] dependabot[bot] opened a new pull request #70: Bump commons.pmd-impl.version from 6.39.0 to 6.40.0

2021-11-01 Thread GitBox
dependabot[bot] opened a new pull request #70: URL: https://github.com/apache/commons-parent/pull/70 Bumps `commons.pmd-impl.version` from 6.39.0 to 6.40.0. Updates `pmd-core` from 6.39.0 to 6.40.0 Release notes Sourced from https://github.com/pmd/pmd/releases";>pmd-core's rele

[jira] [Work logged] (IMAGING-159) There should be a Parameters class

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

[GitHub] [commons-imaging] kinow commented on pull request #116: [IMAGING-159] Add ImagingParameters interface and BaseParameters (POJO)

2021-11-01 Thread GitBox
kinow commented on pull request #116: URL: https://github.com/apache/commons-imaging/pull/116#issuecomment-956081611 @darkma773r Thanks a lot for creating that pull request. Really clever the intermediate `GenericImageParser`. I liked it and might use it later! :+1: A few qu

[GitHub] [commons-dbutils] coveralls commented on pull request #92: Bump checkstyle from 8.37 to 9.1

2021-11-01 Thread GitBox
coveralls commented on pull request #92: URL: https://github.com/apache/commons-dbutils/pull/92#issuecomment-956076639 [![Coverage Status](https://coveralls.io/builds/43908825/badge)](https://coveralls.io/builds/43908825) Coverage remained the same at 65.619% when pulling **2802

[GitHub] [commons-dbutils] dependabot[bot] commented on pull request #86: Bump checkstyle from 8.37 to 9.0.1

2021-11-01 Thread GitBox
dependabot[bot] commented on pull request #86: URL: https://github.com/apache/commons-dbutils/pull/86#issuecomment-956070874 Superseded by #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 th

[GitHub] [commons-dbutils] dependabot[bot] closed pull request #86: Bump checkstyle from 8.37 to 9.0.1

2021-11-01 Thread GitBox
dependabot[bot] closed pull request #86: URL: https://github.com/apache/commons-dbutils/pull/86 -- 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: is

[GitHub] [commons-dbutils] dependabot[bot] opened a new pull request #92: Bump checkstyle from 8.37 to 9.1

2021-11-01 Thread GitBox
dependabot[bot] opened a new pull request #92: URL: https://github.com/apache/commons-dbutils/pull/92 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.37 to 9.1. Release notes Sourced from https://github.com/checkstyle/checkstyle/releases";>checkstyle's release

[GitHub] [commons-cli] coveralls commented on pull request #77: Bump checkstyle from 9.0.1 to 9.1

2021-11-01 Thread GitBox
coveralls commented on pull request #77: URL: https://github.com/apache/commons-cli/pull/77#issuecomment-955996581 [![Coverage Status](https://coveralls.io/builds/43906190/badge)](https://coveralls.io/builds/43906190) Coverage remained the same at 96.195% when pulling **f637d4dd

[GitHub] [commons-cli] dependabot[bot] opened a new pull request #77: Bump checkstyle from 9.0.1 to 9.1

2021-11-01 Thread GitBox
dependabot[bot] opened a new pull request #77: URL: https://github.com/apache/commons-cli/pull/77 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0.1 to 9.1. Release notes Sourced from https://github.com/checkstyle/checkstyle/releases";>checkstyle's releases.