[jira] [Work logged] (LANG-1177) Improve indexOf performance when called multiple times

2019-10-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1177?focusedWorklogId=330296=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-330296 ] ASF GitHub Bot logged work on LANG-1177: Author: ASF GitHub Bot

[GitHub] [commons-lang] coveralls commented on issue #471: [LANG-1177] Added indexesOf methods and simplified removeAllOccurences

2019-10-17 Thread GitBox
coveralls commented on issue #471: [LANG-1177] Added indexesOf methods and simplified removeAllOccurences URL: https://github.com/apache/commons-lang/pull/471#issuecomment-543509688 [![Coverage Status](https://coveralls.io/builds/26390317/badge)](https://coveralls.io/builds/26390317)

[jira] [Work logged] (LANG-1177) Improve indexOf performance when called multiple times

2019-10-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1177?focusedWorklogId=330284=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-330284 ] ASF GitHub Bot logged work on LANG-1177: Author: ASF GitHub Bot

[GitHub] [commons-lang] lielfr opened a new pull request #471: [LANG-1177] Added indexesOf methods and simplified removeAllOccurences

2019-10-17 Thread GitBox
lielfr opened a new pull request #471: [LANG-1177] Added indexesOf methods and simplified removeAllOccurences URL: https://github.com/apache/commons-lang/pull/471 Based of the opened issue. Tests for indexesOf were also added.

[jira] [Resolved] (VFS-744) org.apache.commons.vfs2.FileContent.getByteArray() can throw NegativeArraySizeException for BZip2 files

2019-10-17 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/VFS-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved VFS-744. - Fix Version/s: 2.5.0 Resolution: Fixed In git master. >

[jira] [Updated] (VFS-744) org.apache.commons.vfs2.FileContent.getByteArray() can throw NegativeArraySizeException for BZip2 files

2019-10-17 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/VFS-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated VFS-744: Description: The method {{org.apache.commons.vfs2.FileContent.getByteArray()}} can throw 

[jira] [Created] (VFS-744) org.apache.commons.vfs2.FileContent.getByteArray() can throw NegativeArraySizeException for BZip2 files

2019-10-17 Thread Gary D. Gregory (Jira)
Gary D. Gregory created VFS-744: --- Summary: org.apache.commons.vfs2.FileContent.getByteArray() can throw NegativeArraySizeException for BZip2 files Key: VFS-744 URL: https://issues.apache.org/jira/browse/VFS-744

[jira] [Resolved] (VFS-743) Add org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject.SIZE_UNDEFINED

2019-10-17 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/VFS-743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved VFS-743. - Fix Version/s: 2.5.0 Resolution: Fixed In git master. > Add >

[jira] [Created] (VFS-743) Add org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject.SIZE_UNDEFINED

2019-10-17 Thread Gary D. Gregory (Jira)
Gary D. Gregory created VFS-743: --- Summary: Add org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject.SIZE_UNDEFINED Key: VFS-743 URL: https://issues.apache.org/jira/browse/VFS-743

[jira] [Created] (VFS-742) Add org.apache.commons.vfs2.FileContent.isEmpty()

2019-10-17 Thread Gary D. Gregory (Jira)
Gary D. Gregory created VFS-742: --- Summary: Add org.apache.commons.vfs2.FileContent.isEmpty() Key: VFS-742 URL: https://issues.apache.org/jira/browse/VFS-742 Project: Commons VFS Issue Type:

[jira] [Resolved] (VFS-686) Upgrade Jackrabbit dependency to the latest 2.x

2019-10-17 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/VFS-686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved VFS-686. - Fix Version/s: 2.5.0 Resolution: Fixed In git master. Please verify and close. > Upgrade

[jira] [Work logged] (VFS-686) Upgrade Jackrabbit dependency to the latest 2.x

2019-10-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/VFS-686?focusedWorklogId=329953=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-329953 ] ASF GitHub Bot logged work on VFS-686: -- Author: ASF GitHub Bot

[GitHub] [commons-vfs] garydgregory merged pull request #52: VFS-686: webdav4 provider based on the latest Jackrabbit 2.x

2019-10-17 Thread GitBox
garydgregory merged pull request #52: VFS-686: webdav4 provider based on the latest Jackrabbit 2.x URL: https://github.com/apache/commons-vfs/pull/52 This is an automated message from the Apache Git Service. To respond to

[jira] [Commented] (VFS-686) Upgrade Jackrabbit dependency to the latest 2.x

