[ANNOUNCE] Apache Commons Validator 1.7

2020-08-08 Thread sebb AT ASF
The Apache Commons Validator team is pleased to announce the release of Apache Commons Validator 1.7 Apache Commons Validator provides the building blocks for both client side validation and server side data validation. It may be used standalone or with a framework like Struts. This is primarily

Re: [commons-codec] branch master updated: CODEC-254 - ColognePhonetic does not treat the letter H correct

2019-06-17 Thread sebb AT ASF
On Mon, 17 Jun 2019 at 17:59, wrote: > > This is an automated email from the ASF dual-hosted git repository. > > sebb pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/commons-codec.git > > > The following commit(s) were added to refs/heads/master by this push: >

Re: svn commit: r1860080 - /commons/proper/jexl/trunk/README.md

2019-05-26 Thread sebb AT ASF
On Sun, 26 May 2019 at 15:22, wrote: > > Author: sebb > Date: Sun May 26 14:22:37 2019 > New Revision: 1860080 > > URL: http://svn.apache.org/viewvc?rev=1860080&view=rev > Log: > Revert r1831656: should not have been applied to SVN copy > > Modified: > commons/proper/jexl/trunk/README.md > > M

Re: svn commit: r1713488 - in /commons/proper/validator/trunk/src: changes/changes.xml main/java/org/apache/commons/validator/routines/UrlValidator.java site/xdoc/download_validator.xml test/java/org/

2016-12-02 Thread sebb AT ASF
In case anyone is wondering why this commit message is over a year old, please see https://issues.apache.org/jira/browse/INFRA-10748 For some reason the message was treated as spam. On 2 December 2016 at 03:11, wrote: > Author: sebb > Date: Mon Nov 9 17:48:28 2015 > New Revision: 1713488 > >

Re: commons-crypto git commit: Fallback no longer exists

2016-06-29 Thread sebb AT ASF
This compile error was not picked up because the Benchmark class is only compiled if the -Pbenchmark profile is used. The class cannot currently be compiled in normal mode because it depends on JMH which is only included as a test dependency by the profile. I'm wondering whether the test dependen

Re: svn commit: r1750073 - in /commons/proper/bcel/trunk: RELEASE-NOTES.txt src/changes/changes.xml

2016-06-24 Thread sebb AT ASF
Looks like the fix for the encoding was successful. [I was looking for somewhere to apply a dummy change to test the UTF8 fix when I found the duplicate ...] On 24 June 2016 at 11:42, wrote: > Author: sebb > Date: Fri Jun 24 10:42:46 2016 > New Revision: 1750073 > > URL: http://svn.apache.org/v

Re: svn commit: r1744385 - in /commons/proper/codec/trunk/src: main/java/org/apache/commons/codec/digest/ test/java/org/apache/commons/codec/digest/

2016-05-18 Thread sebb AT ASF
On 18 May 2016 at 11:41, wrote: > Author: sebb > Date: Wed May 18 10:41:50 2016 > New Revision: 1744385 > > URL: http://svn.apache.org/viewvc?rev=1744385&view=rev > Log: > MessageDigestAlgorithm => MessageDigestAlgorithms as the former has been > dropped > > Modified: > > commons/proper/cod

Contributing (was: svn commit: r1713437 - /commons/proper/validator/trunk/src/test/java/org/apache/commons/validator/routines/ISSNValidatorTest.java)

2015-11-09 Thread sebb AT ASF
1) Please don't hijack threads - start a new thread with a new subject as I have done here 2) Please don't cross-post to multiple lists There is some info here: http://commons.apache.org/volunteering.html On 9 November 2015 at 14:44, Java Techie wrote: > Hi, > > > Can anyone help me getting st

Re: [VOTE][LAZY] Migrate Apache Commons Lang to git

2015-03-04 Thread sebb AT ASF
On 3 March 2015 at 17:51, Benedikt Ritter wrote: > Hi, > > 2015-03-01 19:04 GMT+01:00 Benedikt Ritter : > >> Hello, >> >> 2015-01-06 18:55 GMT+01:00 sebb : >> >>> On 6 January 2015 at 17:24, Benedikt Ritter wrote: >>> > Hello Sebb, >>> > >>> > 2015-01-06 18:01 GMT+01:00 sebb : >>> > >>> >> -1 >>>

Re: svn commit: r1651525 - /commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/DomainValidator.java

