svn commit: r1236057 - /commons/proper/lang/trunk/src/site/changes/changes.xml

2012-01-25 Thread bayard
Author: bayard Date: Thu Jan 26 07:22:54 2012 New Revision: 1236057 URL: http://svn.apache.org/viewvc?rev=1236057view=rev Log: Adding 462 and 786 to the change history Modified: commons/proper/lang/trunk/src/site/changes/changes.xml Modified: commons/proper/lang/trunk/src/site/changes

svn commit: r1225104 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-12-27 Thread bayard
Author: bayard Date: Wed Dec 28 05:58:31 2011 New Revision: 1225104 URL: http://svn.apache.org/viewvc?rev=1225104view=rev Log: Fixing the StringUtils.split javadoc per Samurel Tardieu in LANG-783 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

svn commit: r1225109 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/event/EventListenerSupport.java

2011-12-27 Thread bayard
Author: bayard Date: Wed Dec 28 06:27:47 2011 New Revision: 1225109 URL: http://svn.apache.org/viewvc?rev=1225109view=rev Log: Dropping the serialVersionUID from EventListenerSupport per LANG-765 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/event

svn commit: r1225111 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/StrBuilder.java

2011-12-27 Thread bayard
Author: bayard Date: Wed Dec 28 06:33:21 2011 New Revision: 1225111 URL: http://svn.apache.org/viewvc?rev=1225111view=rev Log: Making StrBuilder Serializable per LANG-764 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/StrBuilder.java Modified: commons

svn commit: r1225113 - /commons/proper/lang/trunk/build.xml

2011-12-27 Thread bayard
Author: bayard Date: Wed Dec 28 06:39:30 2011 New Revision: 1225113 URL: http://svn.apache.org/viewvc?rev=1225113view=rev Log: Applying Ville Skyttä's patch from LANG-761 to fix the javadoc warnings in the Ant build Modified: commons/proper/lang/trunk/build.xml Modified: commons/proper

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

2011-12-27 Thread bayard
Author: bayard Date: Wed Dec 28 07:05:24 2011 New Revision: 1225117 URL: http://svn.apache.org/viewvc?rev=1225117view=rev Log: Fixing the DateIterator javadoc to indicate the end date is inclusive, not 'not inclusive' Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons

svn commit: r1225140 - /commons/proper/lang/trunk/src/site/changes/changes.xml

2011-12-27 Thread bayard
Author: bayard Date: Wed Dec 28 07:55:42 2011 New Revision: 1225140 URL: http://svn.apache.org/viewvc?rev=1225140view=rev Log: Adding the issues in 3.2 to changes.xml Modified: commons/proper/lang/trunk/src/site/changes/changes.xml Modified: commons/proper/lang/trunk/src/site/changes

svn commit: r1205734 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/tuple/ site/changes/ test/java/org/apache/commons/lang3/tuple/

2011-11-23 Thread bayard
Author: bayard Date: Thu Nov 24 06:20:59 2011 New Revision: 1205734 URL: http://svn.apache.org/viewvc?rev=1205734view=rev Log: Adding Henning's GitHub pull request with a Triple implementation. LANG-675 Added: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/tuple

svn commit: r1202288 - /commons/proper/lang/trunk/src/site/xdoc/release-history.xml

2011-11-15 Thread bayard
Author: bayard Date: Tue Nov 15 16:37:29 2011 New Revision: 1202288 URL: http://svn.apache.org/viewvc?rev=1202288view=rev Log: Adding 3.1 Modified: commons/proper/lang/trunk/src/site/xdoc/release-history.xml Modified: commons/proper/lang/trunk/src/site/xdoc/release-history.xml URL: http

svn commit: r1202369 - /commons/proper/lang/trunk/src/site/site.xml

2011-11-15 Thread bayard
Author: bayard Date: Tue Nov 15 18:40:52 2011 New Revision: 1202369 URL: http://svn.apache.org/viewvc?rev=1202369view=rev Log: Remove version # from LHS nav Modified: commons/proper/lang/trunk/src/site/site.xml Modified: commons/proper/lang/trunk/src/site/site.xml URL: http

svn commit: r1202076 - /commons/proper/lang/tags/LANG_3_1/

2011-11-14 Thread bayard
Author: bayard Date: Tue Nov 15 07:20:23 2011 New Revision: 1202076 URL: http://svn.apache.org/viewvc?rev=1202076view=rev Log: Releasing 3.1 Added: commons/proper/lang/tags/LANG_3_1/ - copied from r1202075, commons/proper/lang/tags/LANG_3_1_RC1/

svn commit: r1202077 - in /commons/proper/lang/trunk: default.properties pom.xml

2011-11-14 Thread bayard
Author: bayard Date: Tue Nov 15 07:21:05 2011 New Revision: 1202077 URL: http://svn.apache.org/viewvc?rev=1202077view=rev Log: Readying next version Modified: commons/proper/lang/trunk/default.properties commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk

svn commit: r1202079 - /commons/proper/lang/trunk/src/site/changes/changes.xml

2011-11-14 Thread bayard
Author: bayard Date: Tue Nov 15 07:35:50 2011 New Revision: 1202079 URL: http://svn.apache.org/viewvc?rev=1202079view=rev Log: Setting release date for 3.1 Modified: commons/proper/lang/trunk/src/site/changes/changes.xml Modified: commons/proper/lang/trunk/src/site/changes/changes.xml URL