2019-10-17 Thread Woonsan Ko (Jira)
[ https://issues.apache.org/jira/browse/VFS-686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953853#comment-16953853 ] Woonsan Ko commented on VFS-686: Hi [~ggregory], I've just pushed since tag fixes to PR. Thanks! Woonsan

[GitHub] [commons-vfs] woonsan commented on issue #52: VFS-686: webdav4 provider based on the latest Jackrabbit 2.x

2019-10-17 Thread GitBox
woonsan commented on issue #52: VFS-686: webdav4 provider based on the latest Jackrabbit 2.x URL: https://github.com/apache/commons-vfs/pull/52#issuecomment-543232040 @garydgregory , after confirming local build with oracle-jdk11 working fine, I kicked in travis again and it seems to

[GitHub] [commons-vfs] garydgregory commented on issue #52: VFS-686: webdav4 provider based on the latest Jackrabbit 2.x

2019-10-17 Thread GitBox
garydgregory commented on issue #52: VFS-686: webdav4 provider based on the latest Jackrabbit 2.x URL: https://github.com/apache/commons-vfs/pull/52#issuecomment-543221367 And somehow we are back to failing builds on Java >= 11 https://travis-ci.org/apache/commons-vfs/builds/599194873

[GitHub] [commons-vfs] garydgregory commented on issue #52: VFS-686: webdav4 provider based on the latest Jackrabbit 2.x

2019-10-17 Thread GitBox
garydgregory commented on issue #52: VFS-686: webdav4 provider based on the latest Jackrabbit 2.x URL: https://github.com/apache/commons-vfs/pull/52#issuecomment-543220858 Is there a version of JR 1.x that would avoid: ``` Running

[jira] [Commented] (CLI-298) Define CLI options via configuration file

2019-10-17 Thread Richard (Jira)
[ https://issues.apache.org/jira/browse/CLI-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953819#comment-16953819 ] Richard commented on CLI-298: - The main reason we didn't switch to JCommander was that we already had our

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

2019-10-17 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953818#comment-16953818 ] Gary D. Gregory commented on FILEUPLOAD-293: Feel free to provide a PR with tests on

[jira] [Commented] (CLI-298) Define CLI options via configuration file

2019-10-17 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/CLI-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953809#comment-16953809 ] Gilles Sadowski commented on CLI-298: - bq. JCommander and picoli are already there and working nicely.

[jira] [Commented] (VFS-686) Upgrade Jackrabbit dependency to the latest 2.x

2019-10-17 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/VFS-686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953790#comment-16953790 ] Gary D. Gregory commented on VFS-686: - I'd like to use GitHub to squash and merge, can you make sure the

[jira] [Commented] (CLI-298) Define CLI options via configuration file

2019-10-17 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CLI-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953782#comment-16953782 ] Gary D. Gregory commented on CLI-298: - My personal preference is to keep Commons CLI bare bones unless

[jira] [Commented] (CLI-298) Define CLI options via configuration file

2019-10-17 Thread Richard (Jira)
[ https://issues.apache.org/jira/browse/CLI-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953776#comment-16953776 ] Richard commented on CLI-298: - One other thing: I started this project with the intent of not modifying any of

[jira] [Commented] (CLI-298) Define CLI options via configuration file

2019-10-17 Thread Richard (Jira)
[ https://issues.apache.org/jira/browse/CLI-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953773#comment-16953773 ] Richard commented on CLI-298: - OK should I just shelve this and maintain my own version? I don't want to waste

[jira] [Resolved] (VFS-741) Listing files with known prefix still fails

2019-10-17 Thread Bernd Eckenfels (Jira)
[ https://issues.apache.org/jira/browse/VFS-741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Eckenfels resolved VFS-741. - Fix Version/s: 2.5.0 Assignee: Bernd Eckenfels Resolution: Fixed Fixed on master

[jira] [Commented] (CLI-298) Define CLI options via configuration file

2019-10-17 Thread Emmanuel Bourg (Jira)
[ https://issues.apache.org/jira/browse/CLI-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953758#comment-16953758 ] Emmanuel Bourg commented on CLI-298: I admit I'm not seduced either by the format proposed. There is a

[jira] [Commented] (CLI-298) Define CLI options via configuration file

2019-10-17 Thread Richard (Jira)
[ https://issues.apache.org/jira/browse/CLI-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953756#comment-16953756 ] Richard commented on CLI-298: - Agreed about text file format, for myself with the projects we're working on,

[jira] [Commented] (CLI-298) Define CLI options via configuration file

2019-10-17 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CLI-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953747#comment-16953747 ] Gary D. Gregory commented on CLI-298: - I am not a fan of the text file format, it is too brittle, not

[jira] [Commented] (CLI-298) Define CLI options via configuration file

2019-10-17 Thread Emmanuel Bourg (Jira)
[ https://issues.apache.org/jira/browse/CLI-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953741#comment-16953741 ] Emmanuel Bourg commented on CLI-298: MD5 is still fine if the purpose is to detect accidental

[jira] [Commented] (CLI-298) Define CLI options via configuration file

2019-10-17 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CLI-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953738#comment-16953738 ] Gary D. Gregory commented on CLI-298: - Tangent (regardless of the merit of this ticket): Do not use MD5,

[jira] [Commented] (VFS-741) Listing files with known prefix still fails

2019-10-17 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/VFS-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953735#comment-16953735 ] Gary D. Gregory commented on VFS-741: - Can this issue be closed now ? > Listing files with known prefix

[GitHub] [commons-collections] garydgregory merged pull request #88: find and fix fixtypo

2019-10-17 Thread GitBox
garydgregory merged pull request #88: find and fix fixtypo URL: https://github.com/apache/commons-collections/pull/88 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [commons-vfs] garydgregory edited a comment on issue #52: VFS-686: webdav4 provider based on the latest Jackrabbit 2.x

2019-10-17 Thread GitBox
garydgregory edited a comment on issue #52: VFS-686: webdav4 provider based on the latest Jackrabbit 2.x URL: https://github.com/apache/commons-vfs/pull/52#issuecomment-543147684 Hi @woonsan Thank you for the update, I think the hopefully last item to take care of is to update new

[GitHub] [commons-vfs] garydgregory commented on issue #52: VFS-686: webdav4 provider based on the latest Jackrabbit 2.x

2019-10-17 Thread GitBox
garydgregory commented on issue #52: VFS-686: webdav4 provider based on the latest Jackrabbit 2.x URL: https://github.com/apache/commons-vfs/pull/52#issuecomment-543147684 Hi @woonsan Thank you for the update, I think the hopefully last item to take care of is to update new `@since`

[jira] [Created] (VFS-741) Listing files with known prefix still fails

2019-10-17 Thread Bernd Eckenfels (Jira)
Bernd Eckenfels created VFS-741: --- Summary: Listing files with known prefix still fails Key: VFS-741 URL: https://issues.apache.org/jira/browse/VFS-741 Project: Commons VFS Issue Type: Bug

[jira] [Commented] (CLI-237) CLIMessageBundle for Portuguese (attached)

2019-10-17 Thread Richard (Jira)
[ https://issues.apache.org/jira/browse/CLI-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953668#comment-16953668 ] Richard commented on CLI-237: - I'm interested in this since I need to add I18N to my changes for CLI-298: As it

[GitHub] [commons-cli] coveralls edited a comment on issue #32: New sources for defining CLI options via a configuration file.

2019-10-17 Thread GitBox
coveralls edited a comment on issue #32: New sources for defining CLI options via a configuration file. URL: https://github.com/apache/commons-cli/pull/32#issuecomment-542780525 [![Coverage Status](https://coveralls.io/builds/26372359/badge)](https://coveralls.io/builds/26372359)

[GitHub] [commons-cli] coveralls edited a comment on issue #32: New sources for defining CLI options via a configuration file.

2019-10-17 Thread GitBox
coveralls edited a comment on issue #32: New sources for defining CLI options via a configuration file. URL: https://github.com/apache/commons-cli/pull/32#issuecomment-542780525 [![Coverage Status](https://coveralls.io/builds/26371859/badge)](https://coveralls.io/builds/26371859)

[jira] [Commented] (CLI-298) Define CLI options via configuration file

2019-10-17 Thread Richard (Jira)
[ https://issues.apache.org/jira/browse/CLI-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953607#comment-16953607 ] Richard commented on CLI-298: - Strictly speaking I suppose they are properties files since (at the moment) all

[jira] [Commented] (CLI-298) Define CLI options via configuration file

2019-10-17 Thread Emmanuel Bourg (Jira)
[ https://issues.apache.org/jira/browse/CLI-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953603#comment-16953603 ] Emmanuel Bourg commented on CLI-298: The config file is a properties file or a custom format? > Define

[jira] [Commented] (CLI-298) Define CLI options via configuration file

2019-10-17 Thread Richard (Jira)
[ https://issues.apache.org/jira/browse/CLI-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953597#comment-16953597 ] Richard commented on CLI-298: - Tests updated, new test files added. Stricter parsing of options now enforces

[GitHub] [commons-collections] dota17 opened a new pull request #88: find and fix fixtypo

2019-10-17 Thread GitBox
dota17 opened a new pull request #88: find and fix fixtypo URL: https://github.com/apache/commons-collections/pull/88 find and fix fixtypo This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (VFS-686) Upgrade Jackrabbit dependency to the latest 2.x

2019-10-17 Thread Woonsan Ko (Jira)
[ https://issues.apache.org/jira/browse/VFS-686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953539#comment-16953539 ] Woonsan Ko commented on VFS-686: Latest patch generated from PR: [^feature-VFS-686-6.patch]

[jira] [Updated] (VFS-686) Upgrade Jackrabbit dependency to the latest 2.x

2019-10-17 Thread Woonsan Ko (Jira)
[ https://issues.apache.org/jira/browse/VFS-686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Woonsan Ko updated VFS-686: --- Attachment: feature-VFS-686-6.patch > Upgrade Jackrabbit dependency to the latest 2.x >

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

2019-10-17 Thread Robert Lichtenberger (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953526#comment-16953526 ] Robert Lichtenberger commented on FILEUPLOAD-293: - I would also welcome a bugfix

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

2019-10-17 Thread Robert Lichtenberger (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16953523#comment-16953523 ] Robert Lichtenberger commented on FILEUPLOAD-299: - This is a regression caused by the

[GitHub] [commons-collections] Claudenw commented on issue #83: WIP: Initial bloom filter code contribution

2019-10-17 Thread GitBox
Claudenw commented on issue #83: WIP: Initial bloom filter code contribution URL: https://github.com/apache/commons-collections/pull/83#issuecomment-543048050 If you were not to build a bloom filter what would you do to check if something was in the filter? I am going to guess at