Author: bayard
Date: Wed Mar 16 06:18:42 2011
New Revision: 1082066
URL: http://svn.apache.org/viewvc?rev=1082066&view=rev
Log:
Moving indexOf(String, String) and indexOf(String, String, int) over to
CharSequence. LANG-687
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons
Author: bayard
Date: Wed Mar 16 06:11:32 2011
New Revision: 1082062
URL: http://svn.apache.org/viewvc?rev=1082062&view=rev
Log:
Moving indexOf(String, int) and indexOf(String, int, int) over to CharSequence.
LANG-687. This, plus the same happening for the String, String, int variant
will open up
Author: bayard
Date: Wed Mar 16 05:31:51 2011
New Revision: 1082054
URL: http://svn.apache.org/viewvc?rev=1082054&view=rev
Log:
Moving center, left, leftPad, right, rightPad, mid, upperCase, lowerCase and
swapCase over to CharSequence input. LANG-687
Modified:
commons/proper/lang/trunk/src/
Author: rgoers
Date: Wed Mar 16 05:19:38 2011
New Revision: 1082052
URL: http://svn.apache.org/viewvc?rev=1082052&view=rev
Log:
[maven-release-plugin] rollback the release of commons-vfs2-project-2.0
Modified:
commons/proper/vfs/trunk/pom.xml
Modified: commons/proper/vfs/trunk/pom.xml
URL:
Author: bayard
Date: Wed Mar 16 05:04:45 2011
New Revision: 1082051
URL: http://svn.apache.org/viewvc?rev=1082051&view=rev
Log:
Moving abbreviate + abbreviateMiddle to CharSequences
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java
Modified:
common
Author: bayard
Date: Wed Mar 16 04:41:25 2011
New Revision: 1082048
URL: http://svn.apache.org/viewvc?rev=1082048&view=rev
Log:
Upgrading to 19
Modified:
commons/proper/lang/trunk/pom.xml
Modified: commons/proper/lang/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk
Author: bayard
Date: Wed Mar 16 04:39:17 2011
New Revision: 1082046
URL: http://svn.apache.org/viewvc?rev=1082046&view=rev
Log:
Removing CharSequenceUtils in favour of putting the code in StringUtils
Removed:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/CharSequenceUtils.
Author: bayard
Date: Wed Mar 16 04:26:58 2011
New Revision: 1082044
URL: http://svn.apache.org/viewvc?rev=1082044&view=rev
Log:
Adding lots of @since 3.0s
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ObjectUtils.java
commons/proper/lang/trunk/src/main/java/
Author: bayard
Date: Wed Mar 16 03:53:22 2011
New Revision: 1082042
URL: http://svn.apache.org/viewvc?rev=1082042&view=rev
Log:
Fixing LANG-685 so that EqualsBuilder synchronizes on itself and not
HashCodeBuilder
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/bui
Author: sebb
Date: Wed Mar 16 03:27:36 2011
New Revision: 1082038
URL: http://svn.apache.org/viewvc?rev=1082038&view=rev
Log:
Allow TrustStore to be provided
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/util/TrustManagerUtils.java
Modified:
commons/proper/net/tru
Author: sebb
Date: Wed Mar 16 03:18:41 2011
New Revision: 1082036
URL: http://svn.apache.org/viewvc?rev=1082036&view=rev
Log:
TMF needs to be initialised.
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/util/TrustManagerUtils.java
Modified:
commons/proper/net/trunk/
Author: sebb
Date: Wed Mar 16 00:34:22 2011
New Revision: 1082013
URL: http://svn.apache.org/viewvc?rev=1082013&view=rev
Log:
NET-374 ParserInitializationException doesn't use standard JDK exception
chaining
Modified:
commons/proper/net/trunk/src/changes/changes.xml
commons/proper/net/t
Author: ggregory
Date: Tue Mar 15 23:57:11 2011
New Revision: 1082005
URL: http://svn.apache.org/viewvc?rev=1082005&view=rev
Log:
Update commons-parent to 19 from 18.
Modified:
commons/proper/codec/trunk/pom.xml
Modified: commons/proper/codec/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/
Author: sebb
Date: Tue Mar 15 23:10:26 2011
New Revision: 1081989
URL: http://svn.apache.org/viewvc?rev=1081989&view=rev
Log:
Additional tests
Modified:
commons/proper/net/trunk/src/test/java/org/apache/commons/net/io/DotTerminatedMessageReaderTest.java
Modified:
commons/proper/net/trunk/s
Author: oheger
Date: Tue Mar 15 21:27:47 2011
New Revision: 1081949
URL: http://svn.apache.org/viewvc?rev=1081949&view=rev
Log:
Updated commons-parent version.
Modified:
commons/proper/configuration/trunk/pom.xml
Modified: commons/proper/configuration/trunk/pom.xml
URL:
http://svn.apache.or
Author: oheger
Date: Tue Mar 15 21:24:08 2011
New Revision: 1081944
URL: http://svn.apache.org/viewvc?rev=1081944&view=rev
Log:
Updated commons-parent version.
Modified:
commons/proper/configuration/branches/configuration2_experimental/pom.xml
Modified:
commons/proper/configuration/branches
Author: oheger
Date: Tue Mar 15 20:30:51 2011
New Revision: 1081931
URL: http://svn.apache.org/viewvc?rev=1081931&view=rev
Log:
Fixed some warnings.
Added a test to demonstrate that JNDIConfiguration.getKeys() does not log an
exception for an unknown prefix.
Modified:
commons/proper/configu
Author: oheger
Date: Tue Mar 15 20:20:25 2011
New Revision: 1081926
URL: http://svn.apache.org/viewvc?rev=1081926&view=rev
Log:
Prevent JNDIConfiguration.getKeys() from logging an exception if no keys are
found. Thanks to Mike Noordermeer for the patch.
Modified:
commons/proper/configuratio
Author: sebb
Date: Tue Mar 15 18:34:30 2011
New Revision: 1081893
URL: http://svn.apache.org/viewvc?rev=1081893&view=rev
Log:
Parent 19
Modified:
commons/proper/net/trunk/pom.xml
Modified: commons/proper/net/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?re
Author: sebb
Date: Tue Mar 15 18:33:41 2011
New Revision: 1081891
URL: http://svn.apache.org/viewvc?rev=1081891&view=rev
Log:
Make array private and use getter instead
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/nntp/NNTP.java
commons/proper/net/trunk/src/main
Author: sebb
Date: Tue Mar 15 18:32:51 2011
New Revision: 1081890
URL: http://svn.apache.org/viewvc?rev=1081890&view=rev
Log:
Unused import
Modified:
commons/proper/net/trunk/src/main/java/examples/ftp/FTPClientExample.java
Modified:
commons/proper/net/trunk/src/main/java/examples/ftp/FTPCl
Author: sebb
Date: Tue Mar 15 16:19:23 2011
New Revision: 1081835
URL: http://svn.apache.org/viewvc?rev=1081835&view=rev
Log:
Add some command documentation
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/nntp/NNTPClient.java
Modified:
commons/proper/net/trunk/src/m
Author: sebb
Date: Tue Mar 15 16:16:13 2011
New Revision: 1081832
URL: http://svn.apache.org/viewvc?rev=1081832&view=rev
Log:
Correct command name typo
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/nntp/NNTP.java
Modified:
commons/proper/net/trunk/src/main/java/org
Author: erans
Date: Tue Mar 15 12:15:02 2011
New Revision: 1081744
URL: http://svn.apache.org/viewvc?rev=1081744&view=rev
Log:
MATH-546
Wrong variable type ("int" instead of "double").
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/clustering/KMeansPlusPlusCl
Description:Prepare for voteDetails:The following artifacts have been staged to the org.apache.commons-009 (u:sebb, a:80.176.146.62) repository.archetype-catalog.xmlcommons-parent-20.pomcommons-parent-20-site.xmlcommons-parent-20.pom.asccommons-parent-20-site.xml.asc
Author: erans
Date: Tue Mar 15 11:42:23 2011
New Revision: 1081741
URL: http://svn.apache.org/viewvc?rev=1081741&view=rev
Log:
MATH-542
Allow to "addMessage" without arguments (avoiding the need to explicitly
pass "null").
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/
Author: sebb
Date: Tue Mar 15 11:25:08 2011
New Revision: 1081736
URL: http://svn.apache.org/viewvc?rev=1081736&view=rev
Log:
Renaming after successful release
Added:
commons/proper/commons-parent/tags/commons-parent-19/
- copied from r1081735,
commons/proper/commons-parent/tags/common
Author: sebb
Date: Tue Mar 15 11:23:51 2011
New Revision: 1081734
URL: http://svn.apache.org/viewvc?rev=1081734&view=rev
Log:
Renaming after successful release
Added:
commons/proper/commons-skin/tags/commons-skin-3/
- copied from r1081733,
commons/proper/commons-skin/tags/commons-skin-
Author: sebb
Date: Tue Mar 15 11:17:44 2011
New Revision: 1081732
URL: http://svn.apache.org/viewvc?rev=1081732&view=rev
Log:
Tag commons-parent-20-RC1
Added:
commons/proper/commons-parent/tags/commons-parent-20-RC1/
- copied from r1081728, commons/proper/commons-parent/trunk/
Modified:
Author: sebb
Date: Tue Mar 15 11:13:38 2011
New Revision: 1081728
URL: http://svn.apache.org/viewvc?rev=1081728&view=rev
Log:
Update to skin 3 GA
Modified:
commons/proper/commons-parent/trunk/src/site/site.xml
Modified: commons/proper/commons-parent/trunk/src/site/site.xml
URL:
http://svn.a
Author: sebb
Date: Tue Mar 15 11:10:40 2011
New Revision: 1081725
URL: http://svn.apache.org/viewvc?rev=1081725&view=rev
Log:
Update to next snapshot
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc
Description:Vote succeeded, release Skin 3 Parent 19Details:The following artifacts have been promoted to the Releases repository.archetype-catalog.xmlcommons-parent-19-site.xml.asccommons-parent-19.pom.asccommons-parent-19-site.xmlcommons-parent-19.pomcommons-skin-3.pomcommons-skin-3.pom.asccommon
32 matches
Mail list logo