svn commit: r1201022 - in /commons/proper/io/trunk/src: main/java/org/apache/commons/io/FileUtils.java test/java/org/apache/commons/io/FileUtilsTestCase.java

2011-11-11 Thread bayard
Author: bayard Date: Fri Nov 11 18:45:53 2011 New Revision: 1201022 URL: http://svn.apache.org/viewvc?rev=1201022view=rev Log: Adding EB/PB/TB per IO-287 and Ron Kuris' patch Modified: commons/proper/io/trunk/src/main/java/org/apache/commons/io/FileUtils.java commons/proper/io/trunk/src

svn commit: r1201034 - /commons/proper/lang/trunk/src/site/xdoc/index.xml

2011-11-11 Thread bayard
Author: bayard Date: Fri Nov 11 19:38:20 2011 New Revision: 1201034 URL: http://svn.apache.org/viewvc?rev=1201034view=rev Log: Adding link to GitHub mirror Modified: commons/proper/lang/trunk/src/site/xdoc/index.xml Modified: commons/proper/lang/trunk/src/site/xdoc/index.xml URL: http

svn commit: r1199651 - in /commons/proper/lang/trunk: default.properties pom.xml

2011-11-09 Thread bayard
Author: bayard Date: Wed Nov 9 08:43:48 2011 New Revision: 1199651 URL: http://svn.apache.org/viewvc?rev=1199651view=rev Log: Moving to snapshot to avoid any accidental 3.0.2 builds Modified: commons/proper/lang/trunk/default.properties commons/proper/lang/trunk/pom.xml Modified

svn commit: r1199816 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/ main/java/org/apache/commons/lang3/math/ test/java/org/apache/commons/lang3/builder/

2011-11-09 Thread bayard
Author: bayard Date: Wed Nov 9 16:11:34 2011 New Revision: 1199816 URL: http://svn.apache.org/viewvc?rev=1199816view=rev Log: Changing @since 3.0.2 to @since 3.1 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ClassUtils.java commons/proper/lang/trunk/src

svn commit: r1199817 - /commons/proper/lang/trunk/pom.xml

2011-11-09 Thread bayard
Author: bayard Date: Wed Nov 9 16:11:44 2011 New Revision: 1199817 URL: http://svn.apache.org/viewvc?rev=1199817view=rev Log: Updating dependencies Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/lang

svn commit: r1199820 - in /commons/proper/lang/trunk: RELEASE-NOTES.txt default.properties pom.xml src/site/changes/changes.xml src/site/xdoc/download_lang.xml src/site/xdoc/index.xml

2011-11-09 Thread bayard
Author: bayard Date: Wed Nov 9 16:14:52 2011 New Revision: 1199820 URL: http://svn.apache.org/viewvc?rev=1199820view=rev Log: Changing planned version from 3.0.2 to 3.1 Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt commons/proper/lang/trunk/default.properties commons/proper

svn commit: r1199877 - /commons/proper/lang/trunk/pom.xml

2011-11-09 Thread bayard
Author: bayard Date: Wed Nov 9 17:19:20 2011 New Revision: 1199877 URL: http://svn.apache.org/viewvc?rev=1199877view=rev Log: Removing explicit definition of previous version of Lang per Sebb Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http

svn commit: r1199879 - /commons/proper/lang/tags/LANG_3_1_RC1/

2011-11-09 Thread bayard
Author: bayard Date: Wed Nov 9 17:21:52 2011 New Revision: 1199879 URL: http://svn.apache.org/viewvc?rev=1199879view=rev Log: Tagging 3.1 rc1 Added: commons/proper/lang/tags/LANG_3_1_RC1/ - copied from r1199878, commons/proper/lang/trunk/

svn commit: r1199881 - in /commons/proper/lang/trunk: default.properties pom.xml

2011-11-09 Thread bayard
Author: bayard Date: Wed Nov 9 17:22:17 2011 New Revision: 1199881 URL: http://svn.apache.org/viewvc?rev=1199881view=rev Log: Setting back to snapshot Modified: commons/proper/lang/trunk/default.properties commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk

svn commit: r1199887 - /commons/proper/lang/trunk/src/site/resources/release-notes/RELEASE-NOTES-3.1.txt

2011-11-09 Thread bayard
Author: bayard Date: Wed Nov 9 17:32:52 2011 New Revision: 1199887 URL: http://svn.apache.org/viewvc?rev=1199887view=rev Log: Copying current rel notes into site Added: commons/proper/lang/trunk/src/site/resources/release-notes/RELEASE-NOTES-3.1.txt (with props) Added: commons/proper

svn commit: r1200187 - /commons/proper/lang/tags/LANG_3_1_RC1/

2011-11-09 Thread bayard
Author: bayard Date: Thu Nov 10 06:48:39 2011 New Revision: 1200187 URL: http://svn.apache.org/viewvc?rev=1200187view=rev Log: Redoing Removed: commons/proper/lang/tags/LANG_3_1_RC1/

svn commit: r1200190 - in /commons/proper/lang/trunk: default.properties pom.xml

2011-11-09 Thread bayard
Author: bayard Date: Thu Nov 10 06:56:02 2011 New Revision: 1200190 URL: http://svn.apache.org/viewvc?rev=1200190view=rev Log: Removing snapshot Modified: commons/proper/lang/trunk/default.properties commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk

svn commit: r1200191 - /commons/proper/lang/tags/LANG_3_1_RC1/