2015-01-15 Thread sebb AT ASF
Note: a permanent solution (I hope!) has now been implemented. On 13 January 2015 at 22:32, sebb AT ASF wrote: > This reverts back to the 1.4 code (except for the reflection part) and > fixes the test failures. > > However it is not a permanent solution. > > On 13 January 2015

Re: svn commit: r1651525 - /commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/DomainValidator.java

2015-01-13 Thread sebb AT ASF
This reverts back to the 1.4 code (except for the reflection part) and fixes the test failures. However it is not a permanent solution. On 13 January 2015 at 22:30, wrote: > Author: sebb > Date: Tue Jan 13 22:30:28 2015 > New Revision: 1651525 > > URL: http://svn.apache.org/r1651525 > Log: > Ad

[ALL] Suppressing Javadoc errors with Java 8 - temporary hack

2014-04-16 Thread sebb AT ASF
See below for one way to automatically suppress Javadoc errors when running under Java 8 It should not be adopted as a permanent measure, but may be useful whilst Javadoc is being fixed. -- Forwarded message -- From: Date: 16 April 2014 17:22 Subject: svn commit: r1587961 - /co

[ALL] suggested release description to add to download pages

2014-03-24 Thread sebb AT ASF
The Commons Build plugin allows for text to be added to the download page by using the commons.release.desc property. As an experiment I changed File upload to add the following pom property: (requires Java ${maven.compiler.target} or later) This resulted in the section header: Might be worth

Re: svn commit: r4586 - in /release/commons/dbcp: binaries/HEADER.html binaries/README.html source/HEADER.html source/README.html

2014-03-05 Thread sebb AT ASF
Unfortunately this commit seems to have broken svnpubsub on the ASF mirrors, so the Header/trailers are not working currently for http://www.apache.org/dist/commons/dbcp/source/ http://www.apache.org/dist/commons/dbcp/binaries/ I've reported this on the infra list The intention was to use the sa

[EXEC] generics for EnvironmentUtils

2014-01-11 Thread sebb AT ASF
I reverted the contentious generics change. However, I'm not sure there really is a problem here. Adding the "wrong" generics can only affect existing users that also use generics, i.e. they must be using Java 1.5+ Now if a Java 5 client calls a non-generic library, they are going to have to eit

Re: svn commit: r1545136 - /commons/proper/lang/trunk/src/changes/changes.xml

2013-11-24 Thread sebb AT ASF
On 25 November 2013 02:36, wrote: > Author: sebb > Date: Mon Nov 25 02:36:47 2013 > New Revision: 1545136 > > URL: http://svn.apache.org/r1545136 > Log: > Fix svnmailer charset (and make dummy change) That seems to have solved the problem. > Modified: > commons/proper/lang/trunk/src/changes

Re: svn commit: r1534254 - /commons/proper/scxml/trunk/pom.xml

2013-10-21 Thread sebb AT ASF
On 21 October 2013 21:23, Ate Douma wrote: > Sebb, > > Was the bump to commons-el 1.0.1-SNAPSHOT intentional, and if so can you > explain why? No. Sorry, not sure how that happened. > In general I prefer not depending on external SNAPSHOT dependencies if not > absolutely needed. And in this cas

Re: svn commit: r1526903 - /commons/proper/csv/trunk/src/site/xdoc/index.xml

2013-09-27 Thread sebb AT ASF
On 27 September 2013 14:53, wrote: > Author: sebb > Date: Fri Sep 27 13:53:47 2013 > New Revision: 1526903 > > URL: http://svn.apache.org/r1526903 > Log: > Must not advertise nightly builds to general public Note: nightly builds can only be advertised to component developers. > Modified: >

Re: svn commit: r1378996 - in /commons/proper/codec/trunk/src: main/java/org/apache/commons/codec/ main/java/org/apache/commons/codec/language/ test/java/org/apache/commons/codec/ test/java/org/apache

2012-08-30 Thread sebb AT ASF
On 30 August 2012 16:50, wrote: > Author: sebb > Date: Thu Aug 30 15:50:01 2012 > New Revision: 1378996 > > URL: http://svn.apache.org/viewvc?rev=1378996&view=rev > Log: > Add SVN EOL setting Might fix the Checkstyle trailing EOL complaints? > Modified: > > commons/proper/codec/trunk/src/m

Re: svn commit: r1334103 - /commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/impl/TestGenericKeyedObjectPool.java

