Re: [Math] Fails on Jenkins, succeeds on Travis

2017-05-05 Thread sebb
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] commons-cli pull request #11: Adjust access-modifier of checkRequiredOptions...

2017-05-05 Thread jdillon
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

Re: [Math] Fails on Jenkins, succeeds on Travis

2017-05-05 Thread Gilles
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

Re: [Math] Fails on Jenkins, succeeds on Travis

2017-05-05 Thread sebb
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] commons-compress issue #24: COMPRESS-391: Allow alignment on zip content

2017-05-05 Thread bodewig
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] commons-compress issue #24: COMPRESS-391: Allow alignment on zip content

2017-05-05 Thread kvr000
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] commons-compress issue #24: COMPRESS-391: Allow alignment on zip content

2017-05-05 Thread bodewig
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

Re: [all][osgi] how to deal with non-bundle dependencies?

2017-05-05 Thread Stefan Bodewig
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