2011-11-09 Thread bayard
Author: bayard Date: Thu Nov 10 06:56:30 2011 New Revision: 1200191 URL: http://svn.apache.org/viewvc?rev=1200191view=rev Log: Tagging 3.1 rc1 Added: commons/proper/lang/tags/LANG_3_1_RC1/ - copied from r1200190, commons/proper/lang/trunk/

svn commit: r1200192 - in /commons/proper/lang/trunk: default.properties pom.xml

2011-11-09 Thread bayard
Author: bayard Date: Thu Nov 10 06:57:01 2011 New Revision: 1200192 URL: http://svn.apache.org/viewvc?rev=1200192view=rev Log: Returning to snapshots Modified: commons/proper/lang/trunk/default.properties commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk

svn commit: r1199609 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/compare/ test/java/org/apache/commons/lang3/compare/

2011-11-08 Thread bayard
Author: bayard Date: Wed Nov 9 04:12:18 2011 New Revision: 1199609 URL: http://svn.apache.org/viewvc?rev=1199609view=rev Log: Dropping comparators for next release (LANG-532) Removed: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/compare/ commons/proper/lang/trunk/src

svn commit: r1199610 - /commons/proper/lang/trunk/src/site/changes/changes.xml

2011-11-08 Thread bayard
Author: bayard Date: Wed Nov 9 04:22:21 2011 New Revision: 1199610 URL: http://svn.apache.org/viewvc?rev=1199610view=rev Log: Updating changes report per 3.0.2 issues in JIRA Modified: commons/proper/lang/trunk/src/site/changes/changes.xml Modified: commons/proper/lang/trunk/src/site

svn commit: r1199612 - /commons/proper/lang/trunk/RELEASE-NOTES.txt

2011-11-08 Thread bayard
Author: bayard Date: Wed Nov 9 04:25:12 2011 New Revision: 1199612 URL: http://svn.apache.org/viewvc?rev=1199612view=rev Log: Updating release notes Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org

svn commit: r1199613 - in /commons/proper/lang/trunk: default.properties pom.xml src/site/xdoc/download_lang.xml src/site/xdoc/index.xml

2011-11-08 Thread bayard
Author: bayard Date: Wed Nov 9 04:29:01 2011 New Revision: 1199613 URL: http://svn.apache.org/viewvc?rev=1199613view=rev Log: Upgrading version numbers to 3.0.2 Modified: commons/proper/lang/trunk/default.properties commons/proper/lang/trunk/pom.xml commons/proper/lang/trunk/src

svn commit: r1199637 - /commons/proper/lang/trunk/pom.xml

2011-11-08 Thread bayard
Author: bayard Date: Wed Nov 9 07:48:38 2011 New Revision: 1199637 URL: http://svn.apache.org/viewvc?rev=1199637view=rev Log: Setting version as 3.0.2 for tagging Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r1199638 - /commons/proper/lang/tags/LANG_3_0_2_RC1/

2011-11-08 Thread bayard
Author: bayard Date: Wed Nov 9 07:49:39 2011 New Revision: 1199638 URL: http://svn.apache.org/viewvc?rev=1199638view=rev Log: Tagging 3.0.2 Added: commons/proper/lang/tags/LANG_3_0_2_RC1/ - copied from r1199637, commons/proper/lang/trunk/

svn commit: r1199639 - /commons/proper/lang/tags/LANG_3_0_2_RC1/

2011-11-08 Thread bayard
Author: bayard Date: Wed Nov 9 07:51:09 2011 New Revision: 1199639 URL: http://svn.apache.org/viewvc?rev=1199639view=rev Log: Redoing Removed: commons/proper/lang/tags/LANG_3_0_2_RC1/

svn commit: r1199640 - /commons/proper/lang/trunk/pom.xml

2011-11-08 Thread bayard
Author: bayard Date: Wed Nov 9 07:51:58 2011 New Revision: 1199640 URL: http://svn.apache.org/viewvc?rev=1199640view=rev Log: Making the clirr comparison be the previous version (3.0.1) Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http

svn commit: r1199641 - /commons/proper/lang/tags/LANG_3_0_2_RC1/

2011-11-08 Thread bayard
Author: bayard Date: Wed Nov 9 07:52:34 2011 New Revision: 1199641 URL: http://svn.apache.org/viewvc?rev=1199641view=rev Log: Tagging 3.0.2 Added: commons/proper/lang/tags/LANG_3_0_2_RC1/ - copied from r1199640, commons/proper/lang/trunk/

svn commit: r1178126 - /commons/scripts/commons-build-bayard.sh

2011-10-01 Thread bayard
Author: bayard Date: Sun Oct 2 05:20:33 2011 New Revision: 1178126 URL: http://svn.apache.org/viewvc?rev=1178126view=rev Log: Replacing hardcoded home dir Modified: commons/scripts/commons-build-bayard.sh Modified: commons/scripts/commons-build-bayard.sh URL: http://svn.apache.org/viewvc

svn commit: r1178128 - /commons/scripts/commons-build-bayard.sh

2011-10-01 Thread bayard
Author: bayard Date: Sun Oct 2 05:23:23 2011 New Revision: 1178128 URL: http://svn.apache.org/viewvc?rev=1178128view=rev Log: Dropping the environment variables Modified: commons/scripts/commons-build-bayard.sh Modified: commons/scripts/commons-build-bayard.sh URL: http://svn.apache.org

