[jira] [Commented] (IO-577) Add readers to filter out given characters: CharacterSetFilterReader and CharacterFilterReader.

2018-06-07 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/IO-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16504882#comment-16504882 ] Simon Spero commented on IO-577: A few comments : 1. apis like java.lang.stream and rxjava have filter

[jira] [Commented] (CODEC-171) Add support for CRC32-C

2017-07-05 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16075134#comment-16075134 ] Simon Spero commented on CODEC-171: --- This class becomes redundant in JDK 9, which introduces

[jira] [Commented] (CODEC-238) DigestUtils should make it easier to generate hex strings from MessageDigests and Digest Streams

2017-07-05 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16075065#comment-16075065 ] Simon Spero commented on CODEC-238: --- [Pull Request|https://github.com/apache/commons-codec/pull/8]

[jira] [Closed] (CODEC-237) README.md does not have project specific JIRA link

2017-07-05 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Spero closed CODEC-237. - Is good (Got here from github page :) > README.md does not have project specific JIRA link >

[jira] [Resolved] (CODEC-237) README.md does not have project specific JIRA link

2017-07-05 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Spero resolved CODEC-237. --- Resolution: Fixed Fix Version/s: 1.11 Looks good > README.md does not have project specific

[jira] [Commented] (CODEC-224) Add convenience API org.apache.commons.codec.binary.Hex.encodeHexString(byte[]|ByteBuffer, boolean)

2017-07-04 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16074089#comment-16074089 ] Simon Spero commented on CODEC-224: --- Oops- wrong issue > Add convenience API >

[jira] [Created] (CODEC-238) DigestUtils should make it easier to generate hex strings from MessageDigests and Digest Streams

2017-07-04 Thread Simon Spero (JIRA)
Simon Spero created CODEC-238: - Summary: DigestUtils should make it easier to generate hex strings from MessageDigests and Digest Streams Key: CODEC-238 URL: https://issues.apache.org/jira/browse/CODEC-238

[jira] [Commented] (CODEC-224) Add convenience API org.apache.commons.codec.binary.Hex.encodeHexString(byte[]|ByteBuffer, boolean)

2017-07-04 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16073994#comment-16073994 ] Simon Spero commented on CODEC-224: --- This commit also added lower/upper case configuration for

[jira] [Created] (CODEC-237) README.md does not have project specific JIRA link

2017-07-04 Thread Simon Spero (JIRA)
Simon Spero created CODEC-237: - Summary: README.md does not have project specific JIRA link Key: CODEC-237 URL: https://issues.apache.org/jira/browse/CODEC-237 Project: Commons Codec Issue Type:

[jira] [Commented] (COMPRESS-416) Tests failing under jdk 9 : one reflection issue, one change to ZipEntry related issue

2017-07-04 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16073504#comment-16073504 ] Simon Spero commented on COMPRESS-416: -- There was an oddity before with IBM java 8,which is

[jira] [Commented] (COMPRESS-210) handle zip extra field 0x5455 - Extended Timestamp

2017-07-03 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16072825#comment-16072825 ] Simon Spero commented on COMPRESS-210: -- zip extended timestamps are made signed! Doh! > handle zip

[jira] [Commented] (COMPRESS-416) Tests failing under jdk 9 : one reflection issue, one change to ZipEntry related issue

2017-07-03 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16072800#comment-16072800 ] Simon Spero commented on COMPRESS-416: --

[jira] [Commented] (COMPRESS-416) Tests failing under jdk 9 : one reflection issue, one change to ZipEntry related issue

2017-07-03 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16072786#comment-16072786 ] Simon Spero commented on COMPRESS-416: -- But... after going back to the original path, I see that

[jira] [Commented] (COMPRESS-416) Tests failing under jdk 9 : one reflection issue, one change to ZipEntry related issue

2017-07-03 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16072764#comment-16072764 ] Simon Spero commented on COMPRESS-416: -- Found it! Changed a method signature from long to int and

[jira] [Commented] (COMPRESS-416) Tests failing under jdk 9 : one reflection issue, one change to ZipEntry related issue

2017-07-03 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16072714#comment-16072714 ] Simon Spero commented on COMPRESS-416: -- I have a draft open in another window. One special cause

[jira] [Commented] (COMPRESS-416) Tests failing under jdk 9 : one reflection issue, one change to ZipEntry related issue

