[jira] [Commented] (DAEMON-401) Environment variables set on service not available in JNI dll

2019-04-24 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825565#comment-16825565 ] Mark Thomas commented on DAEMON-401: Do you see the same issue if you use the Windows

[GitHub] [commons-vfs] boris-petrov commented on issue #59: Add ability to specify buffer sizes

2019-04-24 Thread GitBox
boris-petrov commented on issue #59: Add ability to specify buffer sizes URL: https://github.com/apache/commons-vfs/pull/59#issuecomment-486408140 Javadoc comments fixed. This is an automated message from the Apache Git Servic

[GitHub] [commons-vfs] boris-petrov commented on a change in pull request #59: Add ability to specify buffer sizes

2019-04-24 Thread GitBox
boris-petrov commented on a change in pull request #59: Add ability to specify buffer sizes URL: https://github.com/apache/commons-vfs/pull/59#discussion_r278299016 ## File path: commons-vfs2/src/main/java/org/apache/commons/vfs2/FileContent.java ## @@ -147,6 +147,22 @@

[GitHub] [commons-vfs] garydgregory commented on a change in pull request #59: Add ability to specify buffer sizes

2019-04-24 Thread GitBox
garydgregory commented on a change in pull request #59: Add ability to specify buffer sizes URL: https://github.com/apache/commons-vfs/pull/59#discussion_r278242663 ## File path: commons-vfs2/src/main/java/org/apache/commons/vfs2/FileContent.java ## @@ -147,6 +147,22 @@

[jira] [Created] (RNG-96) AhrensDieterMarsagliaTsangGammaSampler incorrectly names parameters

2019-04-24 Thread Alex D Herbert (JIRA)
Alex D Herbert created RNG-96: - Summary: AhrensDieterMarsagliaTsangGammaSampler incorrectly names parameters Key: RNG-96 URL: https://issues.apache.org/jira/browse/RNG-96 Project: Commons RNG Is

[GitHub] [commons-vfs] boris-petrov commented on issue #59: Add ability to specify buffer sizes

2019-04-24 Thread GitBox
boris-petrov commented on issue #59: Add ability to specify buffer sizes URL: https://github.com/apache/commons-vfs/pull/59#issuecomment-486282438 OK, I pushed a couple of tests. They depend on the fact that the BufferedInput/OutputStream constructors check the `size` argument and throw an

[GitHub] [commons-vfs] boris-petrov commented on a change in pull request #59: Add ability to specify buffer sizes

2019-04-24 Thread GitBox
boris-petrov commented on a change in pull request #59: Add ability to specify buffer sizes URL: https://github.com/apache/commons-vfs/pull/59#discussion_r278174140 ## File path: commons-vfs2/src/main/java/org/apache/commons/vfs2/FileContent.java ## @@ -147,6 +147,19 @@

[GitHub] [commons-vfs] garydgregory commented on a change in pull request #59: Add ability to specify buffer sizes

2019-04-24 Thread GitBox
garydgregory commented on a change in pull request #59: Add ability to specify buffer sizes URL: https://github.com/apache/commons-vfs/pull/59#discussion_r278150441 ## File path: commons-vfs2/src/main/java/org/apache/commons/vfs2/FileContent.java ## @@ -147,6 +147,19 @@

[GitHub] [commons-vfs] garydgregory commented on issue #59: Add ability to specify buffer sizes

2019-04-24 Thread GitBox
garydgregory commented on issue #59: Add ability to specify buffer sizes URL: https://github.com/apache/commons-vfs/pull/59#issuecomment-486261886 > I'm not sure what kind of tests to write. This is pretty much not adding any new functionality, just exposing an API that Java already has. An

[GitHub] [commons-vfs] boris-petrov commented on issue #59: Add ability to specify buffer sizes

2019-04-24 Thread GitBox
boris-petrov commented on issue #59: Add ability to specify buffer sizes URL: https://github.com/apache/commons-vfs/pull/59#issuecomment-486235060 I'm not sure what kind of tests to write. This is pretty much not adding any new functionality, just exposing an API that Java already has. Any

[GitHub] [commons-vfs] boris-petrov commented on a change in pull request #59: Add ability to specify buffer sizes

2019-04-24 Thread GitBox
boris-petrov commented on a change in pull request #59: Add ability to specify buffer sizes URL: https://github.com/apache/commons-vfs/pull/59#discussion_r278130212 ## File path: commons-vfs2/src/main/java/org/apache/commons/vfs2/FileContent.java ## @@ -147,6 +147,19 @@

[GitHub] [commons-vfs] boris-petrov commented on a change in pull request #59: Add ability to specify buffer sizes

2019-04-24 Thread GitBox
boris-petrov commented on a change in pull request #59: Add ability to specify buffer sizes URL: https://github.com/apache/commons-vfs/pull/59#discussion_r278129644 ## File path: commons-vfs2/src/main/java/org/apache/commons/vfs2/util/MonitorInputStream.java ## @@ -34,6 +

[jira] [Created] (LANG-1453) StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException

2019-04-24 Thread Thomas Neerup (JIRA)
Thomas Neerup created LANG-1453: --- Summary: StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException Key: LANG-1453 URL: https://issues.apache.org/jira/browse/LANG-1453 Project: Commons L

