[GitHub] [commons-fileupload] kinow merged pull request #37: Bump maven-checkstyle-plugin from 2.10 to 3.1.1

2020-08-10 Thread GitBox
kinow merged pull request #37: URL: https://github.com/apache/commons-fileupload/pull/37 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] XenoAmess commented on pull request #602: Made String Reverse Method Faster

2020-08-10 Thread GitBox
XenoAmess commented on pull request #602: URL: https://github.com/apache/commons-lang/pull/602#issuecomment-671747922 besides, you should run a jmh test to show the performance incresement. see HashSetvBitSetTest for example. -

[GitHub] [commons-lang] XenoAmess edited a comment on pull request #602: Made String Reverse Method Faster

2020-08-10 Thread GitBox
XenoAmess edited a comment on pull request #602: URL: https://github.com/apache/commons-lang/pull/602#issuecomment-671747098 Hi. It actually breaks BC... the original code can handle surrogate pairs. you can see details in StringBuilder's source codes.

[GitHub] [commons-lang] XenoAmess commented on pull request #602: Made String Reverse Method Faster

2020-08-10 Thread GitBox
XenoAmess commented on pull request #602: URL: https://github.com/apache/commons-lang/pull/602#issuecomment-671747098 Hi. It actually breaks BC... the original code can handle surrogate pairs. you can see details in StringBuilder's source. -

[GitHub] [commons-fileupload] coveralls commented on pull request #37: Bump maven-checkstyle-plugin from 2.10 to 3.1.1

2020-08-10 Thread GitBox
coveralls commented on pull request #37: URL: https://github.com/apache/commons-fileupload/pull/37#issuecomment-671744973 [![Coverage Status](https://coveralls.io/builds/32667251/badge)](https://coveralls.io/builds/32667251) Coverage remained the same at 78.357% when pulling **4

[GitHub] [commons-fileupload] dependabot[bot] opened a new pull request #37: Bump maven-checkstyle-plugin from 2.10 to 3.1.1

2020-08-10 Thread GitBox
dependabot[bot] opened a new pull request #37: URL: https://github.com/apache/commons-fileupload/pull/37 Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 2.10 to 3.1.1. Commits https://github.com/apache/maven-checkstyle-plugin/commit/104

[GitHub] [commons-build-plugin] dependabot[bot] opened a new pull request #10: Bump versions-maven-plugin from 2.7 to 2.8.1

2020-08-10 Thread GitBox
dependabot[bot] opened a new pull request #10: URL: https://github.com/apache/commons-build-plugin/pull/10 Bumps [versions-maven-plugin](https://github.com/mojohaus/versions-maven-plugin) from 2.7 to 2.8.1. Release notes Sourced from https://github.com/mojohaus/versions-maven-plu

[GitHub] [commons-bcel] Hippo edited a comment on pull request #58: BCEL-341: Oak class file patch

2020-08-10 Thread GitBox
Hippo edited a comment on pull request #58: URL: https://github.com/apache/commons-bcel/pull/58#issuecomment-671710080 I realized that my idea for making it "more stable" would require a massive overhaul on the library, which doesn't seem like a good idea. I can think of a different approa

[GitHub] [commons-bcel] Hippo commented on pull request #58: BCEL-341: Oak class file patch

2020-08-10 Thread GitBox
Hippo commented on pull request #58: URL: https://github.com/apache/commons-bcel/pull/58#issuecomment-671710080 I realized that my idea for making it stable would require a massive overhaul on the library, which doesn't seem like a good idea. I can think of a different approach if you woul

[GitHub] [commons-bcel] Hippo commented on pull request #58: BCEL-341: Oak class file patch

2020-08-10 Thread GitBox
Hippo commented on pull request #58: URL: https://github.com/apache/commons-bcel/pull/58#issuecomment-671700881 [OakFile.java.zip](https://github.com/apache/commons-bcel/files/5054556/OakFile.java.zip) There is no license, it's practically a hello world program. ---

[GitHub] [commons-io] garydgregory merged pull request #140: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory merged pull request #140: URL: https://github.com/apache/commons-io/pull/140 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

[GitHub] [commons-bcel] garydgregory commented on pull request #58: BCEL-341: Oak class file patch