2017-07-03 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16072647#comment-16072647 ] Simon Spero commented on COMPRESS-416: -- It's an oracle issue. {code:java} @Test public

[jira] [Commented] (COMPRESS-416) Tests failing under jdk 9 : one reflection issue, one change to ZipEntry related issue

2017-07-03 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16072561#comment-16072561 ] Simon Spero commented on COMPRESS-416: -- >From the mercurial logs I think this it is definitely

[jira] [Commented] (COMPRESS-416) Tests failing under jdk 9 : one reflection issue, one change to ZipEntry related issue

2017-07-03 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16072408#comment-16072408 ] Simon Spero commented on COMPRESS-416: -- I think I mostly understand the issue now. # There are

[jira] [Comment Edited] (COMPRESS-416) Tests failing under jdk 9 : one reflection issue, one change to ZipEntry related issue

2017-07-03 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16072408#comment-16072408 ] Simon Spero edited comment on COMPRESS-416 at 7/3/17 1:07 PM: -- I think I

[jira] [Commented] (COMPRESS-413) Travis build redundantly repeats compilation and tests redundantly

2017-07-01 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16071324#comment-16071324 ] Simon Spero commented on COMPRESS-413: -- I will try a few sample builds to to check for effect on

[jira] [Commented] (COMPRESS-413) Travis build redundantly repeats compilation and tests redundantly

2017-06-30 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16070784#comment-16070784 ] Simon Spero commented on COMPRESS-413: -- Oracle JDK 7 is EOL and is missing critical security

[jira] [Commented] (COMPRESS-416) Tests failing under jdk 9 : one reflection issue, one change to ZipEntry related issue

2017-06-30 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16070616#comment-16070616 ] Simon Spero commented on COMPRESS-416: -- I've replaced the use of mocks in SevenZNativeHeapTest with

[jira] [Commented] (COMPRESS-416) Tests failing under jdk 9 : one reflection issue, one change to ZipEntry related issue

2017-06-30 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16070536#comment-16070536 ] Simon Spero commented on COMPRESS-416: -- The issues are being caused by jacoco making a class

[jira] [Commented] (COMPRESS-414) Provide API for Channel(-ish) Seekable, Possibly Read/Write, Possibly Transactional Compressors & Archivers,

2017-06-29 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16069474#comment-16069474 ] Simon Spero commented on COMPRESS-414: -- I think that this could use a fair chunk of the prototyping

[jira] [Commented] (COMPRESS-416) Tests failing under jdk 9 : one reflection issue, one change to ZipEntry related issue

2017-06-29 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16069451#comment-16069451 ] Simon Spero commented on COMPRESS-416: -- Greg - can you attach the sure xml , or something with

[jira] [Updated] (COMPRESS-416) Tests failing under jdk 9 : one reflection issue, one change to ZipEntry related issue

