Classpath utilities.

2016-12-19 Thread Claude Warren
Greetings, I have a package of classpath utilities that let you do things like read properties from jars find classes while using filters ala commons.io.filefilters. So you can quickly find things like all the classes that have a specific annotation. Anyway, I am wondering if there is a module o

Re: Fwd: Developing fix that spans across several Apache projects

2016-12-19 Thread Stefan Bodewig
On 2016-12-19, Gary Gregory wrote: > FYI: We have an Apache project waiting on a Commons Compress release. AFAICT we could cut a release immediately, I've been waiting for you and COMPRESS-362 before re-raising the issue. I don't see a real solution for COMPRESS-376 (which I promised to look into

Fwd: Developing fix that spans across several Apache projects

2016-12-19 Thread Gary Gregory
FYI: We have an Apache project waiting on a Commons Compress release. Gary -- Forwarded message -- From: Plamen Totev Date: Mon, Dec 19, 2016 at 12:14 PM Subject: Developing fix that spans across several Apache projects To: d...@maven.apache.org Hi, There is an issue in the Ma

Re: [JCS] Fwd: [jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2016-12-19 Thread Romain Manni-Bucau
Le 19 déc. 2016 21:40, "Thomas Vandahl" a écrit : On 19.12.16 20:19, Romain Manni-Bucau wrote: > If code is asf 2 licensed just fixing licens and notice files in the build > (referencing the project) It is ASF2 licensed code. I was planning to copy the file to the JCS source (it's just one class

Re: [TEXT] Support for generating random strings?

2016-12-19 Thread Gilles
On Mon, 19 Dec 2016 21:35:21 +0100, Gilles wrote: On Sun, 18 Dec 2016 13:13:47 +, Duncan Jones wrote: Hi, A recent discussion on LANG/RNG[1] seems to have concluded that RandomStringUtils doesn’t belong in LANG and almost certainly not in RNG either. +1 Would there be any interest in c

Re: [JCS] Fwd: [jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2016-12-19 Thread Thomas Vandahl
On 19.12.16 20:19, Romain Manni-Bucau wrote: > If code is asf 2 licensed just fixing licens and notice files in the build > (referencing the project) It is ASF2 licensed code. I was planning to copy the file to the JCS source (it's just one class!) Still valid? > Btw, do we have jcs figures showi

Re: [TEXT] Support for generating random strings?

2016-12-19 Thread Gilles
On Sun, 18 Dec 2016 13:13:47 +, Duncan Jones wrote: Hi, A recent discussion on LANG/RNG[1] seems to have concluded that RandomStringUtils doesn’t belong in LANG and almost certainly not in RNG either. +1 Would there be any interest in creating a similar class within TEXT? I’d be happy t

Re: [LANG] [RNG] New Unicode-capable additions to RandomStringUtils

2016-12-19 Thread Gilles
On Sun, 18 Dec 2016 10:23:34 +, sebb wrote: On 18 December 2016 at 07:04, Duncan Jones wrote: On 18 Dec 2016, at 06:55, Gary Gregory wrote: I thought we were talking about deprecating any random code in favor of Commons RNG? Gary I guess that depends on the scope of RNG. Our previ

Re: [JCS] Fwd: [jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2016-12-19 Thread Romain Manni-Bucau
If code is asf 2 licensed just fixing licens and notice files in the build (referencing the project) Btw, do we have jcs figures showing the jvm structure is way slower - ie a bench in jcs and not of the raw structure? Le 19 déc. 2016 20:03, "Thomas Vandahl" a écrit : > Hi folks, > > what is

[JCS] Fwd: [jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2016-12-19 Thread Thomas Vandahl
Hi folks, what is legally required to use Bens code within JCS? Your help is appreciated. Bye, Thomas Forwarded Message Subject: [jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap Date: Sun, 18 Dec 2016 20:01:01 + (UTC) From: Ben Man

Re: [TEXT] Remove Commons Lang Dependency?

2016-12-19 Thread Pascal Schumacher
Am 19.12.2016 um 11:25 schrieb Pascal Schumacher: Am 18.12.2016 um 23:02 schrieb Jörg Schaible: Actually I don't understand why do you want to remove it. It was made dependent on purpose. The shade plugin - if properly configured - will only include StringUtils as a private package in commons-

Re: [TEXT] Remove Commons Lang Dependency?

2016-12-19 Thread Pascal Schumacher
Am 18.12.2016 um 23:02 schrieb Jörg Schaible: Actually I don't understand why do you want to remove it. It was made dependent on purpose. The shade plugin - if properly configured - will only include StringUtils as a private package in commons-text - so this dependency exists only at build time.