2020-08-10 Thread GitBox
garydgregory commented on pull request #58: URL: https://github.com/apache/commons-bcel/pull/58#issuecomment-671654428 > [OakFile.class.zip](https://github.com/apache/commons-bcel/files/5053630/OakFile.class.zip) > > This is an oak class file that BCEL fails to parse without my patch

[GitHub] [commons-lang] coveralls edited a comment on pull request #602: Made String Reverse Method Faster

2020-08-10 Thread GitBox
coveralls edited a comment on pull request #602: URL: https://github.com/apache/commons-lang/pull/602#issuecomment-671633372 [![Coverage Status](https://coveralls.io/builds/32661981/badge)](https://coveralls.io/builds/32661981) Coverage increased (+0.01%) to 94.666% when pulling

[GitHub] [commons-lang] coveralls commented on pull request #602: Made String Reverse Method Faster

2020-08-10 Thread GitBox
coveralls commented on pull request #602: URL: https://github.com/apache/commons-lang/pull/602#issuecomment-671633372 [![Coverage Status](https://coveralls.io/builds/32661495/badge)](https://coveralls.io/builds/32661495) Coverage increased (+0.01%) to 94.666% when pulling **e3a3

[GitHub] [commons-lang] nishantc1527 opened a new pull request #602: Made String Reverse Method Faster

2020-08-10 Thread GitBox
nishantc1527 opened a new pull request #602: URL: https://github.com/apache/commons-lang/pull/602 Right now, StringUtils.reverse() is done the lazy way by initializing a new Stringbuilder, calling reverse, then converting back into a string. I filled out the reverse method by doing it manu

[jira] [Resolved] (IO-660) How to contribute patch for ByteArrayOutputStream

2020-08-10 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/IO-660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-660. - Resolution: Information Provided > How to contribute patch for ByteArrayOutputStream > --

[jira] [Resolved] (IO-681) IOUtils.close(Closeable) should allow a list of closeables

