Re: [VOTE] Release Commons Codec 1.10-RC1

2014-11-06 Thread Thomas Neidhart
Hi Gary,

the release notes and the vote mail do not contain all changes, namely
CODEC-121.

Sorry,

Thomas


On Thu, Nov 6, 2014 at 5:52 AM, Gary Gregory ggreg...@apache.org wrote:

 Hello All:

 This is a VOTE to release Commons Codec 1.10-RC1

 This feature and fix release requires a minimum of Java 1.6, same as 1.9.

 Changes in this version include:

 New features:

 o Add Daitch-Mokotoff Soundex
   Issue: CODEC-192. Thanks to Thomas Neidhart.
 o Make possible to provide padding byte to BaseNCodec in constructor
   Issue: CODEC-181. Thanks to Ivan Martinez-Ortiz.

 Fixed Bugs:

 o Added clarification to Javadoc of Base64 concerning the use of the
 urlSafe parameter
   Issue: CODEC-185. Thanks to Sean Busbey.
 o Added clarification to the Javadoc of Base[32|64]OutputStream that it is
 mandatory to call close()
   Issue: CODEC-191. Thanks to Igor Savin.
 o Add support for HMAC Message Authentication Code (MAC) digests
   Issue: CODEC-188. Thanks to Hendrik Saly.
 o Beider Morse Phonetic Matching producing incorrect tokens
   Issue: CODEC-187. Thanks to Michael Tobias, Thomas Neidhart.
 o NullPointerException in DoubleMetaPhone.isDoubleMetaphoneEqual when using
 empty strings
   Issue: CODEC-184. Thanks to Cyrille Artho.
 o Fix Javadoc 1.8.0 errors
   Issue: CODEC-180. Thanks to Ville Skyttä.
 o Fix Java 8 build Javadoc errors
   Issue: CODEC-189.

 Changes:

 o Deprecate Charsets Charset constants in favor of Java 7's
 java.nio.charset.StandardCharsets
   Issue: CODEC-178.
 o Update from commons-parent 34 to 35
   Issue: CODEC-190.


 This VOTE is open for at least 72 hours until November 9 2013 at 12:01 AM
 EST.

 The files:

 https://repository.apache.org/content/repositories/orgapachecommons-1059/

 The tag:

 https://svn.apache.org/repos/asf/commons/proper/codec/tags/1.10-RC1

 The site:

 https://people.apache.org/~ggregory/commons-codec/site/

 Links to versions of sites and Javadocs will be live when deployed.

 Thank you,
 Gary Gregory

 --
 E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
 Java Persistence with Hibernate, Second Edition
 http://www.manning.com/bauer3/
 JUnit in Action, Second Edition http://www.manning.com/tahchiev/
 Spring Batch in Action http://www.manning.com/templier/
 Blog: http://garygregory.wordpress.com
 Home: http://garygregory.com/
 Tweet! http://twitter.com/GaryGregory



[ANNOUNCEMENT] Apache Commons Exec 1.3 Released

2014-11-06 Thread Gary Gregory
The Apache Commons Exec team is pleased to announce the commons-exec-1.3
release!

Apache Commons Exec is a Java 5 library to reliably execute external
processes from within the JVM.

Changes in this version include:

New features:
o DefaultExecutor async execute prevents shutdown hooks running.
  Issue: EXEC-69. Thanks to Richard Atkins, Michael Vorburger.

Fixed Bugs:
o Remove remaining raw types, unchecked conversions
  Issue: EXEC-81. Thanks to Stephen Compall.

o NPE in EnvironmentUtils.toString(map)
  Issue: EXEC-80.

Changes:
o No need to use System.class.getMethod(getenv,...) any more
  Issue: EXEC-78.

o Update JUnit dependency to 4.11
  Issue: EXEC-77.

o Update to Java 5
  Issue: EXEC-76.

For complete information on Commons Exec, including instructions on how to
submit bug reports, patches, or suggestions for improvement, see the Apache
Commons Exec website:

Site: http://commons.apache.org/proper/commons-exec/

Download: http://commons.apache.org/exec/download_exec.cgi

Maven coordinates:

dependency
groupIdorg.apache.commons/groupId
artifactIdcommons-exec/artifactId
version1.3/version
/dependency

Have fun!
Gary Gregory on behalf of the Apache Commons Exec team

-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition
http://www.manning.com/bauer3/
JUnit in Action, Second Edition http://www.manning.com/tahchiev/
Spring Batch in Action http://www.manning.com/templier/
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory


[CANCEL][VOTE] Release Commons Codec 1.10-RC1

