[jira] [Comment Edited] (COMPRESS-502) Allow to disable closing files in the finalizer of ZipFile

2020-01-25 Thread Dominik Stadler (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023640#comment-17023640 ] Dominik Stadler edited comment on COMPRESS-502 at 1/26/20 7:49 AM: ---

[jira] [Comment Edited] (COMPRESS-502) Allow to disable closing files in the finalizer of ZipFile

2020-01-25 Thread Dominik Stadler (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023640#comment-17023640 ] Dominik Stadler edited comment on COMPRESS-502 at 1/26/20 7:49 AM: ---

[jira] [Comment Edited] (COMPRESS-502) Allow to disable closing files in the finalizer of ZipFile

2020-01-25 Thread Dominik Stadler (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023640#comment-17023640 ] Dominik Stadler edited comment on COMPRESS-502 at 1/26/20 7:48 AM: ---

[GitHub] [commons-dbutils] thecarlhall closed pull request #7: get generated keys from queryRunner.insertBatch

2020-01-25 Thread GitBox
thecarlhall closed pull request #7: get generated keys from queryRunner.insertBatch URL: https://github.com/apache/commons-dbutils/pull/7 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [commons-dbutils] thecarlhall commented on issue #7: get generated keys from queryRunner.insertBatch

2020-01-25 Thread GitBox
thecarlhall commented on issue #7: get generated keys from queryRunner.insertBatch URL: https://github.com/apache/commons-dbutils/pull/7#issuecomment-578471964 I'm glad to hear this works for you, @visruth! Your PR highlights the need for more docs. I'll work to update the examples.

[GitHub] [commons-dbutils] visruth edited a comment on issue #7: get generated keys from queryRunner.insertBatch

2020-01-25 Thread GitBox
visruth edited a comment on issue #7: get generated keys from queryRunner.insertBatch URL: https://github.com/apache/commons-dbutils/pull/7#issuecomment-578377584 Hi @thecarlhall, `queryRunner.insertBatch` doesn't support `ColumnListHandler`. How can I get generated keys (primary key) of

[GitHub] [commons-dbutils] visruth commented on issue #7: get generated keys from queryRunner.insertBatch

2020-01-25 Thread GitBox
visruth commented on issue #7: get generated keys from queryRunner.insertBatch URL: https://github.com/apache/commons-dbutils/pull/7#issuecomment-578467084 Hi @thecarlhall, It's my mistake, `queryRunner.insertBatch` does support `ColumnListHandler` that also achieves the same goal. Yes, it

[jira] [Created] (CSV-257) Updating from 1.6 to 1.7 breaks

2020-01-25 Thread xia0c (Jira)
xia0c created CSV-257: - Summary: Updating from 1.6 to 1.7 breaks Key: CSV-257 URL: https://issues.apache.org/jira/browse/CSV-257 Project: Commons CSV Issue Type: Bug Components: Parser

Re: [GitHub] [commons-codec] aherbert commented on a change in pull request #35: [CODEC-280] Added strict decoding property to BaseNCodec.

2020-01-25 Thread Alex Herbert
> On 26 Jan 2020, at 00:08, Gary Gregory wrote: > > On Sat, Jan 25, 2020 at 6:12 PM GitBox > wrote: > >> aherbert commented on a change in pull request #35: [CODEC-280] Added >> strict decoding property to BaseNCodec. >> URL:

[GitHub] [commons-dbutils] thecarlhall commented on issue #7: get generated keys from queryRunner.insertBatch

2020-01-25 Thread GitBox
thecarlhall commented on issue #7: get generated keys from queryRunner.insertBatch URL: https://github.com/apache/commons-dbutils/pull/7#issuecomment-578459850 Hi @visruth, I created a [project to show how this can be done](https://github.com/thecarlhall/dbutils-pr7test). There's a [test

Re: [GitHub] [commons-codec] aherbert commented on a change in pull request #35: [CODEC-280] Added strict decoding property to BaseNCodec.

2020-01-25 Thread Gary Gregory
On Sat, Jan 25, 2020 at 6:12 PM GitBox wrote: > aherbert commented on a change in pull request #35: [CODEC-280] Added > strict decoding property to BaseNCodec. > URL: https://github.com/apache/commons-codec/pull/35#discussion_r370961690 > > > > ## > File path:

[GitHub] [commons-codec] aherbert commented on a change in pull request #35: [CODEC-280] Added strict decoding property to BaseNCodec.

2020-01-25 Thread GitBox
aherbert commented on a change in pull request #35: [CODEC-280] Added strict decoding property to BaseNCodec. URL: https://github.com/apache/commons-codec/pull/35#discussion_r370961690 ## File path: src/test/java/org/apache/commons/codec/net/BCodecTest.java ## @@ -157,6

[GitHub] [commons-codec] garydgregory commented on a change in pull request #35: [CODEC-280] Added strict decoding property to BaseNCodec.

2020-01-25 Thread GitBox
garydgregory commented on a change in pull request #35: [CODEC-280] Added strict decoding property to BaseNCodec. URL: https://github.com/apache/commons-codec/pull/35#discussion_r370959063 ## File path: src/test/java/org/apache/commons/codec/net/BCodecTest.java ## @@

[GitHub] [commons-codec] garydgregory commented on a change in pull request #35: [CODEC-280] Added strict decoding property to BaseNCodec.

2020-01-25 Thread GitBox
garydgregory commented on a change in pull request #35: [CODEC-280] Added strict decoding property to BaseNCodec. URL: https://github.com/apache/commons-codec/pull/35#discussion_r370959063 ## File path: src/test/java/org/apache/commons/codec/net/BCodecTest.java ## @@

[jira] [Commented] (COMPRESS-502) Allow to disable closing files in the finalizer of ZipFile

2020-01-25 Thread Dominik Stadler (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023640#comment-17023640 ] Dominik Stadler commented on COMPRESS-502: -- We would like to use another tool to better report

[GitHub] [commons-csv] garydgregory commented on issue #54: Add testcases for CSVRecord with get(Enum) and toString.

2020-01-25 Thread GitBox
garydgregory commented on issue #54: Add testcases for CSVRecord with get(Enum) and toString. URL: https://github.com/apache/commons-csv/pull/54#issuecomment-578429589 @dota17 May you please resolve conflicts? I'm afraid master's diverged enough since you created this PR.

[GitHub] [commons-codec] aherbert commented on a change in pull request #35: [CODEC-280] Added strict decoding property to BaseNCodec.

2020-01-25 Thread GitBox
aherbert commented on a change in pull request #35: [CODEC-280] Added strict decoding property to BaseNCodec. URL: https://github.com/apache/commons-codec/pull/35#discussion_r370947730 ## File path: src/test/java/org/apache/commons/codec/net/BCodecTest.java ## @@ -157,6

[GitHub] [commons-codec] garydgregory commented on a change in pull request #35: [CODEC-280] Added strict decoding property to BaseNCodec.

2020-01-25 Thread GitBox
garydgregory commented on a change in pull request #35: [CODEC-280] Added strict decoding property to BaseNCodec. URL: https://github.com/apache/commons-codec/pull/35#discussion_r370946325 ## File path: src/test/java/org/apache/commons/codec/net/BCodecTest.java ## @@

[jira] [Closed] (COMPRESS-493) Update optional library com.github.luben:zstd-jni from 1.4.0-1 to 1.4.4-7

2020-01-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed COMPRESS-493. Resolution: Fixed > Update optional library com.github.luben:zstd-jni from 1.4.0-1 to

[jira] [Updated] (COMPRESS-493) Update optional library com.github.luben:zstd-jni from 1.4.0-1 to 1.4.4-7

2020-01-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated COMPRESS-493: - Summary: Update optional library com.github.luben:zstd-jni from 1.4.0-1 to 1.4.4-7

[jira] [Updated] (COMPRESS-493) Update optional library com.github.luben:zstd-jni from 1.4.0-1 to 1.4.4-7

2020-01-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated COMPRESS-493: - Description: Update Optional library {{com.github.luben:zstd-jni}} from 1.4.0-1 to

[jira] [Reopened] (COMPRESS-493) Update optional library com.github.luben:zstd-jni from 1.4.0-1 to 1.4.3-1

2020-01-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory reopened COMPRESS-493: -- > Update optional library com.github.luben:zstd-jni from 1.4.0-1 to 1.4.3-1 >

[jira] [Commented] (COMPRESS-502) Allow to disable closing files in the finalizer of ZipFile

2020-01-25 Thread Stefan Bodewig (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023583#comment-17023583 ] Stefan Bodewig commented on COMPRESS-502: - Hmm, if the ZipFile instance is properly closed then

[jira] [Commented] (COMPRESS-502) Allow to disable closing files in the finalizer of ZipFile

2020-01-25 Thread Stefan Bodewig (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023582#comment-17023582 ] Stefan Bodewig commented on COMPRESS-502: - I'm afraid the finalizer has there for a very long

[jira] [Work logged] (COMPRESS-124) Unable to extract a sparse entries from tar archives

2020-01-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-124?focusedWorklogId=377205=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-377205 ] ASF GitHub Bot logged work on COMPRESS-124: --- Author: ASF GitHub Bot

[jira] [Work logged] (COMPRESS-124) Unable to extract a sparse entries from tar archives

2020-01-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-124?focusedWorklogId=377204=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-377204 ] ASF GitHub Bot logged work on COMPRESS-124: --- Author: ASF GitHub Bot

[GitHub] [commons-compress] bodewig commented on issue #89: COMPRESS-124 : minor cleanups

2020-01-25 Thread GitBox
bodewig commented on issue #89: COMPRESS-124 : minor cleanups URL: https://github.com/apache/commons-compress/pull/89#issuecomment-578409525 Somehow I managed to overlook this PR, sorry @PeterAlfreadLee . I've committed my own version which looks remarkable similar to yours with

[GitHub] [commons-compress] bodewig closed pull request #89: COMPRESS-124 : minor cleanups

2020-01-25 Thread GitBox
bodewig closed pull request #89: COMPRESS-124 : minor cleanups URL: https://github.com/apache/commons-compress/pull/89 This is an automated message from the Apache Git Service. To respond to the message, please log on to