2020-08-10 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/IO-681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-681. - Fix Version/s: 2.8 Resolution: Fixed commit aefc8f42b027b33eb7b7d3346daef46e21384535 IO-681 IOUtils.close(Closeabl

[GitHub] [commons-bcel] Hippo commented on pull request #58: BCEL-341: Oak class file patch

2020-08-10 Thread GitBox
Hippo commented on pull request #58: URL: https://github.com/apache/commons-bcel/pull/58#issuecomment-671613683 Actually I just thought of a more stable way to implement this, I will do so when I get the chance. This is an a

[jira] [Resolved] (IO-560) IOUtils write file lose data

2020-08-10 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/IO-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-560. - Resolution: Information Provided > IOUtils write file lose data > > > Key: IO-56

[GitHub] [commons-bcel] Hippo commented on pull request #58: BCEL-341: Oak class file patch

2020-08-10 Thread GitBox
Hippo commented on pull request #58: URL: https://github.com/apache/commons-bcel/pull/58#issuecomment-671610099 [OakFile.class.zip](https://github.com/apache/commons-bcel/files/5053630/OakFile.class.zip) This is an oak class file that BCEL fails to parse without my patches, I fi

[jira] [Commented] (IO-683) CircularBufferInputStream.read() fails to convert byte to unsigned int

2020-08-10 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/IO-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17175073#comment-17175073 ] Sebb commented on IO-683: - There is no URL to the Sonarlint warning - it just showed in my Visual Stu

[GitHub] [commons-bcel] Hippo commented on pull request #58: BCEL-341: Oak class file patch

2020-08-10 Thread GitBox
Hippo commented on pull request #58: URL: https://github.com/apache/commons-bcel/pull/58#issuecomment-671591550 Since this is just support for oak class files, do I really need to write a test for it? Can't I just use the existing test cases? --

[GitHub] [commons-bcel] garydgregory commented on pull request #58: BCEL-341: Oak class file patch

2020-08-10 Thread GitBox
garydgregory commented on pull request #58: URL: https://github.com/apache/commons-bcel/pull/58#issuecomment-671588995 I think we should also have a class file or jar file that we can run through other existing tests. This i

[jira] [Resolved] (IO-683) CircularBufferInputStream.read() fails to convert byte to unsigned int

2020-08-10 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/IO-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-683. - Fix Version/s: 2.8 Resolution: Fixed commit a521b43e774a92f4c07461536ffc810715c762d8 IO-683 failure to convert by

[GitHub] [commons-bcel] Hippo commented on pull request #58: BCEL-341: Oak class file patch

2020-08-10 Thread GitBox
Hippo commented on pull request #58: URL: https://github.com/apache/commons-bcel/pull/58#issuecomment-671586780 I will look into the check style error, and ill add a unit test. But as far as it being a version specific brute force hack is well, because this only occurs when one condition i

[jira] [Commented] (IO-683) CircularBufferInputStream.read() fails to convert byte to unsigned int

2020-08-10 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17175046#comment-17175046 ] Gary D. Gregory commented on IO-683: Hi [~sebb] May you please put a URL to this result

[jira] [Updated] (IO-683) CircularBufferInputStream.read() fails to convert byte to unsigned int

2020-08-10 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/IO-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated IO-683: Assignee: Sebb > CircularBufferInputStream.read() fails to convert byte to unsigned int > -

[jira] [Updated] (IO-552) FilenameUtils.concat fails if second argument (fullFilenameToAdd) starts with '~' (tilde)

2020-08-10 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/IO-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated IO-552: Assignee: (was: Sebb) > FilenameUtils.concat fails if second argument (fullFilenameToAdd) starts with > '~' (tilde) >

[jira] [Created] (IO-683) CircularBufferInputStream.read() fails to convert byte to unsigned int

2020-08-10 Thread Sebb (Jira)
Sebb created IO-683: --- Summary: CircularBufferInputStream.read() fails to convert byte to unsigned int Key: IO-683 URL: https://issues.apache.org/jira/browse/IO-683 Project: Commons IO Issue Type: Bug

[jira] [Updated] (IO-552) FilenameUtils.concat fails if second argument (fullFilenameToAdd) starts with '~' (tilde)

2020-08-10 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/IO-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated IO-552: Assignee: Sebb > FilenameUtils.concat fails if second argument (fullFilenameToAdd) starts with > '~' (tilde) > ---

[GitHub] [commons-dbcp] garydgregory commented on pull request #36: PrepareStatement and prepareCall methods are extracted

2020-08-10 Thread GitBox
garydgregory commented on pull request #36: URL: https://github.com/apache/commons-dbcp/pull/36#issuecomment-671571522 Closing, picked up from #37 @DoiMasayuki & @72er-de credited in changes.xml. TY! This is an automated

[GitHub] [commons-dbcp] garydgregory closed pull request #36: PrepareStatement and prepareCall methods are extracted

2020-08-10 Thread GitBox
garydgregory closed pull request #36: URL: https://github.com/apache/commons-dbcp/pull/36 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

[GitHub] [commons-dbcp] garydgregory commented on pull request #41: fix travis-ci scripts

2020-08-10 Thread GitBox
garydgregory commented on pull request #41: URL: https://github.com/apache/commons-dbcp/pull/41#issuecomment-671570737 Picked up .m2 caching in git master separately. TY @XenoAmess This is an automated message from the Apach

[GitHub] [commons-dbcp] garydgregory closed pull request #41: fix travis-ci scripts

2020-08-10 Thread GitBox
garydgregory closed pull request #41: URL: https://github.com/apache/commons-dbcp/pull/41 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

[GitHub] [commons-dbcp] garydgregory commented on pull request #36: PrepareStatement and prepareCall methods are extracted

2020-08-10 Thread GitBox
garydgregory commented on pull request #36: URL: https://github.com/apache/commons-dbcp/pull/36#issuecomment-671569781 Should resolved by https://github.com/apache/commons-dbcp/pull/37 This is an automated message from the Ap

[GitHub] [commons-dbcp] garydgregory merged pull request #37: Update to PR#36 - PrepareStatement and prepareCall methods are extracted

2020-08-10 Thread GitBox
garydgregory merged pull request #37: URL: https://github.com/apache/commons-dbcp/pull/37 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

[GitHub] [commons-dbcp] garydgregory commented on pull request #37: Update to PR#36 - PrepareStatement and prepareCall methods are extracted

2020-08-10 Thread GitBox
garydgregory commented on pull request #37: URL: https://github.com/apache/commons-dbcp/pull/37#issuecomment-671566978 Thank you @72er-de ! This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Work logged] (DBCP-509) Not all methods are consistent in PerUserPooldataSource and InstanceKeyDataSource

2020-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DBCP-509?focusedWorklogId=468842&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-468842 ] ASF GitHub Bot logged work on DBCP-509: --- Author: ASF GitHub Bot