2014-11-06 Thread Gary Gregory
This vote is cancelled to fix the release notes.

Gary

On Thu, Nov 6, 2014 at 4:38 AM, Thomas Neidhart thomas.neidh...@gmail.com
wrote:

 Hi Gary,

 the release notes and the vote mail do not contain all changes, namely
 CODEC-121.

 Sorry,

 Thomas


 On Thu, Nov 6, 2014 at 5:52 AM, Gary Gregory ggreg...@apache.org wrote:

  Hello All:
 
  This is a VOTE to release Commons Codec 1.10-RC1
 
  This feature and fix release requires a minimum of Java 1.6, same as 1.9.
 
  Changes in this version include:
 
  New features:
 
  o Add Daitch-Mokotoff Soundex
Issue: CODEC-192. Thanks to Thomas Neidhart.
  o Make possible to provide padding byte to BaseNCodec in constructor
Issue: CODEC-181. Thanks to Ivan Martinez-Ortiz.
 
  Fixed Bugs:
 
  o Added clarification to Javadoc of Base64 concerning the use of the
  urlSafe parameter
Issue: CODEC-185. Thanks to Sean Busbey.
  o Added clarification to the Javadoc of Base[32|64]OutputStream that it
 is
  mandatory to call close()
Issue: CODEC-191. Thanks to Igor Savin.
  o Add support for HMAC Message Authentication Code (MAC) digests
Issue: CODEC-188. Thanks to Hendrik Saly.
  o Beider Morse Phonetic Matching producing incorrect tokens
Issue: CODEC-187. Thanks to Michael Tobias, Thomas Neidhart.
  o NullPointerException in DoubleMetaPhone.isDoubleMetaphoneEqual when
 using
  empty strings
Issue: CODEC-184. Thanks to Cyrille Artho.
  o Fix Javadoc 1.8.0 errors
Issue: CODEC-180. Thanks to Ville Skyttä.
  o Fix Java 8 build Javadoc errors
Issue: CODEC-189.
 
  Changes:
 
  o Deprecate Charsets Charset constants in favor of Java 7's
  java.nio.charset.StandardCharsets
Issue: CODEC-178.
  o Update from commons-parent 34 to 35
Issue: CODEC-190.
 
 
  This VOTE is open for at least 72 hours until November 9 2013 at 12:01 AM
  EST.
 
  The files:
 
 
 https://repository.apache.org/content/repositories/orgapachecommons-1059/
 
  The tag:
 
  https://svn.apache.org/repos/asf/commons/proper/codec/tags/1.10-RC1
 
  The site:
 
  https://people.apache.org/~ggregory/commons-codec/site/
 
  Links to versions of sites and Javadocs will be live when deployed.
 
  Thank you,
  Gary Gregory
 
  --
  E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
  Java Persistence with Hibernate, Second Edition
  http://www.manning.com/bauer3/
  JUnit in Action, Second Edition http://www.manning.com/tahchiev/
  Spring Batch in Action http://www.manning.com/templier/
  Blog: http://garygregory.wordpress.com
  Home: http://garygregory.com/
  Tweet! http://twitter.com/GaryGregory
 




-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition
http://www.manning.com/bauer3/
JUnit in Action, Second Edition http://www.manning.com/tahchiev/
Spring Batch in Action http://www.manning.com/templier/
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory


[VOTE] Release Commons Codec 1.10-RC2

2014-11-06 Thread Gary Gregory
Hello All:

This is a VOTE to release Commons Codec 1.10-RC2

Changes since RC1:
- Add CODEC-121 to the RELEASE-NOTES.txt file.

Feature and fix release. Requires a minimum of Java 1.6.

Changes in this version include:

New features:

o Add Daitch-Mokotoff Soundex
  Issue: CODEC-192. Thanks to Thomas Neidhart.
o QuotedPrintableCodec does not support soft line break per the
'quoted-printable' example on Wikipedia
  Issue: CODEC-121. Thanks to Thomas Neidhart, Java John.
o Make possible to provide padding byte to BaseNCodec in constructor
  Issue: CODEC-181. Thanks to Ivan Martinez-Ortiz.

Fixed Bugs:

o Added clarification to Javadoc of Base64 concerning the use of the
urlSafe parameter
  Issue: CODEC-185. Thanks to Sean Busbey.
o Added clarification to the Javadoc of Base[32|64]OutputStream that it is
mandatory to call close()
  Issue: CODEC-191. Thanks to Igor Savin.
o Add support for HMAC Message Authentication Code (MAC) digests
  Issue: CODEC-188. Thanks to Hendrik Saly.
