On 5 May 2017 at 23:40, Gilles wrote:
> On Fri, 5 May 2017 16:15:11 +0100, sebb wrote:
>>
>> On 4 May 2017 at 23:02, Gilles wrote:
>>>
>>> On Thu, 4 May 2017 11:02:59 +0100, sebb wrote:
On 4 May 2017 at 09:57, Gilles wrote:
>
>
> On Thu, 4 May 2017 09:19:49 +0100, sebb
GitHub user jdillon opened a pull request:
https://github.com/apache/commons-cli/pull/11
Adjust access-modifier of checkRequiredOptions() to protected
... for parity with GnuParser, PosixParser and Parser impls to allow
sub-class a bit more control.
I have a use-case in gsh
On Fri, 5 May 2017 16:15:11 +0100, sebb wrote:
On 4 May 2017 at 23:02, Gilles wrote:
On Thu, 4 May 2017 11:02:59 +0100, sebb wrote:
On 4 May 2017 at 09:57, Gilles
wrote:
On Thu, 4 May 2017 09:19:49 +0100, sebb wrote:
On 4 May 2017 at 00:48, Gilles
wrote:
Same commit, different beh
On 4 May 2017 at 23:02, Gilles wrote:
> On Thu, 4 May 2017 11:02:59 +0100, sebb wrote:
>>
>> On 4 May 2017 at 09:57, Gilles wrote:
>>>
>>> On Thu, 4 May 2017 09:19:49 +0100, sebb wrote:
On 4 May 2017 at 00:48, Gilles wrote:
>
>
> Same commit, different behaviour...
>>>
Github user bodewig commented on the issue:
https://github.com/apache/commons-compress/pull/24
I don't see a chance of making it independent of `ZipArchiveOutputStream`,
you are certainly correct.
I was thinking along the lines of `ZipArchiveOutputStream` calculates the
lengt
Github user kvr000 commented on the issue:
https://github.com/apache/commons-compress/pull/24
@bodewig : Thanks for suggestions. There are definitely some pros with the
approach, especially if it reaches Zip RFC :-)
On the other hand, I don't think it could be made completely
Github user bodewig commented on the issue:
https://github.com/apache/commons-compress/pull/24
Many thanks @kvr000
Have you thought about adding a class implementing `ZipExtraField` for
padding? You could add that to the entry if you detect padding is necessary and
could rem
On 2017-05-04, Matt Sicker wrote:
> Without a container, the "easy" way would be to embed Felix and start up
> the OSGi framework itself. The easiest way to do this in unit tests would
> be using something like Pax Exam <
> https://ops4j1.jira.com/wiki/display/PAXEXAM4/Pax+Exam>.
Ah, many thanks