svn commit: r1177171 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-09-28 Thread bayard
Author: bayard Date: Thu Sep 29 05:56:45 2011 New Revision: 1177171 URL: http://svn.apache.org/viewvc?rev=1177171view=rev Log: Adding additional example for whitespace per Bruno's patch in LANG-758 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

svn commit: r1171893 - /commons/proper/dbutils/trunk/src/site/site.xml

2011-09-16 Thread bayard
Author: bayard Date: Sat Sep 17 04:58:35 2011 New Revision: 1171893 URL: http://svn.apache.org/viewvc?rev=1171893view=rev Log: Removing the license link from the navbar; Commons handles this now via a default link Modified: commons/proper/dbutils/trunk/src/site/site.xml Modified: commons

svn commit: r1170970 - /commons/proper/dbutils/trunk/pom.xml

2011-09-15 Thread bayard
Author: bayard Date: Thu Sep 15 06:33:18 2011 New Revision: 1170970 URL: http://svn.apache.org/viewvc?rev=1170970view=rev Log: Adding Bill Speirs to the contributors Modified: commons/proper/dbutils/trunk/pom.xml Modified: commons/proper/dbutils/trunk/pom.xml URL: http://svn.apache.org

svn commit: r1170972 - /commons/proper/dbutils/trunk/pom.xml

2011-09-15 Thread bayard
Author: bayard Date: Thu Sep 15 06:34:52 2011 New Revision: 1170972 URL: http://svn.apache.org/viewvc?rev=1170972view=rev Log: Making the version 1.4 for release Modified: commons/proper/dbutils/trunk/pom.xml Modified: commons/proper/dbutils/trunk/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r1170973 - /commons/proper/dbutils/tags/DBUTILS_1_4_RC1/

2011-09-15 Thread bayard
Author: bayard Date: Thu Sep 15 06:36:12 2011 New Revision: 1170973 URL: http://svn.apache.org/viewvc?rev=1170973view=rev Log: Tagging 1.4 RC1 Added: commons/proper/dbutils/tags/DBUTILS_1_4_RC1/ (props changed) - copied from r1170972, commons/proper/dbutils/trunk/ Propchange

svn commit: r1170983 - /commons/proper/dbutils/trunk/pom.xml

2011-09-15 Thread bayard
Author: bayard Date: Thu Sep 15 07:30:07 2011 New Revision: 1170983 URL: http://svn.apache.org/viewvc?rev=1170983view=rev Log: Incrementing the version number while we vote Modified: commons/proper/dbutils/trunk/pom.xml Modified: commons/proper/dbutils/trunk/pom.xml URL: http

svn commit: r1171127 - /commons/proper/dbutils/trunk/pom.xml

2011-09-15 Thread bayard
Author: bayard Date: Thu Sep 15 15:13:18 2011 New Revision: 1171127 URL: http://svn.apache.org/viewvc?rev=1171127view=rev Log: Rolling main version back to 1.4-SNAPSHOT. Updating the version property to 1.4-SNAPSHOT Modified: commons/proper/dbutils/trunk/pom.xml Modified: commons/proper

svn commit: r1171128 - /commons/proper/dbutils/trunk/RELEASE-NOTES.txt

2011-09-15 Thread bayard
Author: bayard Date: Thu Sep 15 15:16:13 2011 New Revision: 1171128 URL: http://svn.apache.org/viewvc?rev=1171128view=rev Log: Generating release notes from changes report Modified: commons/proper/dbutils/trunk/RELEASE-NOTES.txt Modified: commons/proper/dbutils/trunk/RELEASE-NOTES.txt URL

svn commit: r1170937 - /commons/proper/dbutils/trunk/src/changes/changes.xml

2011-09-14 Thread bayard
Author: bayard Date: Thu Sep 15 02:58:18 2011 New Revision: 1170937 URL: http://svn.apache.org/viewvc?rev=1170937view=rev Log: Adding release notes Modified: commons/proper/dbutils/trunk/src/changes/changes.xml Modified: commons/proper/dbutils/trunk/src/changes/changes.xml URL: http

svn commit: r1170938 - in /commons/proper/dbutils/trunk: PROPOSAL.html src/assembly/src.xml

2011-09-14 Thread bayard
Author: bayard Date: Thu Sep 15 02:59:22 2011 New Revision: 1170938 URL: http://svn.apache.org/viewvc?rev=1170938view=rev Log: Removing the proposal as it's a historic document and not needed nowadays Modified: commons/proper/dbutils/trunk/PROPOSAL.html commons/proper/dbutils/trunk/src

svn commit: r1167669 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/compare/ComparableComparatorTest.java

2011-09-10 Thread bayard
Author: bayard Date: Sun Sep 11 05:06:14 2011 New Revision: 1167669 URL: http://svn.apache.org/viewvc?rev=1167669view=rev Log: Adding test for equals Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/compare/ComparableComparatorTest.java Modified: commons/proper

svn commit: r1167671 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/compare/ComparatorChain.java test/java/org/apache/commons/lang3/compare/ComparatorChainTest.java

2011-09-10 Thread bayard
Author: bayard Date: Sun Sep 11 05:07:14 2011 New Revision: 1167671 URL: http://svn.apache.org/viewvc?rev=1167671view=rev Log: Simplifying ComparatorChain version from the version taken from Commons Collections. The ability to modify the comparator list, and the ability to reverse items (rather

svn commit: r1167673 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/compare/ test/java/org/apache/commons/lang3/compare/