o Beider Morse Phonetic Matching producing incorrect tokens
  Issue: CODEC-187. Thanks to Michael Tobias, Thomas Neidhart.
o NullPointerException in DoubleMetaPhone.isDoubleMetaphoneEqual when using
empty strings
  Issue: CODEC-184. Thanks to Cyrille Artho.
o Fix Javadoc 1.8.0 errors
  Issue: CODEC-180. Thanks to Ville Skyttä.
o Fix Java 8 build Javadoc errors
  Issue: CODEC-189.

Changes:

o Deprecate Charsets Charset constants in favor of Java 7's
java.nio.charset.StandardCharsets
  Issue: CODEC-178.
o Update from commons-parent 34 to 35
  Issue: CODEC-190.


This VOTE is open for at least 72 hours until November 9 2013 at 10:00 AM
EST.

The files:

https://repository.apache.org/content/repositories/orgapachecommons-1060/

The tag:

https://svn.apache.org/repos/asf/commons/proper/codec/tags/1.10-RC2

The site:

https://people.apache.org/~ggregory/commons-codec/site/

Links to versions of sites and Javadocs will be live when deployed.

Thank you,
Gary Gregory

-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition
http://www.manning.com/bauer3/
JUnit in Action, Second Edition http://www.manning.com/tahchiev/
Spring Batch in Action http://www.manning.com/templier/
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory


Re: [VOTE] Release Commons Codec 1.10-RC2

2014-11-06 Thread Luc Maisonobe
Le 06/11/2014 15:27, Gary Gregory a écrit :
 Hello All:
 
 This is a VOTE to release Commons Codec 1.10-RC2

+1.

Take care the artifact files still contains double hash (.asc.md5 and
.asc.sha1). They should probably be removed before pushing to maven central.

Luc

 
 Changes since RC1:
 - Add CODEC-121 to the RELEASE-NOTES.txt file.
 
 Feature and fix release. Requires a minimum of Java 1.6.
 
 Changes in this version include:
 
 New features:
 
 o Add Daitch-Mokotoff Soundex
   Issue: CODEC-192. Thanks to Thomas Neidhart.
 o QuotedPrintableCodec does not support soft line break per the
 'quoted-printable' example on Wikipedia
   Issue: CODEC-121. Thanks to Thomas Neidhart, Java John.
 o Make possible to provide padding byte to BaseNCodec in constructor
   Issue: CODEC-181. Thanks to Ivan Martinez-Ortiz.
 
 Fixed Bugs:
 
 o Added clarification to Javadoc of Base64 concerning the use of the
 urlSafe parameter
   Issue: CODEC-185. Thanks to Sean Busbey.
 o Added clarification to the Javadoc of Base[32|64]OutputStream that it is
 mandatory to call close()
   Issue: CODEC-191. Thanks to Igor Savin.
 o Add support for HMAC Message Authentication Code (MAC) digests
   Issue: CODEC-188. Thanks to Hendrik Saly.
 o Beider Morse Phonetic Matching producing incorrect tokens
   Issue: CODEC-187. Thanks to Michael Tobias, Thomas Neidhart.
 o NullPointerException in DoubleMetaPhone.isDoubleMetaphoneEqual when using
 empty strings
   Issue: CODEC-184. Thanks to Cyrille Artho.
 o Fix Javadoc 1.8.0 errors
   Issue: CODEC-180. Thanks to Ville Skyttä.
 o Fix Java 8 build Javadoc errors
   Issue: CODEC-189.
 
 Changes:
 
 o Deprecate Charsets Charset constants in favor of Java 7's
 java.nio.charset.StandardCharsets
   Issue: CODEC-178.
 o Update from commons-parent 34 to 35
   Issue: CODEC-190.
 
 
 This VOTE is open for at least 72 hours until November 9 2013 at 10:00 AM
 EST.
 
 The files:
 
 https://repository.apache.org/content/repositories/orgapachecommons-1060/
 
 The tag:
 
 https://svn.apache.org/repos/asf/commons/proper/codec/tags/1.10-RC2
 
 The site:
 
 https://people.apache.org/~ggregory/commons-codec/site/
 
 Links to versions of sites and Javadocs will be live when deployed.
 
 Thank you,
 Gary Gregory
 


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: Fwd: [jira] [Deleted] (MATH-1164) Rare case for updateMembershipMatrix() in FuzzyKMeansClusterer

2014-11-06 Thread Thomas Neidhart
On 11/06/2014 10:08 PM, Phil Steitz wrote:
 Hey Thomas,
 
 Did you actually mean to delete this?

yes, it is a duplicate issue, see MATH-1165