2017-06-29 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Spero updated COMPRESS-416: - Affects Version/s: 1.15 Environment: JDK 9 ( jdk9 tree tip - I believe this is what

[jira] [Created] (COMPRESS-416) Tests failing under jdk 9 : one reflection issue, one change to ZipEntry related issue

2017-06-29 Thread Simon Spero (JIRA)
Simon Spero created COMPRESS-416: Summary: Tests failing under jdk 9 : one reflection issue, one change to ZipEntry related issue Key: COMPRESS-416 URL: https://issues.apache.org/jira/browse/COMPRESS-416

[jira] [Commented] (LANG-1342) JavaVersion is not consistent with JEP-223

2017-06-27 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16065494#comment-16065494 ] Simon Spero commented on LANG-1342: --- Of course, JEP 223 is a little non-semantic-versiony on the

[jira] [Created] (LANG-1342) JavaVersion is not consistent with JEP-223

2017-06-27 Thread Simon Spero (JIRA)
Simon Spero created LANG-1342: - Summary: JavaVersion is not consistent with JEP-223 Key: LANG-1342 URL: https://issues.apache.org/jira/browse/LANG-1342 Project: Commons Lang Issue Type: Bug

[jira] [Commented] (COMPRESS-400) It should be possible for users to create and access extra PAX headers to tar archives

2017-06-25 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16062427#comment-16062427 ] Simon Spero commented on COMPRESS-400: -- Just added a commit to remote abstracted support for

[jira] [Commented] (COMPRESS-413) Travis build redundantly repeats compilation and tests redundantly

2017-06-24 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16062176#comment-16062176 ] Simon Spero commented on COMPRESS-413: -- I'll strip out the AsiExtraField foo. I just have the

[jira] [Created] (COMPRESS-414) Provide API for Channel(-ish) Seekable, Possibly Read/Write, Possibly Transactional Compressors & Archivers,

2017-06-24 Thread Simon Spero (JIRA)
Simon Spero created COMPRESS-414: Summary: Provide API for Channel(-ish) Seekable, Possibly Read/Write, Possibly Transactional Compressors & Archivers, Key: COMPRESS-414 URL:

[jira] [Closed] (COMPRESS-408) If block size is unspecified, use 512 bytes

2017-06-24 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Spero closed COMPRESS-408. Work done as part of COMPRESS-407 > If block size is unspecified, use 512 bytes >

[jira] [Commented] (COMPRESS-408) If block size is unspecified, use 512 bytes

2017-06-24 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16062075#comment-16062075 ] Simon Spero commented on COMPRESS-408: -- Completed as part of COMPRESS-407 > If block size is

[jira] [Commented] (COMPRESS-407) Validate Block and Record Sizes

2017-06-24 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16062074#comment-16062074 ] Simon Spero commented on COMPRESS-407: -- Maxi-Min For The Not-losing-as-badly-as-possible :-) I

[jira] [Resolved] (COMPRESS-408) If block size is unspecified, use 512 bytes

2017-06-24 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Spero resolved COMPRESS-408. -- Resolution: Fixed > If block size is unspecified, use 512 bytes >

[jira] [Commented] (COMPRESS-407) Validate Block and Record Sizes

2017-06-22 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16060227#comment-16060227 ] Simon Spero commented on COMPRESS-407: -- It is definitely an error to attempt to create a PAX or

[jira] [Commented] (COMPRESS-413) Travis build redundantly repeats compilation and tests redundantly

2017-06-22 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16059842#comment-16059842 ] Simon Spero commented on COMPRESS-413: -- Switching to trusty container, and using openjdk7 and

[jira] [Commented] (COMPRESS-413) Travis build redundantly repeats compilation and tests redundantly

2017-06-22 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16059790#comment-16059790 ] Simon Spero commented on COMPRESS-413: -- Compare: [Master|

[jira] [Created] (COMPRESS-413) Travis build redundantly repeats compilation and tests redundantly

2017-06-20 Thread Simon Spero (JIRA)
Simon Spero created COMPRESS-413: Summary: Travis build redundantly repeats compilation and tests redundantly Key: COMPRESS-413 URL: https://issues.apache.org/jira/browse/COMPRESS-413 Project:

[jira] [Commented] (COMPRESS-281) Archives don't contain resource fork on Macs

2017-06-20 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16056488#comment-16056488 ] Simon Spero commented on COMPRESS-281: -- Things changed so that now this info is stored as an xattr,

[jira] [Commented] (COMPRESS-411) TarUtils.formatLongOctalOrBinaryBytes never uses result of formatLongBinary

2017-06-19 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053720#comment-16053720 ] Simon Spero commented on COMPRESS-411: -- The mailing list suffers from the billions of duplicated

[jira] [Commented] (COMPRESS-411) TarUtils.formatLongOctalOrBinaryBytes never uses result of formatLongBinary

2017-06-18 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053266#comment-16053266 ] Simon Spero commented on COMPRESS-411: -- Everything I've opened so far has been something I'm

[jira] [Comment Edited] (COMPRESS-411) TarUtils.formatLongOctalOrBinaryBytes never uses result of formatLongBinary

2017-06-17 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053045#comment-16053045 ] Simon Spero edited comment on COMPRESS-411 at 6/18/17 2:19 AM: --- I have a

[jira] [Commented] (COMPRESS-411) TarUtils.formatLongOctalOrBinaryBytes never uses result of formatLongBinary

2017-06-17 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053047#comment-16053047 ] Simon Spero commented on COMPRESS-411: -- Can you grant me {{Assign issues}}, {{Assignable user}},

[jira] [Commented] (COMPRESS-411) TarUtils.formatLongOctalOrBinaryBytes never uses result of formatLongBinary

2017-06-17 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053045#comment-16053045 ] Simon Spero commented on COMPRESS-411: -- I have a full set of fixes (apart from checking when

[jira] [Commented] (COMPRESS-411) TarUtils.formatLongOctalOrBinaryBytes never uses result of formatLongBinary

2017-06-16 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16052382#comment-16052382 ] Simon Spero commented on COMPRESS-411: -- I have fixed various issues in the handling of base256

[jira] [Commented] (COMPRESS-400) It should be possible for users to create and access extra PAX headers to tar archives

2017-06-15 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16050726#comment-16050726 ] Simon Spero commented on COMPRESS-400: -- If you have xattrs in the file system, and you tar with - -

[jira] [Created] (COMPRESS-411) TarUtils.formatLongOctalOrBinaryBytes never uses result of formatLongBinary

2017-06-13 Thread Simon Spero (JIRA)
Simon Spero created COMPRESS-411: Summary: TarUtils.formatLongOctalOrBinaryBytes never uses result of formatLongBinary Key: COMPRESS-411 URL: https://issues.apache.org/jira/browse/COMPRESS-411

[jira] [Commented] (COMPRESS-407) Validate Block and Record Sizes

2017-06-12 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16046995#comment-16046995 ] Simon Spero commented on COMPRESS-407: -- I've rebased 405 and 407 onto my personal 403 branch. It

[jira] [Created] (COMPRESS-410) Remove ZipEncoding implementations introduced to work around problems in jdk 1.4

2017-06-12 Thread Simon Spero (JIRA)
Simon Spero created COMPRESS-410: Summary: Remove ZipEncoding implementations introduced to work around problems in jdk 1.4 Key: COMPRESS-410 URL: https://issues.apache.org/jira/browse/COMPRESS-410

[jira] [Updated] (COMPRESS-405) Create Fixed Length Block OutputStream /Channel

2017-06-11 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Spero updated COMPRESS-405: - Complete, PR generated > Create Fixed Length Block OutputStream /Channel >

[jira] [Created] (COMPRESS-409) Remove buffering code from TarArchiveOutputStream. Replace by record-length padding and use of FixedLengthBlockOutputStream

2017-06-11 Thread Simon Spero (JIRA)
Simon Spero created COMPRESS-409: Summary: Remove buffering code from TarArchiveOutputStream. Replace by record-length padding and use of FixedLengthBlockOutputStream Key: COMPRESS-409 URL:

[jira] [Created] (COMPRESS-408) If block size is unspecified, use 512 bytes

2017-06-11 Thread Simon Spero (JIRA)
Simon Spero created COMPRESS-408: Summary: If block size is unspecified, use 512 bytes Key: COMPRESS-408 URL: https://issues.apache.org/jira/browse/COMPRESS-408 Project: Commons Compress

[jira] [Created] (COMPRESS-407) Validate Block and Record Sizes

2017-06-11 Thread Simon Spero (JIRA)
Simon Spero created COMPRESS-407: Summary: Validate Block and Record Sizes Key: COMPRESS-407 URL: https://issues.apache.org/jira/browse/COMPRESS-407 Project: Commons Compress Issue Type:

[jira] [Created] (COMPRESS-406) BUILDING.md is missing license header

2017-06-11 Thread Simon Spero (JIRA)
Simon Spero created COMPRESS-406: Summary: BUILDING.md is missing license header Key: COMPRESS-406 URL: https://issues.apache.org/jira/browse/COMPRESS-406 Project: Commons Compress Issue

[jira] [Created] (COMPRESS-405) Create Fixed Length Block OutputStream /Channel

2017-06-11 Thread Simon Spero (JIRA)
Simon Spero created COMPRESS-405: Summary: Create Fixed Length Block OutputStream /Channel Key: COMPRESS-405 URL: https://issues.apache.org/jira/browse/COMPRESS-405 Project: Commons Compress

[jira] [Commented] (COMPRESS-404) Add Path equivalents to TarArchiveEntry, with methods using File delegating to equivalents

2017-06-10 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16045685#comment-16045685 ] Simon Spero commented on COMPRESS-404: -- On a Linux box, getting unix:* for "/" - rdev=0 -

[jira] [Comment Edited] (COMPRESS-404) Add Path equivalents to TarArchiveEntry, with methods using File delegating to equivalents

2017-06-10 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16045685#comment-16045685 ] Simon Spero edited comment on COMPRESS-404 at 6/10/17 8:28 PM: --- On a Linux

[jira] [Commented] (COMPRESS-403) Block and Record Size issues in TarArchiveOutputStream

2017-06-10 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16045677#comment-16045677 ] Simon Spero commented on COMPRESS-403: -- At the moment the implementation is doing the wrong thing

[jira] [Created] (COMPRESS-404) Add Path equivalents to TarArchiveEntry, with methods using File delegating to equivalents

2017-06-10 Thread Simon Spero (JIRA)
Simon Spero created COMPRESS-404: Summary: Add Path equivalents to TarArchiveEntry, with methods using File delegating to equivalents Key: COMPRESS-404 URL: https://issues.apache.org/jira/browse/COMPRESS-404

[jira] [Created] (COMPRESS-403) Block and Record Size issues in TarArchiveOutputStream

2017-06-09 Thread Simon Spero (JIRA)
Simon Spero created COMPRESS-403: Summary: Block and Record Size issues in TarArchiveOutputStream Key: COMPRESS-403 URL: https://issues.apache.org/jira/browse/COMPRESS-403 Project: Commons Compress

[jira] [Commented] (COMPRESS-400) It should be possible for users to create and access extra PAX headers to tar archives

2017-06-09 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16044686#comment-16044686 ] Simon Spero commented on COMPRESS-400: -- For 3, it looks TarArchiveInputStream looks like it's

[jira] [Comment Edited] (COMPRESS-400) It should be possible for users to create and access extra PAX headers to tar archives

2017-06-06 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16039474#comment-16039474 ] Simon Spero edited comment on COMPRESS-400 at 6/6/17 7:27 PM: -- 1. Should

[jira] [Commented] (COMPRESS-400) It should be possible for users to create and access extra PAX headers to tar archives

2017-06-06 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16039474#comment-16039474 ] Simon Spero commented on COMPRESS-400: -- 1. Should the appropriate method names be changed to from

[jira] [Commented] (COMPRESS-400) It should be possible for users to create and access extra PAX headers to tar archives

2017-06-05 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16037503#comment-16037503 ] Simon Spero commented on COMPRESS-400: -- I realized that "hey, there's code that already exists to

[jira] [Commented] (COMPRESS-399) OSGI package versions are overly pessimistic, except when they're overly optimisic

2017-06-05 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16037216#comment-16037216 ] Simon Spero commented on COMPRESS-399: -- I have replaced the packageinfo files with the equivalent

[jira] [Commented] (COMPRESS-399) OSGI package versions are overly pessimistic, except when they're overly optimisic

2017-06-02 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16035115#comment-16035115 ] Simon Spero commented on COMPRESS-399: -- (plus a on-line commit to add **/packageinfo to the rat

[jira] [Commented] (COMPRESS-399) OSGI package versions are overly pessimistic, except when they're overly optimisic

2017-06-02 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16034816#comment-16034816 ] Simon Spero commented on COMPRESS-399: -- I ended up doing the third option, which probably needs a

[jira] [Commented] (COMPRESS-390) Expose zip stream offset and size via API

2017-06-02 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16034768#comment-16034768 ] Simon Spero commented on COMPRESS-390: -- [~bodewig] - the XZ dependency was just the easiest hack.

[jira] [Created] (COMPRESS-400) It should be possible for users to create and access extra PAX headers to tar archives

2017-06-01 Thread Simon Spero (JIRA)
Simon Spero created COMPRESS-400: Summary: It should be possible for users to create and access extra PAX headers to tar archives Key: COMPRESS-400 URL: https://issues.apache.org/jira/browse/COMPRESS-400

[jira] [Created] (COMPRESS-399) OSGI package versions are overly pessimistic, except when they're overly optimisic

2017-06-01 Thread Simon Spero (JIRA)
Simon Spero created COMPRESS-399: Summary: OSGI package versions are overly pessimistic, except when they're overly optimisic Key: COMPRESS-399 URL: https://issues.apache.org/jira/browse/COMPRESS-399

[jira] [Commented] (COMPRESS-390) Expose zip stream offset and size via API

2017-06-01 Thread Simon Spero (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16033940#comment-16033940 ] Simon Spero commented on COMPRESS-390: -- I hacked up something similar to get the position for tar