[jira] [Commented] (COMPRESS-449) IOUtils.skip throws an IOException sometimes

2018-04-18 Thread Dennis New (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16443408#comment-16443408 ] Dennis New commented on COMPRESS-449: - Woops, this bug still exists with openjdk 1.8.0_161, except

[jira] [Commented] (COMPRESS-449) IOUtils.skip throws an IOException sometimes

2018-04-18 Thread Dennis New (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16443395#comment-16443395 ] Dennis New commented on COMPRESS-449: - Hmm, I think this might be a lower-level bug with my java-vm.

[jira] [Commented] (VFS-661) Ability to get "real"/"native"/"physical" file name

2018-04-18 Thread Bernd Eckenfels (JIRA)
[ https://issues.apache.org/jira/browse/VFS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16443380#comment-16443380 ] Bernd Eckenfels commented on VFS-661: - It hink it is a good idea to add FileObject#resolveCanonical()

[jira] [Closed] (DBCP-487) Add API org.apache.commons.dbcp2.datasources.PerUserPoolDataSource.clear()

2018-04-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed DBCP-487. - Resolution: Fixed Fix Version/s: 2.3.0 In git master. > Add API

[jira] [Created] (DBCP-487) Add API org.apache.commons.dbcp2.datasources.PerUserPoolDataSource.clear()

2018-04-18 Thread Gary Gregory (JIRA)
Gary Gregory created DBCP-487: - Summary: Add API org.apache.commons.dbcp2.datasources.PerUserPoolDataSource.clear() Key: DBCP-487 URL: https://issues.apache.org/jira/browse/DBCP-487 Project: Commons DBCP

[jira] [Closed] (DBCP-486) DriverAdapterCPDS.setUser(), setPassword(), and getPooledConnection() with null arguments throw NullPointerExceptions when connection properties are set

2018-04-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed DBCP-486. - Resolution: Fixed > DriverAdapterCPDS.setUser(), setPassword(), and getPooledConnection() with > null

[jira] [Updated] (DBCP-486) DriverAdapterCPDS.setUser(), setPassword(), and getPooledConnection() with null arguments throw NullPointerExceptions when connection properties are set

2018-04-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated DBCP-486: -- Summary: DriverAdapterCPDS.setUser(), setPassword(), and getPooledConnection() with null arguments throw

[jira] [Updated] (DBCP-486) DriverAdapterCPDS.setUser(null) and setPassword(null) throw NullPointerExceptions when connection properties are set

2018-04-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated DBCP-486: -- Description: The following method calls throw a {{NullPointerException}} when connection properties are

[jira] [Updated] (DBCP-486) DriverAdapterCPDS.setUser(null) and setPassword(null) throw NullPointerExceptions when connection properties are set

2018-04-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated DBCP-486: -- Description: The method calls {{org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS.setUser(null)}},

[jira] [Reopened] (DBCP-486) DriverAdapterCPDS.setUser(null) and setPassword(null) throw NullPointerExceptions when connection properties are set

2018-04-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory reopened DBCP-486: --- > DriverAdapterCPDS.setUser(null) and setPassword(null) throw > NullPointerExceptions when connection

[jira] [Closed] (DBCP-486) DriverAdapterCPDS.setUser(null) and setPassword(null) throw NullPointerExceptions when connection properties are set

2018-04-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed DBCP-486. - Resolution: Fixed Fix Version/s: 2.2.1 In git master. > DriverAdapterCPDS.setUser(null) and

[jira] [Updated] (DBCP-486) DriverAdapterCPDS.setUser(null) and setPassword(null) throw NullPointerExceptions when connection properties are set

2018-04-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated DBCP-486: -- Description: The method calls {{org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS.setUser(null)}}

[jira] [Created] (DBCP-486) DriverAdapterCPDS.setUser(null) and setPassword(null) throw NullPointerExceptions when connection properties are set

2018-04-18 Thread Gary Gregory (JIRA)
Gary Gregory created DBCP-486: - Summary: DriverAdapterCPDS.setUser(null) and setPassword(null) throw NullPointerExceptions when connection properties are set Key: DBCP-486 URL:

[jira] [Commented] (POOL-340) borrowObject is stuck, if create fails

2018-04-18 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/POOL-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16443116#comment-16443116 ] Phil Steitz commented on POOL-340: -- If I understand what is being reported here, my recommendation would be

[jira] [Resolved] (LANG-1391) Improve Javadoc for StringUtils.isAnyEmpty(null)

2018-04-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved LANG-1391. Resolution: Fixed Fix Version/s: 3.8 I updated the Javadoc in git master. Please verify and

[jira] [Updated] (LANG-1391) Improve Javadoc for StringUtils.isAnyEmpty(null)

2018-04-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LANG-1391: --- Summary: Improve Javadoc for StringUtils.isAnyEmpty(null) (was: StringUtils.isAnyEmpty(null)

[jira] [Commented] (POOL-340) borrowObject is stuck, if create fails

2018-04-18 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/POOL-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16442961#comment-16442961 ] Gary Gregory commented on POOL-340: --- [~pavelk]: Thank you for your report. Can you provide a unit test

[jira] [Resolved] (VALIDATOR-438) IBANValidator fails for El Salvador

2018-04-18 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved VALIDATOR-438. Resolution: Fixed URL: http://svn.apache.org/viewvc?rev=1829465=rev Log: IBANValidator fails for El

[jira] [Commented] (VALIDATOR-438) IBANValidator fails for El Salvador

2018-04-18 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16442855#comment-16442855 ] Sebb commented on VALIDATOR-438: The format was missed when the country list was updated. It will be

[jira] [Commented] (VFS-661) Ability to get "real"/"native"/"physical" file name

2018-04-18 Thread Boris Petrov (JIRA)
[ https://issues.apache.org/jira/browse/VFS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16442609#comment-16442609 ] Boris Petrov commented on VFS-661: -- Well, I just do a: {code:java} ... fileSystemManager =

[jira] [Commented] (VFS-661) Ability to get "real"/"native"/"physical" file name

2018-04-18 Thread Otto Fowler (JIRA)
[ https://issues.apache.org/jira/browse/VFS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16442600#comment-16442600 ] Otto Fowler commented on VFS-661: - I want to be sure I'm correct in the way you are finding and resolving the

[jira] [Comment Edited] (VFS-661) Ability to get "real"/"native"/"physical" file name

2018-04-18 Thread Boris Petrov (JIRA)
[ https://issues.apache.org/jira/browse/VFS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16442584#comment-16442584 ] Boris Petrov edited comment on VFS-661 at 4/18/18 2:26 PM: --- I'm not sure what code

[jira] [Commented] (VFS-661) Ability to get "real"/"native"/"physical" file name

2018-04-18 Thread Boris Petrov (JIRA)
[ https://issues.apache.org/jira/browse/VFS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16442584#comment-16442584 ] Boris Petrov commented on VFS-661: -- I'm not sure what code sample you need. I can explain our use case - we

[jira] [Commented] (VFS-661) Ability to get "real"/"native"/"physical" file name

2018-04-18 Thread Otto Fowler (JIRA)
[ https://issues.apache.org/jira/browse/VFS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16442517#comment-16442517 ] Otto Fowler commented on VFS-661: - Can you post a small code sample?  I want to be sure that I understand. >

[jira] [Created] (VALIDATOR-438) IBANValidator fails for El Salvador

2018-04-18 Thread Simon Marti (JIRA)
Simon Marti created VALIDATOR-438: - Summary: IBANValidator fails for El Salvador Key: VALIDATOR-438 URL: https://issues.apache.org/jira/browse/VALIDATOR-438 Project: Commons Validator Issue

[jira] [Updated] (POOL-340) borrowObject is stuck, if create fails

2018-04-18 Thread Pavel Kolesov (JIRA)
[ https://issues.apache.org/jira/browse/POOL-340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Kolesov updated POOL-340: --- Affects Version/s: 2.4 2.4.1 2.4.2 > borrowObject is

[jira] [Commented] (POOL-340) borrowObject is stuck, if create fails

2018-04-18 Thread Pavel Kolesov (JIRA)
[ https://issues.apache.org/jira/browse/POOL-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16442200#comment-16442200 ] Pavel Kolesov commented on POOL-340: Tried the same scenario on 2.4.2 - the same result. We used to have

[jira] [Resolved] (COMPRESS-448) IOUtils.skip is throwing an IOException somewhere sometimes

2018-04-18 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMPRESS-448. --- Resolution: Duplicate > IOUtils.skip is throwing an IOException somewhere sometimes >

[jira] [Created] (POOL-340) borrowObject is stuck, if create fails

2018-04-18 Thread Pavel Kolesov (JIRA)
Pavel Kolesov created POOL-340: -- Summary: borrowObject is stuck, if create fails Key: POOL-340 URL: https://issues.apache.org/jira/browse/POOL-340 Project: Commons Pool Issue Type: Bug

[jira] [Updated] (POOL-340) borrowObject is stuck, if create fails

2018-04-18 Thread Pavel Kolesov (JIRA)
[ https://issues.apache.org/jira/browse/POOL-340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Kolesov updated POOL-340: --- Description: After changes in 2.4.3 there is a high chance of a scenario, in which borrowObject waits

[jira] [Commented] (VFS-661) Ability to get "real"/"native"/"physical" file name

2018-04-18 Thread Boris Petrov (JIRA)
[ https://issues.apache.org/jira/browse/VFS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16442086#comment-16442086 ] Boris Petrov commented on VFS-661: -- The issue is that I can't get the real name. I guess it is correct to