[GitHub] [commons-vfs] garydgregory commented on a change in pull request #59: Add ability to specify buffer sizes

2019-04-24 Thread GitBox
garydgregory commented on a change in pull request #59: Add ability to specify buffer sizes URL: https://github.com/apache/commons-vfs/pull/59#discussion_r278121941 ## File path: commons-vfs2/src/main/java/org/apache/commons/vfs2/FileContent.java ## @@ -194,6 +207,23 @@

[GitHub] [commons-vfs] garydgregory commented on a change in pull request #59: Add ability to specify buffer sizes

2019-04-24 Thread GitBox
garydgregory commented on a change in pull request #59: Add ability to specify buffer sizes URL: https://github.com/apache/commons-vfs/pull/59#discussion_r278122634 ## File path: commons-vfs2/src/main/java/org/apache/commons/vfs2/util/MonitorOutputStream.java ## @@ -33,6

[GitHub] [commons-vfs] garydgregory commented on a change in pull request #59: Add ability to specify buffer sizes

2019-04-24 Thread GitBox
garydgregory commented on a change in pull request #59: Add ability to specify buffer sizes URL: https://github.com/apache/commons-vfs/pull/59#discussion_r278122549 ## File path: commons-vfs2/src/main/java/org/apache/commons/vfs2/util/MonitorInputStream.java ## @@ -34,6 +

[GitHub] [commons-vfs] garydgregory commented on issue #59: Add ability to specify buffer sizes

2019-04-24 Thread GitBox
garydgregory commented on issue #59: Add ability to specify buffer sizes URL: https://github.com/apache/commons-vfs/pull/59#issuecomment-486228294 See comments in individual farms. The new public methods are missing unit tests.

[GitHub] [commons-vfs] garydgregory commented on a change in pull request #59: Add ability to specify buffer sizes

2019-04-24 Thread GitBox
garydgregory commented on a change in pull request #59: Add ability to specify buffer sizes URL: https://github.com/apache/commons-vfs/pull/59#discussion_r278121814 ## File path: commons-vfs2/src/main/java/org/apache/commons/vfs2/FileContent.java ## @@ -147,6 +147,19 @@

[jira] [Commented] (VFS-705) Add ability to specify the buffer size of input/output streams

2019-04-24 Thread Boris Petrov (JIRA)
[ https://issues.apache.org/jira/browse/VFS-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825103#comment-16825103 ] Boris Petrov commented on VFS-705: -- I've added a PR for that - https://github.com/apache/co

[jira] [Updated] (VFS-705) Add ability to specify the buffer size of input/output streams

2019-04-24 Thread Boris Petrov (JIRA)
[ https://issues.apache.org/jira/browse/VFS-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Petrov updated VFS-705: - External issue URL: https://github.com/apache/commons-vfs/pull/59 > Add ability to specify the buffer size o

[GitHub] [commons-vfs] boris-petrov opened a new pull request #59: Add ability to specify buffer sizes

2019-04-24 Thread GitBox
boris-petrov opened a new pull request #59: Add ability to specify buffer sizes URL: https://github.com/apache/commons-vfs/pull/59 Fixes https://issues.apache.org/jira/projects/VFS/issues/VFS-705. This is an automated message

[jira] [Updated] (FILEUPLOAD-293) FileExistsException: Destination .. already exists when DiskFileItem.write was given an existing file

2019-04-24 Thread Jochen Wiedmann (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Wiedmann updated FILEUPLOAD-293: --- Fix Version/s: (was: Nightly Builds) > FileExistsException: Destination .. al

[GitHub] [commons-lang] asfgit merged pull request #418: Changing switch statement to if/else statement for greater clarity

2019-04-24 Thread GitBox
asfgit merged pull request #418: Changing switch statement to if/else statement for greater clarity URL: https://github.com/apache/commons-lang/pull/418 This is an automated message from the Apache Git Service. To respond to

[jira] [Updated] (FILEUPLOAD-293) FileExistsException: Destination .. already exists when DiskFileItem.write was given an existing file

2019-04-24 Thread Jochen Wiedmann (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Wiedmann updated FILEUPLOAD-293: --- Fix Version/s: 1.4.1 > FileExistsException: Destination .. already exists when Di

[jira] [Resolved] (FILEUPLOAD-299) Error replacing an existing file using FileItem.write

2019-04-24 Thread Jochen Wiedmann (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Wiedmann resolved FILEUPLOAD-299. Resolution: Fixed > Error replacing an existing file using FileItem.write > ---

[jira] [Commented] (JEXL-297) validate expression (instead of evaluate)

2019-04-24 Thread Dmitri Blinov (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825068#comment-16825068 ] Dmitri Blinov commented on JEXL-297: There is a method in JexlEngine class called {{Jex

[jira] [Created] (LANG-1452) MultilineRecursiveToStringStyle produces wrong output for BigDecimal

2019-04-24 Thread Aleksey Novozhilov (JIRA)
Aleksey Novozhilov created LANG-1452: Summary: MultilineRecursiveToStringStyle produces wrong output for BigDecimal Key: LANG-1452 URL: https://issues.apache.org/jira/browse/LANG-1452 Project: Com