[GitHub] [commons-dbcp] garydgregory commented on pull request #14: WIP DBCP-509: Consistency across methods in PerUserPooldataSource and its parent

2020-08-10 Thread GitBox
garydgregory commented on pull request #14: URL: https://github.com/apache/commons-dbcp/pull/14#issuecomment-671550816 @kinow May you please rebase on master? I'd like to see if the default goal in the POM properly causes the build to fail if JApiCmp fails. ---

[jira] [Work logged] (DBCP-558) DelegatingConnection setReadOnly and setAutoCommit sometimes caches the wrong value

2020-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DBCP-558?focusedWorklogId=468835&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-468835 ] ASF GitHub Bot logged work on DBCP-558: --- Author: ASF GitHub Bot

[jira] [Updated] (DBCP-558) DelegatingConnection setReadOnly and setAutoCommit sometimes caches the wrong value

2020-08-10 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DBCP-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated DBCP-558: - Fix Version/s: (was: 2.8.0) > DelegatingConnection setReadOnly and setAutoCommit sometimes cach

[GitHub] [commons-dbcp] garydgregory merged pull request #35: DBCP-558 Fix DelegatingConnection readOnly and autoCommit caching mechanism

2020-08-10 Thread GitBox
garydgregory merged pull request #35: URL: https://github.com/apache/commons-dbcp/pull/35 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

[jira] [Resolved] (DBCP-559) 数据库连接可以通过BasicDataSource类的close()方法进行关闭,但该类没有提供open()方法使得新建的数据库连接生效

2020-08-10 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/DBCP-559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved DBCP-559. -- Resolution: Fixed In git master, please verify and close.   > 数据库连接可以通过BasicDataSource类的close()

[jira] [Work logged] (DBCP-559) 数据库连接可以通过BasicDataSource类的close()方法进行关闭,但该类没有提供open()方法使得新建的数据库连接生效

2020-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DBCP-559?focusedWorklogId=468822&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-468822 ] ASF GitHub Bot logged work on DBCP-559: --- Author: ASF GitHub Bot

[GitHub] [commons-dbcp] garydgregory merged pull request #50: Add start, restart methods to BasicDataSource. JIRA: DBCP-559.

2020-08-10 Thread GitBox
garydgregory merged pull request #50: URL: https://github.com/apache/commons-dbcp/pull/50 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

[jira] [Work logged] (DBCP-559) 数据库连接可以通过BasicDataSource类的close()方法进行关闭,但该类没有提供open()方法使得新建的数据库连接生效

2020-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DBCP-559?focusedWorklogId=468823&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-468823 ] ASF GitHub Bot logged work on DBCP-559: --- Author: ASF GitHub Bot

[GitHub] [commons-dbcp] garydgregory commented on a change in pull request #50: Add start, restart methods to BasicDataSource. JIRA: DBCP-559.

2020-08-10 Thread GitBox
garydgregory commented on a change in pull request #50: URL: https://github.com/apache/commons-dbcp/pull/50#discussion_r468123812 ## File path: src/main/java/org/apache/commons/dbcp2/BasicDataSource.java ## @@ -433,6 +433,55 @@ public synchronized void close() throws SQLExcepti

[jira] [Work logged] (DBCP-559) 数据库连接可以通过BasicDataSource类的close()方法进行关闭,但该类没有提供open()方法使得新建的数据库连接生效

2020-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DBCP-559?focusedWorklogId=468809&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-468809 ] ASF GitHub Bot logged work on DBCP-559: --- Author: ASF GitHub Bot

[GitHub] [commons-dbcp] psteitz commented on a change in pull request #50: Add start, restart methods to BasicDataSource. JIRA: DBCP-559.

2020-08-10 Thread GitBox
psteitz commented on a change in pull request #50: URL: https://github.com/apache/commons-dbcp/pull/50#discussion_r468116835 ## File path: src/main/java/org/apache/commons/dbcp2/BasicDataSource.java ## @@ -433,6 +433,55 @@ public synchronized void close() throws SQLException {

