[jira] [Created] (LANG-1404) BooleanUtils.toBoolean(Integer) method added

2018-07-12 Thread Ruslan Sibgatullin (JIRA)
Ruslan Sibgatullin created LANG-1404: Summary: BooleanUtils.toBoolean(Integer) method added Key: LANG-1404 URL: https://issues.apache.org/jira/browse/LANG-1404 Project: Commons Lang

[jira] [Commented] (LANG-1404) BooleanUtils.toBoolean(Integer) method added

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542167#comment-16542167 ] ASF GitHub Bot commented on LANG-1404: -- GitHub user Enigo opened a pull request:

[GitHub] commons-lang pull request #337: LANG-1404 BooleanUtils.toBoolean(Integer) me...

2018-07-12 Thread Enigo
GitHub user Enigo opened a pull request: https://github.com/apache/commons-lang/pull/337 LANG-1404 BooleanUtils.toBoolean(Integer) method added Right now to convert an Integer to boolean there is either a null check needed: ``` final Integer value = 1; if (value !=

[jira] [Commented] (LANG-1404) BooleanUtils.toBoolean(Integer) method added

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542178#comment-16542178 ] ASF GitHub Bot commented on LANG-1404: -- Github user coveralls commented on the issue:

[jira] [Commented] (LANG-1404) BooleanUtils.toBoolean(Integer) method added

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542179#comment-16542179 ] ASF GitHub Bot commented on LANG-1404: -- Github user coveralls commented on the issue:

[GitHub] commons-lang issue #337: LANG-1404 BooleanUtils.toBoolean(Integer) method ad...

