[jira] [Updated] (VFS-678) LGTM (automatic code review) issues

2018-11-01 Thread Bernd Eckenfels (JIRA)
[ https://issues.apache.org/jira/browse/VFS-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Eckenfels updated VFS-678: Fix Version/s: 2.2.1 > LGTM (automatic code review) issues > --- > >

[jira] [Commented] (VFS-678) LGTM (automatic code review) issues

2018-11-01 Thread Bernd Eckenfels (JIRA)
[ https://issues.apache.org/jira/browse/VFS-678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16672360#comment-16672360 ] Bernd Eckenfels commented on VFS-678: - Hopefully fixed with 

[jira] [Created] (VFS-678) LGTM (automatic code review) issues

2018-11-01 Thread Bernd Eckenfels (JIRA)
Bernd Eckenfels created VFS-678: --- Summary: LGTM (automatic code review) issues Key: VFS-678 URL: https://issues.apache.org/jira/browse/VFS-678 Project: Commons VFS Issue Type: Bug Affects

[jira] [Updated] (DBCP-427) Consider SQLExceptions thrown by underlying connections or statements for fatal (disconnection) errors

2018-11-01 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated DBCP-427: -- Summary: Consider SQLExceptions thrown by underlying connections or statements for fatal (disconnection)

[jira] [Closed] (DBCP-427) Consider SQLExceptions thrown by underlying connections or statements for fatal (disconnection) errors

2018-11-01 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed DBCP-427. - Resolution: Fixed Updated issue title. > Consider SQLExceptions thrown by underlying connections or

[jira] [Reopened] (DBCP-427) Examines 'SQLException's thrown by underlying connections or statements for fatal (disconnection) errors

2018-11-01 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory reopened DBCP-427: --- > Examines 'SQLException's thrown by underlying connections or statements for > fatal (disconnection)

[jira] [Updated] (COLLECTIONS-698) Expand LoopingListIterator

2018-11-01 Thread BELUGA BEHR (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BELUGA BEHR updated COLLECTIONS-698: Description: Please enhance {{LoopingListIterator}} to accept a starting offset and a

[jira] [Commented] (COLLECTIONS-699) Add a PairingIterator

2018-11-01 Thread BELUGA BEHR (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16671752#comment-16671752 ] BELUGA BEHR commented on COLLECTIONS-699: - [~saipraneethn] Nothing would make me happier. >

[jira] [Commented] (VFS-677) [VFS] [sftp] The file type does not support append mode.

2018-11-01 Thread Boris Petrov (JIRA)
[ https://issues.apache.org/jira/browse/VFS-677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16671636#comment-16671636 ] Boris Petrov commented on VFS-677: -- Could you create a pull-request for that on 

[jira] [Commented] (COLLECTIONS-699) Add a PairingIterator

2018-11-01 Thread Sai Praneeth (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16671572#comment-16671572 ] Sai Praneeth commented on COLLECTIONS-699: -- I am interested in taking it up if it is still

[GitHub] commons-lang issue #278: Lang-1345 Enhance non-empty strings

2018-11-01 Thread ThrawnCA
Github user ThrawnCA commented on the issue: https://github.com/apache/commons-lang/pull/278 And I've come across another situation where I want this: assembling a filename from customer name parts, and adding a separator for middle name if (and only if) it's provided. ---