2011-09-10 Thread bayard
Author: bayard Date: Sun Sep 11 05:47:33 2011 New Revision: 1167673 URL: http://svn.apache.org/viewvc?rev=1167673view=rev Log: Making ComparatorChain implement Iterable. Including test and package private copy of Collections' UnmodifiableIterator Added: commons/proper/lang/trunk/src/main

svn commit: r1167674 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/compare/ComparatorUtils.java

2011-09-10 Thread bayard
Author: bayard Date: Sun Sep 11 05:49:13 2011 New Revision: 1167674 URL: http://svn.apache.org/viewvc?rev=1167674view=rev Log: Making this package private as it lacks any public API value at the present Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/compare

svn commit: r1163904 - /commons/proper/lang/trunk/pom.xml

2011-08-31 Thread bayard
Author: bayard Date: Thu Sep 1 05:10:35 2011 New Revision: 1163904 URL: http://svn.apache.org/viewvc?rev=1163904view=rev Log: Fixing the OSGi SymbolicName by updating the commons.componentid. Issue identified by Brandon Harper in LANG-749 Modified: commons/proper/lang/trunk/pom.xml

svn commit: r1163906 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-08-31 Thread bayard
Author: bayard Date: Thu Sep 1 05:17:32 2011 New Revision: 1163906 URL: http://svn.apache.org/viewvc?rev=1163906view=rev Log: Adding a System.err when a security manager stops JDK 1.5 from being able to access the Sun Normalizer class. LANG-744 Modified: commons/proper/lang/trunk/src/main

svn commit: r1163480 - /commons/ognl/

2011-08-30 Thread bayard
Author: bayard Date: Wed Aug 31 05:13:24 2011 New Revision: 1163480 URL: http://svn.apache.org/viewvc?rev=1163480view=rev Log: Moving OGNL to Commons Added: commons/ognl/ - copied from r1163479, incubator/ognl/

svn commit: r1163480 - /incubator/ognl/

2011-08-30 Thread bayard
Author: bayard Date: Wed Aug 31 05:13:24 2011 New Revision: 1163480 URL: http://svn.apache.org/viewvc?rev=1163480view=rev Log: Moving OGNL to Commons Modified: incubator/ognl/

svn commit: r1163481 - /commons/trunks-proper/

2011-08-30 Thread bayard
Author: bayard Date: Wed Aug 31 05:14:07 2011 New Revision: 1163481 URL: http://svn.apache.org/viewvc?rev=1163481view=rev Log: Moving OGNL to Commons Modified: commons/trunks-proper/ (props changed) Propchange: commons/trunks-proper

svn commit: r1163483 - in /commons: ognl/ proper/ognl/

2011-08-30 Thread bayard
Author: bayard Date: Wed Aug 31 05:18:59 2011 New Revision: 1163483 URL: http://svn.apache.org/viewvc?rev=1163483view=rev Log: Fixing location after mismoving Added: commons/proper/ognl/ - copied from r1163482, commons/ognl/ Modified: commons/ognl/

svn commit: r1163488 - /commons/proper/ognl/trunk/pom.xml

2011-08-30 Thread bayard
Author: bayard Date: Wed Aug 31 05:26:14 2011 New Revision: 1163488 URL: http://svn.apache.org/viewvc?rev=1163488view=rev Log: Updating urls from incubator to commons Modified: commons/proper/ognl/trunk/pom.xml Modified: commons/proper/ognl/trunk/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r1162020 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/compare/ComparableComparator.java

2011-08-26 Thread bayard
Author: bayard Date: Fri Aug 26 08:19:53 2011 New Revision: 1162020 URL: http://svn.apache.org/viewvc?rev=1162020view=rev Log: Adding javadoc for the type Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/compare/ComparableComparator.java Modified: commons/proper

svn commit: r1162021 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/compare/ComparatorUtils.java

2011-08-26 Thread bayard
Author: bayard Date: Fri Aug 26 08:22:00 2011 New Revision: 1162021 URL: http://svn.apache.org/viewvc?rev=1162021view=rev Log: Removing most of the ComparatorUtils code. Need to figure out how to get rid of the last attribute. Modified: commons/proper/lang/trunk/src/main/java/org/apache

svn commit: r1161605 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/compare/ComparatorUtils.java

2011-08-25 Thread bayard
Author: bayard Date: Thu Aug 25 15:27:39 2011 New Revision: 1161605 URL: http://svn.apache.org/viewvc?rev=1161605view=rev Log: Rolling back r1161378. NullComparator and ReverseComparator need the NATURAL_COMPARATOR field and the ComparableComparator.INSTANCE field is not a straight replacement

svn commit: r1161997 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-08-25 Thread bayard
Author: bayard Date: Fri Aug 26 05:19:00 2011 New Revision: 1161997 URL: http://svn.apache.org/viewvc?rev=1161997view=rev Log: Deprecating chomp(String, String) per Verneri Åberg's report in LANG-748 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

svn commit: r1161378 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/compare/ComparatorUtils.java

2011-08-24 Thread bayard
Author: bayard Date: Thu Aug 25 04:29:29 2011 New Revision: 1161378 URL: http://svn.apache.org/viewvc?rev=1161378view=rev Log: Removing ComparatorUtils. I don't think min/max(Obj,Obj,Comparator) are the most useful methods, and I'm not sure we need the static factory methods to instantiate

svn commit: r1160564 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SystemUtils.java