[jira] [Commented] (IO-601) requesting 2.6 tag for Commons IO's release version 2.6

2020-08-10 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17174985#comment-17174985 ] Gary D. Gregory commented on IO-601: Except that the tag is wrong as release tags should

[jira] [Work logged] (IO-676) Add isFileNewer() and isFileOlder() methods that support the Java 8 Date/Time API.

2020-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-676?focusedWorklogId=468772&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-468772 ] ASF GitHub Bot logged work on IO-676: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] garydgregory commented on pull request #124: [IO-676] Add isFileNewer() and isFileOlder() methods that support the Java 8 Date/Time API.

2020-08-10 Thread GitBox
garydgregory commented on pull request #124: URL: https://github.com/apache/commons-io/pull/124#issuecomment-671503184 @Isira-Seneviratne Would you please rebase on master, this should cause all CI builds to run. This is an

[GitHub] [commons-io] coveralls commented on pull request #140: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
coveralls commented on pull request #140: URL: https://github.com/apache/commons-io/pull/140#issuecomment-671466126 [![Coverage Status](https://coveralls.io/builds/32653572/badge)](https://coveralls.io/builds/32653572) Coverage decreased (-0.05%) to 89.881% when pulling **17f31c

[GitHub] [commons-fileupload] coveralls commented on pull request #33: Bump biz.aQute.bndlib from 5.1.0 to 5.1.2

2020-08-10 Thread GitBox
coveralls commented on pull request #33: URL: https://github.com/apache/commons-fileupload/pull/33#issuecomment-671463578 [![Coverage Status](https://coveralls.io/builds/32653163/badge)](https://coveralls.io/builds/32653163) Coverage remained the same at 78.357% when pulling **c

[GitHub] [commons-vfs] garydgregory merged pull request #109: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory merged pull request #109: URL: https://github.com/apache/commons-vfs/pull/109 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

[GitHub] [commons-release-plugin] garydgregory merged pull request #4: Bump velocity-engine-core from 2.1 to 2.2

2020-08-10 Thread GitBox
garydgregory merged pull request #4: URL: https://github.com/apache/commons-release-plugin/pull/4 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [commons-validator] garydgregory merged pull request #38: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory merged pull request #38: URL: https://github.com/apache/commons-validator/pull/38 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [commons-release-plugin] garydgregory commented on pull request #4: Bump velocity-engine-core from 2.1 to 2.2

2020-08-10 Thread GitBox
garydgregory commented on pull request #4: URL: https://github.com/apache/commons-release-plugin/pull/4#issuecomment-671459180 @dependabot rebase. This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [commons-release-plugin] garydgregory merged pull request #8: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory merged pull request #8: URL: https://github.com/apache/commons-release-plugin/pull/8 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [commons-pool] garydgregory merged pull request #39: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory merged pull request #39: URL: https://github.com/apache/commons-pool/pull/39 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

[GitHub] [commons-net] garydgregory merged pull request #56: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory merged pull request #56: URL: https://github.com/apache/commons-net/pull/56 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-fileupload] coveralls commented on pull request #35: Bump maven-pmd-plugin from 3.12.0 to 3.13.0

2020-08-10 Thread GitBox
coveralls commented on pull request #35: URL: https://github.com/apache/commons-fileupload/pull/35#issuecomment-671456116 [![Coverage Status](https://coveralls.io/builds/32653084/badge)](https://coveralls.io/builds/32653084) Coverage remained the same at 78.357% when pulling **3

[jira] [Resolved] (IO-586) FileUtils.copyFile fails with java.io.IOException: No such device

2020-08-10 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/IO-586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-586. - Resolution: Information Provided The code no longer uses FileChannel.transferFrom. It uses java.nio.file.Files.copy instead s

[jira] [Resolved] (IO-607) Update from Java 7 to Java 8

2020-08-10 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/IO-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-607. - Resolution: Fixed The change has happened > Update from Java 7 to Java 8 > > >

[GitHub] [commons-lang] garydgregory merged pull request #601: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory merged pull request #601: URL: https://github.com/apache/commons-lang/pull/601 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 t