2012-05-05 Thread sebb AT ASF
On 4 May 2012 19:05, sebb AT ASF wrote: > The following change to the GKOP ctor seems to fix the problem: > > >        if (factory == null) { >            this.close(); // <= close the parent >            throw new IllegalArgumentException(&qu

Re: svn commit: r1334378 - /commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPool.java

2012-05-05 Thread sebb AT ASF
On 5 May 2012 11:13, wrote: > Author: sebb > Date: Sat May  5 10:13:22 2012 > New Revision: 1334378 > > URL: http://svn.apache.org/viewvc?rev=1334378&view=rev > Log: > Add ctor tests, including null factory > TODO determine why JMX cannot find creationStackTrace I had to update tearDown because

Re: svn commit: r1334103 - /commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/impl/TestGenericKeyedObjectPool.java

2012-05-04 Thread sebb AT ASF
The following change to the GKOP ctor seems to fix the problem: if (factory == null) { this.close(); // <= close the parent throw new IllegalArgumentException("factory may not be null"); } Not 100% sure if that is the correct fix - perhaps tear

Re: svn commit: r1334070 - /commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java

2012-05-04 Thread sebb AT ASF
On 4 May 2012 18:26, wrote: > Author: sebb > Date: Fri May  4 17:26:46 2012 > New Revision: 1334070 > > URL: http://svn.apache.org/viewvc?rev=1334070&view=rev > Log: > Wrong place to check for null; returning prevents any entries from being > created This fixes the first two test failures. > M

Re: svn commit: r1328501 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Precision.java

2012-04-20 Thread sebb AT ASF
On 20 April 2012 22:08,   wrote: > Author: sebb > Date: Fri Apr 20 21:08:41 2012 > New Revision: 1328501 > > URL: http://svn.apache.org/viewvc?rev=1328501&view=rev > Log: > Document why we are not using the simpler Hex constants Although the reasoning was included in the commit message, anyone rea

Re: svn commit: r1221687 - in /commons/proper/jexl/tags/COMMONS_JEXL_2_1-RC3/src: main/java/org/apache/commons/jexl2/internal/MethodExecutor.java test/java/org/apache/commons/jexl2/IssuesTest.java

2011-12-21 Thread sebb AT ASF
On 21 December 2011 12:04, wrote: > Author: sebb > Date: Wed Dec 21 12:04:08 2011 > New Revision: 1221687 > > URL: http://svn.apache.org/viewvc?rev=1221687&view=rev > Log: > Restored IssuesTest.java & MethodExecutor.java from r1211956, i.e. the > original copy of this tag > > Added: >     > comm

Re: svn commit: r1208162 - /commons/proper/jexl/trunk/pom.xml

2011-11-29 Thread sebb AT ASF
On 30 November 2011 00:55, wrote: > Author: sebb > Date: Wed Nov 30 00:55:42 2011 > New Revision: 1208162 > > URL: http://svn.apache.org/viewvc?rev=1208162&view=rev > Log: > Revert to previous snapshot > Change artifactId because package was changed This is just in case we end up doing a 3.0 rel

[ALL] parent plugin updates [was: svn commit: r1164565 - /commons/proper/commons-parent/trunk/pom.xml]

2011-09-02 Thread sebb AT ASF
I've updated to the latest versions of all the plugins. Some of these changes may well cause problems, but the best way to find this out is for various people to try using the POM, so I've uploaded 22-SNAPSHOT to the snapshot repo. Please report any issues with using 22-SNAPSHOT (you have to temp

Re: svn commit: r1096718 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/math/NumberUtilsTest.java

2011-04-26 Thread sebb AT ASF
On 26 April 2011 11:44, wrote: > Author: sebb > Date: Tue Apr 26 10:44:07 2011 > New Revision: 1096718 > > URL: http://svn.apache.org/viewvc?rev=1096718&view=rev > Log: > Explicit boxing > > Modified: >     > commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/math/NumberUtilsTest.ja

Re: svn commit: r1083965 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/distribution/KolmogorovSmirnovDistributionTest.java

2011-03-21 Thread sebb AT ASF
On 21 March 2011 21:46, Mikkel Meyer Andersen wrote: > Sorry. Thanks for correcting. OK, no problem. I needed to check another test case and happened on the class, so (as it was a test case) I just fixed it. - To unsubscribe, e

Re: svn commit: r1078638 - /commons/proper/commons-parent/trunk/src/site/site.xml

2011-03-06 Thread sebb AT ASF
On 7 March 2011 00:38, wrote: > Author: sebb > Date: Mon Mar  7 00:38:32 2011 > New Revision: 1078638 > > URL: http://svn.apache.org/viewvc?rev=1078638&view=rev > Log: > Add trademark markers > Allow relative URL for Commons logo, but absolute URL for link > > Modified: >    commons/proper/common

Re: svn commit: r1078064 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java

2011-03-04 Thread sebb AT ASF
On 4 March 2011 17:31, wrote: > Author: sebb > Date: Fri Mar  4 17:31:27 2011 > New Revision: 1078064 > > URL: http://svn.apache.org/viewvc?rev=1078064&view=rev > Log: > Javadoc fix - duplicated line (looks like auto fix did not work) > There are also some problems in ArrayUtils and StringUtils

Re: svn commit: r1070122 - in /commons/proper/math/branches/MATH_2_X/src: main/java/org/apache/commons/math/util/MathUtils.java test/java/org/apache/commons/math/util/MathUtilsTest.java

2011-02-12 Thread sebb AT ASF
On 12 February 2011 18:27, wrote: > Author: sebb > Date: Sat Feb 12 18:27:22 2011 > New Revision: 1070122 > > URL: http://svn.apache.org/viewvc?rev=1070122&view=rev > Log: > Revert MathUtils to 2.1 behaviour. > Update tests accordingly, and restore missing tests from 2.1 version > Note: removed d

Re: svn commit: r1033582 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs: operations/ util/

2010-11-10 Thread sebb AT ASF
Sorry, I think the generics fixes here are probably wrong. I need to start again; will recommit later today. On 10 November 2010 16:44, wrote: > Author: sebb > Date: Wed Nov 10 16:44:28 2010 > New Revision: 1033582 > > URL: http://svn.apache.org/viewvc?rev=1033582&view=rev > Log: > Remaining ge

Re: svn commit: r1004882 - /commons/proper/io/trunk/src/main/java/org/apache/commons/io/input/XmlStreamReader.java

2010-10-05 Thread sebb AT ASF
On 6 October 2010 03:36, wrote: > Author: sebb > Date: Wed Oct  6 02:36:39 2010 > New Revision: 1004882 > > URL: http://svn.apache.org/viewvc?rev=1004882&view=rev > Log: > Make reader and encoding fields immutable Note: the same changes could be applied to the identically named class in the comp

[MATH] don't know how to fix UnivariateRealSolverUtilsTest.java test failures

2010-10-01 Thread sebb AT ASF
The following tests were updated recently to add fail() calls, but the IAE is not generated. Anyone have an idea how to fix the tests so the IAE is thrown? public void testSolveBadEndpoints() throws MathException { try { // bad endpoints UnivariateRealSolverUtils.solve(sin

Re: svn commit: r931515 - /commons/proper/commons-site/trunk/src/site/xdoc/mailing-lists.xml

2010-04-07 Thread sebb AT ASF
On 07/04/2010, s...@apache.org wrote: > Author: sebb > Date: Wed Apr 7 12:17:25 2010 > New Revision: 931515 > > URL: http://svn.apache.org/viewvc?rev=931515&view=rev > Log: > Initial version of generic mailing list page. > Not yet included in navigation links. > Generated and uploaded to:

Re: svn commit: r922125 - /commons/proper/commons-site/src/site/xdoc/building.xml

2010-03-12 Thread sebb AT ASF
On 12/03/2010, s...@apache.org wrote: > Author: sebb > Date: Fri Mar 12 02:49:48 2010 > New Revision: 922125 > > URL: http://svn.apache.org/viewvc?rev=922125&view=rev > Log: > Remove reference to maven.xml scripting > > Modified: > commons/proper/commons-site/src/site/xdoc/building.xml >

[MATH] Moving Serializable from interfaces to implementations

2009-05-22 Thread sebb AT ASF
Below is a sample of how we might proceed with the removal of Serializable from implementations. Feedback please! On 22/05/2009, s...@apache.org wrote: > Author: sebb > Date: Fri May 22 12:58:26 2009 > New Revision: 777501 > > URL: http://svn.apache.org/viewvc?rev=777501&view=rev > Log: > M

Re: svn commit: r732206 - /commons/proper/scxml/branches/J6/pom.xml

2009-01-06 Thread sebb AT ASF
JIRA issue was created for the bug: http://jira.codehaus.org/browse/SUREFIRE-536 On 07/01/2009, s...@apache.org wrote: > Author: sebb > Date: Tue Jan 6 18:51:34 2009 > New Revision: 732206 > > URL: http://svn.apache.org/viewvc?rev=732206&view=rev > Log: > Avoid bug in Surefire 2.4.3 which