2011-08-23 Thread bayard
Author: bayard Date: Tue Aug 23 06:56:42 2011 New Revision: 1160564 URL: http://svn.apache.org/viewvc?rev=1160564view=rev Log: Adding FreeBSD, NetBSD and OpenBSD per Oliver's suggestion in LANG-695 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SystemUtils.java

svn commit: r1160568 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-08-23 Thread bayard
Author: bayard Date: Tue Aug 23 07:05:46 2011 New Revision: 1160568 URL: http://svn.apache.org/viewvc?rev=1160568view=rev Log: Adding an exception to catch AccessControlExceptions in Google App Engine as reported by Clément Denis in LANG-744 Modified: commons/proper/lang/trunk/src/main

svn commit: r1160571 - in /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/mutable: MutableBoolean.java MutableByte.java MutableDouble.java MutableFloat.java MutableInt.java MutableLo

2011-08-23 Thread bayard
Author: bayard Date: Tue Aug 23 07:36:08 2011 New Revision: 1160571 URL: http://svn.apache.org/viewvc?rev=1160571view=rev Log: Adding documentation that the Mutable numbers don't work as might be expected with String.format. LANG-698 Modified: commons/proper/lang/trunk/src/main/java/org

svn commit: r1160581 - /commons/proper/lang/trunk/src/site/changes/changes.xml

2011-08-23 Thread bayard
Author: bayard Date: Tue Aug 23 08:23:12 2011 New Revision: 1160581 URL: http://svn.apache.org/viewvc?rev=1160581view=rev Log: Adding current 3.0.2 items Modified: commons/proper/lang/trunk/src/site/changes/changes.xml Modified: commons/proper/lang/trunk/src/site/changes/changes.xml URL

svn commit: r1160015 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/compare/ReverseComparatorTest.java

2011-08-21 Thread bayard
Author: bayard Date: Sun Aug 21 17:26:36 2011 New Revision: 1160015 URL: http://svn.apache.org/viewvc?rev=1160015view=rev Log: Filling out ReverseComparator testing Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/compare/ReverseComparatorTest.java Modified

svn commit: r1159857 - /commons/proper/dbutils/trunk/src/test/org/apache/commons/dbutils/QueryRunnerTest.java

2011-08-20 Thread bayard
Author: bayard Date: Sat Aug 20 07:55:12 2011 New Revision: 1159857 URL: http://svn.apache.org/viewvc?rev=1159857view=rev Log: Removing unused imports Modified: commons/proper/dbutils/trunk/src/test/org/apache/commons/dbutils/QueryRunnerTest.java Modified: commons/proper/dbutils/trunk/src

svn commit: r1159858 - /commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/AsyncQueryRunner.java

2011-08-20 Thread bayard
Author: bayard Date: Sat Aug 20 07:55:22 2011 New Revision: 1159858 URL: http://svn.apache.org/viewvc?rev=1159858view=rev Log: Fixing javadoc Modified: commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/AsyncQueryRunner.java Modified: commons/proper/dbutils/trunk/src/java

svn commit: r1159512 - /commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/QueryRunner.java

2011-08-19 Thread bayard
Author: bayard Date: Fri Aug 19 06:19:56 2011 New Revision: 1159512 URL: http://svn.apache.org/viewvc?rev=1159512view=rev Log: Removing unnecessary connection closing. Switching update with boolean param method to private per DBUTILS-78 Modified: commons/proper/dbutils/trunk/src/java/org

svn commit: r1159514 - /commons/proper/dbutils/trunk/src/site/xdoc/examples.xml

2011-08-19 Thread bayard
Author: bayard Date: Fri Aug 19 06:22:22 2011 New Revision: 1159514 URL: http://svn.apache.org/viewvc?rev=1159514view=rev Log: Splitting the example per DBUTILS-78 Modified: commons/proper/dbutils/trunk/src/site/xdoc/examples.xml Modified: commons/proper/dbutils/trunk/src/site/xdoc

svn commit: r1159516 - /commons/proper/dbutils/trunk/pom.xml

2011-08-19 Thread bayard
Author: bayard Date: Fri Aug 19 06:30:47 2011 New Revision: 1159516 URL: http://svn.apache.org/viewvc?rev=1159516view=rev Log: Rolling back to JDK 1.5 per DBUTILS-78 Modified: commons/proper/dbutils/trunk/pom.xml Modified: commons/proper/dbutils/trunk/pom.xml URL: http://svn.apache.org

svn commit: r1159018 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/compare/

2011-08-17 Thread bayard
Author: bayard Date: Thu Aug 18 03:59:16 2011 New Revision: 1159018 URL: http://svn.apache.org/viewvc?rev=1159018view=rev Log: Removing collections tests - far too complex a system for the comparators' needs. Will rewrite as standalone test classes Removed: commons/proper/lang/trunk/src

svn commit: r1159023 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/compare/NullComparatorTest.java

2011-08-17 Thread bayard
Author: bayard Date: Thu Aug 18 04:13:48 2011 New Revision: 1159023 URL: http://svn.apache.org/viewvc?rev=1159023view=rev Log: Adding a basic NullComparatorTest Added: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/compare/NullComparatorTest.java (with props) Added

svn commit: r1159024 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/compare/ReverseComparatorTest.java

