[configuration] Immutable nodes for hierarchical configurations

2014-01-18 Thread Oliver Heger
Hi all, just a status update for all interested in [configuration]. While working on the redesign of [configuration], I got the idea to make the ConfigurationNode interface used for hierarchical configurations immutable. This would have some benefits: - Shared usage even under concurrent access

Re: [VOTE] Release Compress 1.7 based on RC2

2014-01-18 Thread Jörg Schaible
+1, built from source with my compiler zoo from Java 5 to 8. Minor nit: Release notes do not state the required Java version. Cheers, Jörg Stefan Bodewig wrote: > Hi all > > compared to RC1 there is no code change only the Javadocs of the > _internal package are even more discouraging and the

Re: [VOTE] Release Compress 1.7 based on RC2

2014-01-18 Thread Oliver Heger
Maven build works fine on Windows 8.1 with JDK 1.7. (With JDK 1.5 I get the same OutOfMemoryError test failures as reported for the last RC.) Artifacts and site look good. +1 Oliver Am 16.01.2014 20:56, schrieb Stefan Bodewig: > Hi all > > compared to RC1 there is no code change only the Javado

Re: [VOTE] Release Compress 1.7 based on RC2

2014-01-18 Thread Phil Steitz
+1 Tested with JDK 1.7 OSX 10.9.1, maven 2.2.1. Verified release contents, hashes, sigs. Thanks! Phil On 1/16/14, 11:56 AM, Stefan Bodewig wrote: > Hi all > > compared to RC1 there is no code change only the Javadocs of the > _internal package are even more discouraging and the directory tree

Re: [LANG] New class called StringAlgorithms?

2014-01-18 Thread Oliver Heger
Am 18.01.2014 17:40, schrieb Emmanuel Bourg: > Le 18/01/2014 16:04, Benedikt Ritter a écrit : > >> About putting this into codec: I still don't think this is a good fit for >> this contribution. Codec is about, well decoding and encoding stuff. Jaro >> Winkler and Levenshtein Distance are more l

Re: [LANG] New class called StringAlgorithms?

2014-01-18 Thread Emmanuel Bourg
Le 18/01/2014 16:04, Benedikt Ritter a écrit : > About putting this into codec: I still don't think this is a good fit for > this contribution. Codec is about, well decoding and encoding stuff. Jaro > Winkler and Levenshtein Distance are more like scores or metrics that help > in comparing strings

Re: svn commit: r1559344 - in /commons/proper/lang/trunk: default.properties src/release-tools/build.properties.sample src/release-tools/build.xml

2014-01-18 Thread Benedikt Ritter
Stefan, many many thanks for tidying this up! 2014/1/18 > Author: bodewig > Date: Sat Jan 18 13:53:17 2014 > New Revision: 1559344 > > URL: http://svn.apache.org/r1559344 > Log: > Add site publication and building a Nexus Upload Bundle > > Modified: > commons/proper/lang/trunk/default.prope

Re: [LANG] New class called StringAlgorithms?

2014-01-18 Thread Benedikt Ritter
2014/1/18 Gary Gregory > A new component just for this? Uhg. I'd rather find it a home in one of > our current components. A new component in this case seems like an orphan > in waiting. If we really want a new component instead of Lang or Codec, I > could see a Text component which would get lan

Re: [LANG] New class called StringAlgorithms?

2014-01-18 Thread Gary Gregory
A new component just for this? Uhg. I'd rather find it a home in one of our current components. A new component in this case seems like an orphan in waiting. If we really want a new component instead of Lang or Codec, I could see a Text component which would get land's text package as well... B

Re: [math] Suggestion to refactor BinomialConfidenceInterval

2014-01-18 Thread Thomas Neidhart
On 01/14/2014 09:16 PM, Phil Steitz wrote: > On 1/13/14, 1:20 PM, Thomas Neidhart wrote: >> On 01/12/2014 06:46 PM, Phil Steitz wrote: >>> On 1/12/14, 6:03 AM, Thomas Neidhart wrote: Hi, we had some preliminary discussion about changing the BinominalConfidenceInterval class in M