[GitHub] [commons-lang] garydgregory merged pull request #600: Bump junit-pioneer from 0.8.0 to 0.9.0

2020-08-10 Thread GitBox
garydgregory merged pull request #600: URL: https://github.com/apache/commons-lang/pull/600 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 t

[GitHub] [commons-fileupload] garydgregory merged pull request #31: Bump junit-jupiter from 5.5.2 to 5.6.2

2020-08-10 Thread GitBox
garydgregory merged pull request #31: URL: https://github.com/apache/commons-fileupload/pull/31 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [commons-io] garydgregory merged pull request #138: Bump junit-pioneer from 0.8.0 to 0.9.0

2020-08-10 Thread GitBox
garydgregory merged pull request #138: URL: https://github.com/apache/commons-io/pull/138 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

[GitHub] [commons-io] garydgregory commented on pull request #140: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory commented on pull request #140: URL: https://github.com/apache/commons-io/pull/140#issuecomment-671438959 @dependabot rebase This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [commons-fileupload] garydgregory commented on pull request #31: Bump junit-jupiter from 5.5.2 to 5.6.2

2020-08-10 Thread GitBox
garydgregory commented on pull request #31: URL: https://github.com/apache/commons-fileupload/pull/31#issuecomment-671436675 @dependabot rebase This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [commons-fileupload] garydgregory commented on pull request #35: Bump maven-pmd-plugin from 3.12.0 to 3.13.0

2020-08-10 Thread GitBox
garydgregory commented on pull request #35: URL: https://github.com/apache/commons-fileupload/pull/35#issuecomment-671436368 @dependabot rebase This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [commons-fileupload] garydgregory commented on pull request #33: Bump biz.aQute.bndlib from 5.1.0 to 5.1.2

2020-08-10 Thread GitBox
garydgregory commented on pull request #33: URL: https://github.com/apache/commons-fileupload/pull/33#issuecomment-671436529 @dependabot rebase This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [commons-exec] garydgregory merged pull request #17: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory merged pull request #17: URL: https://github.com/apache/commons-exec/pull/17 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

[GitHub] [commons-email] garydgregory merged pull request #25: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory merged pull request #25: URL: https://github.com/apache/commons-email/pull/25 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

[GitHub] [commons-dbutils] garydgregory merged pull request #23: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory merged pull request #23: URL: https://github.com/apache/commons-dbutils/pull/23 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

[GitHub] [commons-dbcp] garydgregory commented on a change in pull request #50: Add start, restart methods to BasicDataSource. JIRA: DBCP-559.

2020-08-10 Thread GitBox
garydgregory commented on a change in pull request #50: URL: https://github.com/apache/commons-dbcp/pull/50#discussion_r467998603 ## File path: src/main/java/org/apache/commons/dbcp2/BasicDataSource.java ## @@ -433,6 +433,55 @@ public synchronized void close() throws SQLExcepti

[jira] [Work logged] (DBCP-559) 数据库连接可以通过BasicDataSource类的close()方法进行关闭,但该类没有提供open()方法使得新建的数据库连接生效

2020-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DBCP-559?focusedWorklogId=468706&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-468706 ] ASF GitHub Bot logged work on DBCP-559: --- Author: ASF GitHub Bot

[GitHub] [commons-dbcp] garydgregory merged pull request #51: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory merged pull request #51: URL: https://github.com/apache/commons-dbcp/pull/51 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

[GitHub] [commons-csv] garydgregory merged pull request #92: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory merged pull request #92: URL: https://github.com/apache/commons-csv/pull/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 g

[GitHub] [commons-configuration] garydgregory merged pull request #60: Bump jackson-databind from 2.11.1 to 2.11.2

2020-08-10 Thread GitBox
garydgregory merged pull request #60: URL: https://github.com/apache/commons-configuration/pull/60 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [commons-configuration] garydgregory merged pull request #61: Bump commons-pool2 from 2.8.0 to 2.8.1

2020-08-10 Thread GitBox
garydgregory merged pull request #61: URL: https://github.com/apache/commons-configuration/pull/61 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (IO-609) FileUtils.copyToFile backward incompatibility bug

2020-08-10 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/IO-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17174388#comment-17174388 ] Sebb commented on IO-609: - Sorry, but the sample test case requires far too much work to get it to ru