2011-08-17 Thread bayard
Author: bayard Date: Thu Aug 18 04:20:40 2011 New Revision: 1159024 URL: http://svn.apache.org/viewvc?rev=1159024view=rev Log: Adding a basic ReverseComparatorTest Added: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/compare/ReverseComparatorTest.java (with props

svn commit: r1159025 - /commons/proper/lang/trunk/pom.xml

2011-08-17 Thread bayard
Author: bayard Date: Thu Aug 18 04:24:44 2011 New Revision: 1159025 URL: http://svn.apache.org/viewvc?rev=1159025view=rev Log: Removing excludes Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/lang

svn commit: r1159026 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/compare/FixedOrderComparatorTest.java

2011-08-17 Thread bayard
Author: bayard Date: Thu Aug 18 04:24:57 2011 New Revision: 1159026 URL: http://svn.apache.org/viewvc?rev=1159026view=rev Log: Adding a basic FixedOrderComparatorTest Added: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/compare/FixedOrderComparatorTest.java (with props

svn commit: r1159028 - in /commons/proper/lang/trunk: ./ src/main/java/org/apache/commons/lang3/compare/

2011-08-17 Thread bayard
Author: bayard Date: Thu Aug 18 04:27:57 2011 New Revision: 1159028 URL: http://svn.apache.org/viewvc?rev=1159028view=rev Log: Dropped @author notes, moved individuals to the pom.xml contributor list Modified: commons/proper/lang/trunk/pom.xml commons/proper/lang/trunk/src/main/java/org

svn commit: r1159030 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/compare/ComparableComparatorTest.java

2011-08-17 Thread bayard
Author: bayard Date: Thu Aug 18 04:36:12 2011 New Revision: 1159030 URL: http://svn.apache.org/viewvc?rev=1159030view=rev Log: Adding a basic ComparableComparator test Added: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/compare/ComparableComparatorTest.java

svn commit: r1158501 - /commons/proper/lang/trunk/default.properties

2011-08-16 Thread bayard
Author: bayard Date: Wed Aug 17 04:11:37 2011 New Revision: 1158501 URL: http://svn.apache.org/viewvc?rev=1158501view=rev Log: Fixing the component-name (aka artifactId in Maven language). LANG-741 Modified: commons/proper/lang/trunk/default.properties Modified: commons/proper/lang/trunk

svn commit: r1158503 - /commons/proper/bsf/

2011-08-16 Thread bayard
Author: bayard Date: Wed Aug 17 04:24:19 2011 New Revision: 1158503 URL: http://svn.apache.org/viewvc?rev=1158503view=rev Log: Moving BSF over to Commons Added: commons/proper/bsf/ - copied from r1158502, jakarta/bsf/

svn commit: r1158504 - /commons/trunks-proper/

2011-08-16 Thread bayard
Author: bayard Date: Wed Aug 17 04:25:55 2011 New Revision: 1158504 URL: http://svn.apache.org/viewvc?rev=1158504view=rev Log: Updating the externals Modified: commons/trunks-proper/ (props changed) Propchange: commons/trunks-proper

svn commit: r1158506 - /commons/proper/bsf/trunk/doap_bsf.rdf

2011-08-16 Thread bayard
Author: bayard Date: Wed Aug 17 04:31:15 2011 New Revision: 1158506 URL: http://svn.apache.org/viewvc?rev=1158506view=rev Log: Fixing the svn url in doap Modified: commons/proper/bsf/trunk/doap_bsf.rdf Modified: commons/proper/bsf/trunk/doap_bsf.rdf URL: http://svn.apache.org/viewvc

svn commit: r1158507 - in /commons/proper: bcel/trunk/doap_bcel.rdf bsf/trunk/doap_bsf.rdf jcs/trunk/doap_jcs.rdf

2011-08-16 Thread bayard
Author: bayard Date: Wed Aug 17 04:32:04 2011 New Revision: 1158507 URL: http://svn.apache.org/viewvc?rev=1158507view=rev Log: Updating to the Commons PMC Modified: commons/proper/bcel/trunk/doap_bcel.rdf commons/proper/bsf/trunk/doap_bsf.rdf commons/proper/jcs/trunk/doap_jcs.rdf

svn commit: r1158107 - /commons/proper/dbutils/trunk/src/site/xdoc/examples.xml

2011-08-15 Thread bayard
Author: bayard Date: Tue Aug 16 05:45:49 2011 New Revision: 1158107 URL: http://svn.apache.org/viewvc?rev=1158107view=rev Log: Adding example explaining how to use AsyncQueryRunner (DBUTILS-78) Modified: commons/proper/dbutils/trunk/src/site/xdoc/examples.xml Modified: commons/proper

svn commit: r1158110 - /commons/proper/dbutils/trunk/src/test/org/apache/commons/dbutils/QueryRunnerTest.java

2011-08-15 Thread bayard
Author: bayard Date: Tue Aug 16 05:51:37 2011 New Revision: 1158110 URL: http://svn.apache.org/viewvc?rev=1158110view=rev Log: Applying William Speirs' patch to move QueryRunnerTest to Mockito (DBUTILS-78) Modified: commons/proper/dbutils/trunk/src/test/org/apache/commons/dbutils

svn commit: r1157459 - /commons/proper/lang/trunk/pom.xml

2011-08-13 Thread bayard
Author: bayard Date: Sun Aug 14 03:25:18 2011 New Revision: 1157459 URL: http://svn.apache.org/viewvc?rev=1157459view=rev Log: Incrementing the clirr version Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons

