[GitHub] commons-compress pull request #23: Add Brotli Support

2017-05-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/23 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

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

2017-05-03 Thread Stefan Bodewig
On 2017-05-02, Matt Sicker wrote: > Apache ServiceMix tends to repackage a lot of 3rd party libraries as > bundles, so that's one method. End users can use things like bnd to > generate a manifest for 3rd party jars (e.g., installing jars using the > "wrap:" URI in Apache Karaf), though that's kin

Re: commons-compress git commit: [COMPRESS-392] Add Brotli decoder based on the Google Brotli library.

2017-05-03 Thread Stefan Bodewig
On 2017-05-03, Gary Gregory wrote: > On May 2, 2017 9:19 PM, "Stefan Bodewig" wrote: >> On 2017-05-02, wrote: >>> @@ -245,6 +251,7 @@ jar, tar, zip, dump, 7z, arj. >>> >>> >>> >>> org.tukaani.xz;resolution:=optional >>> + >>> org.brotli.dec;resol

Re: Fwd: [math] Depend on snapshot version of "Commons RNG".

2017-05-03 Thread Gilles
On Wed, 3 May 2017 17:14:43 -0700, Gary Gregory wrote: Remember that you MUST update to a non-snapshot release before a release. Surely the [VOTE] won't pass if that's still the case when the time comes. ;-) Gilles G -- Forwarded message -- From: Date: May 3, 2017 3:13 PM Su

Fwd: [math] Depend on snapshot version of "Commons RNG".

2017-05-03 Thread Gary Gregory
Remember that you MUST update to a non-snapshot release before a release. G -- Forwarded message -- From: Date: May 3, 2017 3:13 PM Subject: [math] Depend on snapshot version of "Commons RNG". To: Cc: Repository: commons-math Updated Branches: refs/heads/master dff1a0953 -> cc

[Math] Fails on Jenkins, succeeds on Travis

2017-05-03 Thread Gilles
Same commit, different behaviour... https://travis-ci.org/apache/commons-math/ https://builds.apache.org/job/Commons%20Math%20MasterBranch/34/console Regards, Gilles - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org

Re: Help with task: Add WordUtils back to commons-text

2017-05-03 Thread Rob Tompkins
> On May 3, 2017, at 3:19 PM, Pascal Schumacher > wrote: > > I guess the task is closed, because when I search for open java tasks I do > not find it. (I thought it was open, because I did not see any status on the > page). > > Sorry for the noise, Don't be. I like the extra set of eyes.

Re: Help with task: Add WordUtils back to commons-text

2017-05-03 Thread Pascal Schumacher
I guess the task is closed, because when I search for open java tasks I do not find it. (I thought it was open, because I did not see any status on the page). Sorry for the noise, Pascal Am 03.05.2017 um 21:11 schrieb Rob Tompkins: On May 3, 2017, at 2:52 PM, Pascal Schumacher wrote: @Rob

Re: Help with task: Add WordUtils back to commons-text

2017-05-03 Thread Rob Tompkins
> On May 3, 2017, at 2:52 PM, Pascal Schumacher > wrote: > > @Rob: As the task was done: https://github.com/apache/commons-text/pull/37 I > guess https://helpwanted.apache.org/task.html?bd9ab58e should be closes? I think I sorted that out last night, but you might check behind me on that.

Re: Help with task: Add WordUtils back to commons-text

2017-05-03 Thread Pascal Schumacher
@Rob: As the task was done: https://github.com/apache/commons-text/pull/37 I guess https://helpwanted.apache.org/task.html?bd9ab58e should be closes? Am 02.05.2017 um 15:54 schrieb Rob Tompkins: Hello Rajendra, Feel free to. If you have any questions about the task I will be happy to help. C

Re: commons-compress git commit: [COMPRESS-392] Add Brotli decoder based on the Google Brotli library.

2017-05-03 Thread Gary Gregory
On May 2, 2017 9:19 PM, "Stefan Bodewig" wrote: On 2017-05-02, wrote: > @@ -245,6 +251,7 @@ jar, tar, zip, dump, 7z, arj. > > > org.tukaani.xz;resolution:=optional > +org.brotli.dec;resolution:=optional > > > org.brot

Re: StopWatch stop

2017-05-03 Thread Gary Gregory
I suppose another approach is to punt any kind of fluent redo to 4.0, and break BC at that point, avoiding class duplication. Gary On May 3, 2017 4:10 AM, "Benedikt Ritter" wrote: > Am 02.05.2017 um 04:36 schrieb Matt Sicker : > > What about a fluent package for classes like this so you can s

Re: StopWatch stop

2017-05-03 Thread Benedikt Ritter
> Am 02.05.2017 um 04:36 schrieb Matt Sicker : > > What about a fluent package for classes like this so you can still call it > StopWatch? As I’ve argued for the concurrency annotations, I don’t think it’s good style to package stuff by their technical similarities. So I’d add those fluent cla

Re: StopWatch stop

2017-05-03 Thread sebb
Not sure about that. 1) it's not easy to tell which class is being used at a glance 2) cannot easily use both classes at once. 3) auto-complete may pick the wrong one c.f. java.util.Date and java.sql.Date I'm not saying the approach should not be used, however it has some disadvantages. On 2 Ma

Re: [Math] JIRA issues with proposed fixes

2017-05-03 Thread Bruno P. Kinoshita
MATH-1401 is not fixed yet. Fixing it doesn't seem so hard, the problem is the required domain knowledge in stats - which I don't have :-) I'm gathering links to study over the next days, so I've assigned that ticket to me. Hopefully by the weekend I will understand Clopper-Pearson intervals, a