[ANN] Commons Parent 35

2014-10-26 Thread Gary Gregory
The Apache Commons Parent team is pleased to announce the commons-parent 35 release! The Apache Commons Parent POM provides common settings for all Apache Commons components. Changes in this version include: New features: o Add link to security page in general navigation section o Added java-1.9

Re: Use of final modifiers - WAS svn commit: r1632171 [1/20] - in /commons/proper/beanutils/trunk/src: main/java/org/apache/commons/beanutils/ main/java/org/apache/commons/beanutils/converters/ main/j

2014-10-26 Thread Paul Benedict
Even I must admit that the use of "final" here is more of a formality than a necessity. I believe that's why it's been called a "stylistic" commit. The compiler isn't driving you to use it for what you need to accomplish, and there is no pressing technical need to use it aside from it enforces some

Re: Use of final modifiers - WAS svn commit: r1632171 [1/20] - in /commons/proper/beanutils/trunk/src: main/java/org/apache/commons/beanutils/ main/java/org/apache/commons/beanutils/converters/ main/j

2014-10-26 Thread Gary Gregory
On Sat, Oct 25, 2014 at 3:27 PM, Oliver Heger wrote: > > > Am 24.10.2014 um 22:47 schrieb Mark Thomas: > > On 24/10/2014 21:17, Oliver Heger wrote: > >> > >> > >> Am 24.10.2014 um 22:01 schrieb Gary Gregory: > >>> On Fri, Oct 24, 2014 at 3:23 PM, Oliver Heger < > oliver.he...@oliver-heger.de> > >

[codec] Release Commons Codec 1.10.

2014-10-26 Thread Gary Gregory
Hi All: I plan to push out a Release of Commons Codec 1.10 to push out a new feature and a few fixes. If you want changes, fixes, and tweaks, make 'em ;-) Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition

[sandbox] New sandbox component

2014-10-26 Thread Bruno P. Kinoshita
Hello all,  At the moment I'm working with data matching and record linkage, and had to port some existing string comparison algorithms found in several open source projects (fuzzy-search-tools, simmetrics, lingpipe, [lang], [codec]). At that time I noticed LANG-591 [1], which suggests a more com

Re: [RESU:T][VOTE] Release Commons Parent 35-RC1

2014-10-26 Thread Gary Gregory
NM, now I can delete after re-loging in... weird. Gary On Sun, Oct 26, 2014 at 6:42 PM, Gary Gregory wrote: > FYI: Something has changed in Nexus since the last time I did a release, I > can no longer delete individual files, in this case the -bin.* and -src.* > files. Personally, I find that l

Re: [RESU:T][VOTE] Release Commons Parent 35-RC1

2014-10-26 Thread Gary Gregory
FYI: Something has changed in Nexus since the last time I did a release, I can no longer delete individual files, in this case the -bin.* and -src.* files. Personally, I find that leaving -src and -bin files in Maven is fine. In fact, part of the build I have for an at work product needs this sort

[RESU:T][VOTE] Release Commons Parent 35-RC1

2014-10-26 Thread Gary Gregory
The VOTE by LAZY-CONSENSUS to release Commons Parent 35-RC1 has passed with one binding vote from Gary Gregory. I'll push the artifacts out of Nexus. Gary On Wed, Oct 22, 2014 at 1:43 AM, Gary Gregory wrote: > Hello All, > > The Apache Commons Parent POM provides common settings for all Apach

Faster regression testing

2014-10-26 Thread Milos Gligoric
We have developed a tool that speeds up the execution of JUnit tests by detecting recent changes and running only a subset of tests. Our tool, called Ekstazi (pronounced "ecstasy") is available online (Apache 2.0 license): www.ekstazi.org. We have tried Ekstazi on several Apache projects and o

Re: [JCS] release?

2014-10-26 Thread Romain Manni-Bucau
Why? I expect them to stay aligned for at least the first year. Le 26 oct. 2014 14:23, "Thomas Vandahl" a écrit : > On 23.10.14 20:54, Romain Manni-Bucau wrote: > > right, I expected a "whole project" assembly, don't we do it? > > I believe that the different modules will be released independentl

Re: [JCS] release?

2014-10-26 Thread Thomas Vandahl
On 23.10.14 20:54, Romain Manni-Bucau wrote: > right, I expected a "whole project" assembly, don't we do it? I believe that the different modules will be released independently. So we need separate assemblies. Bye, Thomas. - To