[GitHub] [commons-configuration] garydgregory merged pull request #62: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory merged pull request #62: URL: https://github.com/apache/commons-configuration/pull/62 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [commons-compress] garydgregory merged pull request #124: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory merged pull request #124: URL: https://github.com/apache/commons-compress/pull/124 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [commons-codec] garydgregory merged pull request #56: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory merged pull request #56: URL: https://github.com/apache/commons-codec/pull/56 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

[GitHub] [commons-cli] garydgregory merged pull request #46: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory merged pull request #46: URL: https://github.com/apache/commons-cli/pull/46 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-build-plugin] garydgregory merged pull request #9: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory merged pull request #9: URL: https://github.com/apache/commons-build-plugin/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 abo

[GitHub] [commons-beanutils] garydgregory merged pull request #33: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory merged pull request #33: URL: https://github.com/apache/commons-beanutils/pull/33 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [commons-bcel] garydgregory merged pull request #59: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory merged pull request #59: URL: https://github.com/apache/commons-bcel/pull/59 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

[jira] [Closed] (IO-622) FileUtils.readLines incompatible issue

2020-08-10 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/IO-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb closed IO-622. --- > FileUtils.readLines incompatible issue > -- > > Key: IO-622 > U

[GitHub] [commons-bcel] garydgregory commented on pull request #58: BCEL-341: Oak class file patch

2020-08-10 Thread GitBox
garydgregory commented on pull request #58: URL: https://github.com/apache/commons-bcel/pull/58#issuecomment-671412245 -1 for now: - Fails the build due to a checkstyle error: https://travis-ci.org/github/apache/commons-bcel/jobs/716255992 - No unit tests. One or more unit tests shoul

[jira] [Resolved] (IO-622) FileUtils.readLines incompatible issue

2020-08-10 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/IO-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-622. - Resolution: Information Provided There used to be just one readLines method with two parameters: FileUtils.readLines(File, St

Re: [GitHub] [commons-collections] kinow commented on pull request #173: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread Gary Gregory
HI All and Alex: This Collections commit *bbee9fbd9b7d4a392ea2a43e8413065195d1823a *[1] should have been -1 since it uses a Java 9 API which is now detected by our build: https://github.com/apache/commons-collections/runs/966117890?check_suite_focus=true Alex: Would mind updating the test to Ja

[jira] [Resolved] (IO-668) Does commons-io-2.4 support for Java 11? If not, any timeline or recommendation?

2020-08-10 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/IO-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-668. - Resolution: Information Provided > Does commons-io-2.4 support for Java 11? If not, any timeline or > recommendation? >

[jira] [Closed] (IO-668) Does commons-io-2.4 support for Java 11? If not, any timeline or recommendation?

2020-08-10 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/IO-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb closed IO-668. --- > Does commons-io-2.4 support for Java 11? If not, any timeline or > recommendation? > -

[jira] [Closed] (IO-657) Update to Jacoco v0.8.5

2020-08-10 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/IO-657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb closed IO-657. --- > Update to Jacoco v0.8.5 > --- > > Key: IO-657 > URL: https://issues.apache.org/

[jira] [Closed] (IO-658) Upgrade to JUnit Pioneer v0.5.4

2020-08-10 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/IO-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb closed IO-658. --- > Upgrade to JUnit Pioneer v0.5.4 > --- > > Key: IO-658 > URL: https://is

[jira] [Resolved] (IO-658) Upgrade to JUnit Pioneer v0.5.4

2020-08-10 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/IO-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-658. - Resolution: Won't Fix Already at 0.8.0 > Upgrade to JUnit Pioneer v0.5.4 > --- > >

[GitHub] [commons-parent] garydgregory merged pull request #15: Bump actions/checkout from v2.3.1 to v2.3.2

2020-08-10 Thread GitBox
garydgregory merged pull request #15: URL: https://github.com/apache/commons-parent/pull/15 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 t

[jira] [Work logged] (LANG-1576) refine StringUtils.chomp

2020-08-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1576?focusedWorklogId=468598&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-468598 ] ASF GitHub Bot logged work on LANG-1576: Author: ASF GitHub Bot

  1   2   >