svn commit: r1156964 - in /commons/proper/dbutils/trunk: pom.xml src/java/org/apache/commons/dbutils/AsyncQueryRunner.java src/test/org/apache/commons/dbutils/AsyncQueryRunnerTest.java

2011-08-11 Thread bayard
Author: bayard Date: Fri Aug 12 04:45:25 2011 New Revision: 1156964 URL: http://svn.apache.org/viewvc?rev=1156964view=rev Log: Adding asynchronous query runner patch from William Speirs. Also moves DbUtils to Java6 dependent. DBUTILS-78 Added: commons/proper/dbutils/trunk/src/java/org

svn commit: r1156966 - /commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/AsyncQueryRunner.java

2011-08-11 Thread bayard
Author: bayard Date: Fri Aug 12 04:51:22 2011 New Revision: 1156966 URL: http://svn.apache.org/viewvc?rev=1156966view=rev Log: Adding @since tag Modified: commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/AsyncQueryRunner.java Modified: commons/proper/dbutils/trunk/src/java

svn commit: r1156010 - /commons/proper/lang/trunk/pom.xml

2011-08-09 Thread bayard
Author: bayard Date: Wed Aug 10 03:32:00 2011 New Revision: 1156010 URL: http://svn.apache.org/viewvc?rev=1156010view=rev Log: Dropping the 2.6 download link on the site (given that it was broken anyway) Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml

svn commit: r1156011 - /commons/proper/lang/tags/LANG_3_0_1/

2011-08-09 Thread bayard
Author: bayard Date: Wed Aug 10 03:33:57 2011 New Revision: 1156011 URL: http://svn.apache.org/viewvc?rev=1156011view=rev Log: RC2 becomes official 3.0.1 Added: commons/proper/lang/tags/LANG_3_0_1/ - copied from r1156010, commons/proper/lang/tags/LANG_3_0_1_RC2/

svn commit: r1156014 - /commons/proper/lang/trunk/src/site/xdoc/index.xml

2011-08-09 Thread bayard
Author: bayard Date: Wed Aug 10 03:56:45 2011 New Revision: 1156014 URL: http://svn.apache.org/viewvc?rev=1156014view=rev Log: Improving the text to work with our having released more than one 3.x version Modified: commons/proper/lang/trunk/src/site/xdoc/index.xml Modified: commons/proper

svn commit: r1156015 - in /commons/proper/lang/trunk/src/site/resources/release-notes: ./ RELEASE-NOTES-3.0.1.txt

2011-08-09 Thread bayard
Author: bayard Date: Wed Aug 10 03:58:11 2011 New Revision: 1156015 URL: http://svn.apache.org/viewvc?rev=1156015view=rev Log: Adding the 3.0.1 release notes as text. Managing a copy in HTML is a real pain in the arse, especially as it primarily duplicates changes.xml. Instead I'm going

svn commit: r1156016 - in /commons/proper/lang/trunk/src/site/resources/release-notes: RELEASE-NOTES-1.0.1.txt RELEASE-NOTES-1.0.txt

2011-08-09 Thread bayard
Author: bayard Date: Wed Aug 10 04:01:38 2011 New Revision: 1156016 URL: http://svn.apache.org/viewvc?rev=1156016view=rev Log: More release notes Added: commons/proper/lang/trunk/src/site/resources/release-notes/RELEASE-NOTES-1.0.1.txt (with props) commons/proper/lang/trunk/src/site

svn commit: r1156017 - in /commons/proper/lang/trunk/src/site/xdoc: index.xml release-history.xml

2011-08-09 Thread bayard
Author: bayard Date: Wed Aug 10 04:02:34 2011 New Revision: 1156017 URL: http://svn.apache.org/viewvc?rev=1156017view=rev Log: Linking in release notes Modified: commons/proper/lang/trunk/src/site/xdoc/index.xml commons/proper/lang/trunk/src/site/xdoc/release-history.xml Modified

svn commit: r1156020 - /commons/proper/lang/trunk/src/site/site.xml

2011-08-09 Thread bayard
Author: bayard Date: Wed Aug 10 04:39:35 2011 New Revision: 1156020 URL: http://svn.apache.org/viewvc?rev=1156020view=rev Log: Upgrading version in site.xml Modified: commons/proper/lang/trunk/src/site/site.xml Modified: commons/proper/lang/trunk/src/site/site.xml URL: http

svn commit: r1156021 - /commons/proper/lang/trunk/src/site/resources/release-notes/RELEASE-NOTES-3.0.txt

2011-08-09 Thread bayard
Author: bayard Date: Wed Aug 10 04:40:48 2011 New Revision: 1156021 URL: http://svn.apache.org/viewvc?rev=1156021view=rev Log: Missed 3.0 Added: commons/proper/lang/trunk/src/site/resources/release-notes/RELEASE-NOTES-3.0.txt (with props) Added: commons/proper/lang/trunk/src/site

svn commit: r1156022 - /commons/proper/lang/trunk/src/site/changes/changes.xml

2011-08-09 Thread bayard
Author: bayard Date: Wed Aug 10 04:42:10 2011 New Revision: 1156022 URL: http://svn.apache.org/viewvc?rev=1156022view=rev Log: Setting release date Modified: commons/proper/lang/trunk/src/site/changes/changes.xml Modified: commons/proper/lang/trunk/src/site/changes/changes.xml URL: http

<    1   2   3   4   5   6   7   8   9   10   >