Seems to happen again lately when users create new issues.

Thomas

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: Fwd: [jira] [Deleted] (MATH-1164) Rare case for updateMembershipMatrix() in FuzzyKMeansClusterer

2014-11-06 Thread Phil Steitz
On 11/6/14 2:55 PM, Thomas Neidhart wrote:
 On 11/06/2014 10:08 PM, Phil Steitz wrote:
 Hey Thomas,

 Did you actually mean to delete this?
 yes, it is a duplicate issue, see MATH-1165

 Seems to happen again lately when users create new issues.

Oh, sorry.

 Thomas

 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [VOTE] Release Commons Codec 1.10-RC2

2014-11-06 Thread Gary Gregory
On Thu, Nov 6, 2014 at 2:37 PM, Luc Maisonobe l...@spaceroots.org wrote:

 Le 06/11/2014 15:27, Gary Gregory a écrit :
  Hello All:
 
  This is a VOTE to release Commons Codec 1.10-RC2

 +1.

 Take care the artifact files still contains double hash (.asc.md5 and
 .asc.sha1). They should probably be removed before pushing to maven
 central.


I delete the -src and -bin files before releasing from Nexus. Anything else
is too easy to screw up and mess up the stagging repo.

Gary


 Luc

 
  Changes since RC1:
  - Add CODEC-121 to the RELEASE-NOTES.txt file.
 
  Feature and fix release. Requires a minimum of Java 1.6.
 
  Changes in this version include:
 
  New features:
 
  o Add Daitch-Mokotoff Soundex
Issue: CODEC-192. Thanks to Thomas Neidhart.
  o QuotedPrintableCodec does not support soft line break per the
  'quoted-printable' example on Wikipedia
Issue: CODEC-121. Thanks to Thomas Neidhart, Java John.
  o Make possible to provide padding byte to BaseNCodec in constructor
Issue: CODEC-181. Thanks to Ivan Martinez-Ortiz.
 
  Fixed Bugs:
 
  o Added clarification to Javadoc of Base64 concerning the use of the
  urlSafe parameter
Issue: CODEC-185. Thanks to Sean Busbey.
  o Added clarification to the Javadoc of Base[32|64]OutputStream that it
 is
  mandatory to call close()
Issue: CODEC-191. Thanks to Igor Savin.
  o Add support for HMAC Message Authentication Code (MAC) digests
Issue: CODEC-188. Thanks to Hendrik Saly.
  o Beider Morse Phonetic Matching producing incorrect tokens
Issue: CODEC-187. Thanks to Michael Tobias, Thomas Neidhart.
  o NullPointerException in DoubleMetaPhone.isDoubleMetaphoneEqual when
 using
  empty strings
Issue: CODEC-184. Thanks to Cyrille Artho.
  o Fix Javadoc 1.8.0 errors
Issue: CODEC-180. Thanks to Ville Skyttä.
  o Fix Java 8 build Javadoc errors
Issue: CODEC-189.
 
  Changes:
 
  o Deprecate Charsets Charset constants in favor of Java 7's
  java.nio.charset.StandardCharsets
Issue: CODEC-178.
  o Update from commons-parent 34 to 35
Issue: CODEC-190.
 
 
  This VOTE is open for at least 72 hours until November 9 2013 at 10:00 AM
  EST.
 
  The files:
 
 
 https://repository.apache.org/content/repositories/orgapachecommons-1060/
 
  The tag:
 
  https://svn.apache.org/repos/asf/commons/proper/codec/tags/1.10-RC2
 
  The site:
 
  https://people.apache.org/~ggregory/commons-codec/site/
 
  Links to versions of sites and Javadocs will be live when deployed.
 
  Thank you,
  Gary Gregory
 


 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org




-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition
http://www.manning.com/bauer3/
JUnit in Action, Second Edition http://www.manning.com/tahchiev/
Spring Batch in Action http://www.manning.com/templier/
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory


AW: LANG-1052: Multiline recursive to string style

2014-11-06 Thread jhm
ping :)

Jan

 -Ursprüngliche Nachricht-
 Von: Jan Matèrne (jhm) [mailto:apa...@materne.de]
 Gesendet: Dienstag, 4. November 2014 07:04
 An: dev@commons.apache.org
 Betreff: LANG-1052: Multiline recursive to string style
 
 I want to make some advertising for this pull request.
 
 It contains implementation, junit tests and already earned some
 positive feedback.
 
 
 
 Could someone do a review and (hopefully) merge the PR?
 
 
 
 cheers
 
 Jan
 
 
 
 [1] https://issues.apache.org/jira/browse/LANG-1052



-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org