2018-07-12 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/337 [![Coverage Status](https://coveralls.io/builds/17961981/badge)](https://coveralls.io/builds/17961981) Coverage increased (+0.0003%) to 95.244% when pulling

[GitHub] commons-lang issue #337: LANG-1404 BooleanUtils.toBoolean(Integer) method ad...

2018-07-12 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/337 [![Coverage Status](https://coveralls.io/builds/17961981/badge)](https://coveralls.io/builds/17961981) Coverage increased (+0.0003%) to 95.244% when pulling

[jira] [Updated] (LANG-1404) BooleanUtils.toBoolean(Integer) method added

2018-07-12 Thread Ruslan Sibgatullin (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruslan Sibgatullin updated LANG-1404: - Description: Right now to convert an Integer to boolean there is either a null check

[jira] [Updated] (LANG-1404) BooleanUtils.toBoolean(Integer) method added

2018-07-12 Thread Ruslan Sibgatullin (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruslan Sibgatullin updated LANG-1404: - Description: Right now to convert an Integer to boolean there is either a null check

[jira] [Commented] (LANG-1404) BooleanUtils.toBoolean(Integer) method added

2018-07-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542228#comment-16542228 ] Sebb commented on LANG-1404: What is the use case for this method? > BooleanUtils.toBoolean(Integer) method

[jira] [Commented] (VFS-590) SFTP moveTo operation might fail on permission checks even if the operation itself might succeed

2018-07-12 Thread Jussi Prevost (JIRA)
[ https://issues.apache.org/jira/browse/VFS-590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16541427#comment-16541427 ] Jussi Prevost commented on VFS-590: ---  Besten Dank für Ihre Email. Ich bin bis und mit 20. Juli 2018

[jira] [Commented] (VFS-590) SFTP moveTo operation might fail on permission checks even if the operation itself might succeed

2018-07-12 Thread Zoltan Levardy (JIRA)
[ https://issues.apache.org/jira/browse/VFS-590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16541424#comment-16541424 ] Zoltan Levardy commented on VFS-590: long time, still issue still live. Can you please sahare your patch

[GitHub] commons-lang issue #299: Add module-info for Java 9

2018-07-12 Thread jodastephen
Github user jodastephen commented on the issue: https://github.com/apache/commons-lang/pull/299 Adding `module-info` causes some older/Android projects to fail as they can't handle the class format. So, projects are left with the choice of moving forwards or breaking these

[jira] [Commented] (VFS-590) SFTP moveTo operation might fail on permission checks even if the operation itself might succeed

2018-07-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16541526#comment-16541526 ] Gary Gregory commented on VFS-590: -- Feel free to provide a PR. A test is welcome as well. > SFTP moveTo

[GitHub] commons-lang issue #299: Add module-info for Java 9

2018-07-12 Thread johnou
Github user johnou commented on the issue: https://github.com/apache/commons-lang/pull/299 @jodastephen have you checked out https://github.com/moditect/moditect ? Moditect uses Objweb-ASM to compile the module-info.class which means you can support Java 1.7 / 1.8 for

[jira] [Commented] (VFS-590) SFTP moveTo operation might fail on permission checks even if the operation itself might succeed

2018-07-12 Thread Zoltan Levardy (JIRA)
[ https://issues.apache.org/jira/browse/VFS-590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16541822#comment-16541822 ] Zoltan Levardy commented on VFS-590: thanks Gary. I hoped there is a patch as mentioned, and no

[jira] [Updated] (COLLECTIONS-542) AbstractHashedMap should not extend AbstractMap anymore

2018-07-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated COLLECTIONS-542: - Fix Version/s: (was: 4.2) 4.2.1 > AbstractHashedMap should

[jira] [Updated] (COLLECTIONS-551) Move Iterable related methods from CollectionUtils to IterableUtils

2018-07-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated COLLECTIONS-551: - Fix Version/s: (was: 4.2) 4.2.1 > Move Iterable related

[GitHub] commons-lang issue #299: Add module-info for Java 9

2018-07-12 Thread jodastephen
Github user jodastephen commented on the issue: https://github.com/apache/commons-lang/pull/299 Its not just compiling, there are issues at runtime still AFAIK, especially with Java EE and older bytecode libraries. ---

[jira] [Commented] (COMPRESS-459) CPIO fails decoding multibyte name entries

2018-07-12 Thread Jens Reimann (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16541742#comment-16541742 ] Jens Reimann commented on COMPRESS-459: --- Thanks for taking care of this. Is there any chance for

[jira] [Issue Comment Deleted] (VFS-590) SFTP moveTo operation might fail on permission checks even if the operation itself might succeed

2018-07-12 Thread Zoltan Levardy (JIRA)
[ https://issues.apache.org/jira/browse/VFS-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zoltan Levardy updated VFS-590: --- Comment: was deleted (was: thanks Gary. I hoped there is a patch as mentioned, and no development on

[jira] [Issue Comment Deleted] (VFS-590) SFTP moveTo operation might fail on permission checks even if the operation itself might succeed

2018-07-12 Thread Zoltan Levardy (JIRA)
[ https://issues.apache.org/jira/browse/VFS-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zoltan Levardy updated VFS-590: --- Comment: was deleted (was: long time, still issue still live. Can you please sahare your patch code

[jira] [Issue Comment Deleted] (VFS-590) SFTP moveTo operation might fail on permission checks even if the operation itself might succeed

2018-07-12 Thread Zoltan Levardy (JIRA)
[ https://issues.apache.org/jira/browse/VFS-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zoltan Levardy updated VFS-590: --- Comment: was deleted (was: thanks for that update. Is your fix going to be part of v2.3? ) > SFTP

[jira] [Issue Comment Deleted] (VFS-590) SFTP moveTo operation might fail on permission checks even if the operation itself might succeed

2018-07-12 Thread Zoltan Levardy (JIRA)
[ https://issues.apache.org/jira/browse/VFS-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zoltan Levardy updated VFS-590: --- Comment: was deleted (was: is this something solvable with jsch and vfs? What I found with v2.2 that

[jira] [Commented] (VFS-590) SFTP moveTo operation might fail on permission checks even if the operation itself might succeed

2018-07-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16541829#comment-16541829 ] Gary Gregory commented on VFS-590: -- We are volunteers here at Apache with jobs, responsibilities, and so