[4/5] [lang] Adding changes for LANG-1208

2016-02-25 Thread bayard
Adding changes for LANG-1208 Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/8e17410e Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/8e17410e Diff:

[3/5] [lang] newline pain, despite having run the config line

2016-02-25 Thread bayard
newline pain, despite having run the config line Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/56e52fe4 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/56e52fe4 Diff:

[5/5] [lang] Merge branch '124-branch'

2016-02-25 Thread bayard
Merge branch '124-branch' Conflicts: src/changes/changes.xml LANG-1208: StrSubstitutor can preserve escapes This closes #124 from github. Thanks to Samuel Karp. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[2/5] [lang] newline pain, despite having run the config line

2016-02-25 Thread bayard
http://git-wip-us.apache.org/repos/asf/commons-lang/blob/56e52fe4/src/main/java/org/apache/commons/lang3/math/NumberUtils.java -- diff --git a/src/main/java/org/apache/commons/lang3/math/NumberUtils.java

[1/5] [lang] StrSubstitutor can preserve escapes

2016-02-25 Thread bayard
Repository: commons-lang Updated Branches: refs/heads/master 242e1f549 -> 59c28bb25 StrSubstitutor can preserve escapes StrSubstitutor can now optionally preserve the escape character for an escaped reference, which is useful when substitution takes place in multiple phases and some

[4/5] [lang] LANG-1175: removed more files from the assembly conf

2016-02-25 Thread bayard
LANG-1175: removed more files from the assembly conf Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/c7860091 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/c7860091 Diff:

[5/5] [lang] Merge branch '112-branch'

2016-02-25 Thread bayard
Merge branch '112-branch' Conflicts: src/changes/changes.xml LANG-1175: Remove Ant-based build This closes #112 from github. Thanks to wikier@. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/242e1f54

[3/5] [lang] LANG-1175: removed additional files

2016-02-25 Thread bayard
LANG-1175: removed additional files Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/8bdfc714 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/8bdfc714 Diff:

[2/5] [lang] LANG-1175: fixed typo on changes

2016-02-25 Thread bayard
LANG-1175: fixed typo on changes Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/1dbdbfc3 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/1dbdbfc3 Diff:

[1/2] [lang] Fixing crlfs

2016-02-25 Thread bayard
Repository: commons-lang Updated Branches: refs/heads/master a72a5ced5 -> 69e97c8b4 http://git-wip-us.apache.org/repos/asf/commons-lang/blob/69e97c8b/src/main/java/org/apache/commons/lang3/math/NumberUtils.java -- diff --git

[2/2] [lang] Fixing crlfs

2016-02-25 Thread bayard
Fixing crlfs Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/69e97c8b Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/69e97c8b Diff:

[lang] Switched capitalize back to using toTitleCase. Added a test for this using the 'Lj' letter. LANG-1142

2015-07-19 Thread bayard
Repository: commons-lang Updated Branches: refs/heads/master cc1aed9bd - 421db380d Switched capitalize back to using toTitleCase. Added a test for this using the 'Lj' letter. LANG-1142 Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[lang] Adding a createStarted() method per request in LANG-1138

2015-07-19 Thread bayard
Repository: commons-lang Updated Branches: refs/heads/master 421db380d - 17a6d163c Adding a createStarted() method per request in LANG-1138 Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/17a6d163 Tree:

[3/3] [lang] Removed @version $ from source per LANG-1129

2015-05-05 Thread bayard
Removed @version $ from source per LANG-1129 Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/740c0f95 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/740c0f95 Diff:

[1/3] [lang] Removed @version $ from source per LANG-1129

2015-05-05 Thread bayard
Repository: commons-lang Updated Branches: refs/heads/master dfc96 - 740c0f95f http://git-wip-us.apache.org/repos/asf/commons-lang/blob/740c0f95/src/test/java/org/apache/commons/lang3/reflect/testbed/Parent.java -- diff

[2/3] [lang] Removed @version $ from source per LANG-1129

2015-05-05 Thread bayard
* - * @version $Id: CharSequenceUtilsTest.java 1066341 2011-02-02 06:21:53Z bayard $ */ public class CharSequenceUtilsTest { http://git-wip-us.apache.org/repos/asf/commons-lang/blob/740c0f95/src/test/java/org/apache/commons/lang3/CharSetTest.java

[lang] Removed spurious * lines before a */; mostly created by removing the @version lines

2015-05-05 Thread bayard
Repository: commons-lang Updated Branches: refs/heads/master 740c0f95f - d6dd2b4cd Removed spurious * lines before a */; mostly created by removing the @version lines Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

svn commit: r1567516 - in /commons/proper/lang/trunk/src/site/xdoc: article2_4.xml article2_5.xml article3_0.xml download_lang.xml index.xml mail-lists.xml

2014-02-11 Thread bayard
Author: bayard Date: Wed Feb 12 03:52:45 2014 New Revision: 1567516 URL: http://svn.apache.org/r1567516 Log: Switching i-em tag Modified: commons/proper/lang/trunk/src/site/xdoc/article2_4.xml commons/proper/lang/trunk/src/site/xdoc/article2_5.xml commons/proper/lang/trunk/src/site

svn commit: r1567515 - /commons/proper/lang/trunk/src/site/xdoc/download_lang.xml

2014-02-11 Thread bayard
Author: bayard Date: Wed Feb 12 03:51:25 2014 New Revision: 1567515 URL: http://svn.apache.org/r1567515 Log: Switching b-strong tag Modified: commons/proper/lang/trunk/src/site/xdoc/download_lang.xml Modified: commons/proper/lang/trunk/src/site/xdoc/download_lang.xml URL: http

svn commit: r1560275 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/StringUtils.java test/java/org/apache/commons/lang3/StringUtilsTest.java

2014-01-22 Thread bayard
Author: bayard Date: Wed Jan 22 08:19:22 2014 New Revision: 1560275 URL: http://svn.apache.org/r1560275 Log: Applying Eli Lindsey's patch to Yaniv Kunda's report in LANG-936 that StringUtils.getLevensteinDistance(String, String, int) gave the wrong answer when the int threshold is near

svn commit: r1535653 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/builder/EqualsBuilder.java test/java/org/apache/commons/lang3/builder/EqualsBuilderTest

2013-10-25 Thread bayard
Author: bayard Date: Fri Oct 25 08:19:29 2013 New Revision: 1535653 URL: http://svn.apache.org/r1535653 Log: Applying Thomas Neidhart's patch for LANG-905; fixing a bug in which EqualsBuilder considers two arrays of the same type to be equal, without considering the contents Modified

svn commit: r1535911 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/text/translate/OctalUnescaper.java test/java/org/apache/commons/lang3/text/translate/Oc

2013-10-25 Thread bayard
Author: bayard Date: Sat Oct 26 02:14:35 2013 New Revision: 1535911 URL: http://svn.apache.org/r1535911 Log: Applying github pull request https://github.com/apache/commons-lang/pull/5, linked as LANG-928, fixing a bug in OctalEscaper trying to parse octal numbers longer than 3 digits Modified

svn commit: r1535914 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/text/translate/OctalUnescaper.java test/java/org/apache/commons/lang3/text/translate/OctalUnescaperTest.jav

2013-10-25 Thread bayard
Author: bayard Date: Sat Oct 26 02:45:39 2013 New Revision: 1535914 URL: http://svn.apache.org/r1535914 Log: Rewriting OctalUnescaper as a hand rolled parser (all of 4 characters), instead of trying to handle the conversion via repeated attempts to convert the numbers. This fixes bugs, see LANG

svn commit: r1535915 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/translate/OctalUnescaper.java

2013-10-25 Thread bayard
Author: bayard Date: Sat Oct 26 02:48:35 2013 New Revision: 1535915 URL: http://svn.apache.org/r1535915 Log: Updating javadoc to not use parseInt as an explanation for why it doesn't support octals larger than \377 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3

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

2013-10-25 Thread bayard
Author: bayard Date: Sat Oct 26 02:50:25 2013 New Revision: 1535916 URL: http://svn.apache.org/r1535916 Log: Adding LANG-928, also moved a couple of items to past tense Modified: commons/proper/lang/trunk/src/changes/changes.xml Modified: commons/proper/lang/trunk/src/changes/changes.xml

svn commit: r1535515 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/StringUtils.java test/java/org/apache/commons/lang3/StringUtilsTest.java

2013-10-24 Thread bayard
Author: bayard Date: Thu Oct 24 19:54:47 2013 New Revision: 1535515 URL: http://svn.apache.org/r1535515 Log: Applying Alexander Muthmann's patch from LANG-848, adding isBlank/isEmpty CharSequence... variants Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3

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

2013-10-24 Thread bayard
Author: bayard Date: Thu Oct 24 20:07:24 2013 New Revision: 1535519 URL: http://svn.apache.org/r1535519 Log: Noting LANG-848 Modified: commons/proper/lang/trunk/src/changes/changes.xml Modified: commons/proper/lang/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons

svn commit: r1535547 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/text/ExtendedMessageFormat.java test/java/org/apache/commons/lang3/text/ExtendedMessage

2013-10-24 Thread bayard
Author: bayard Date: Thu Oct 24 20:54:34 2013 New Revision: 1535547 URL: http://svn.apache.org/r1535547 Log: Applying Thomas' patch from LANG-917 - fixing Arne Burmeister's reported exception when combining custom and choice formats Modified: commons/proper/lang/trunk/src/changes

svn commit: r1535555 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/time/StopWatch.java test/java/org/apache/commons/lang3/time/StopWatchTest.java

2013-10-24 Thread bayard
Author: bayard Date: Thu Oct 24 21:23:40 2013 New Revision: 153 URL: http://svn.apache.org/r153 Log: Applying Sebb's patch from LANG-774 - adding isStarted, isSuspended and isStopped to StopWatch Modified: commons/proper/lang/trunk/src/changes/changes.xml commons/proper/lang

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

2013-10-23 Thread bayard
Author: bayard Date: Wed Oct 23 18:18:38 2013 New Revision: 1535095 URL: http://svn.apache.org/r1535095 Log: Removing the ASF @author Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/NotImplementedException.java Modified: commons/proper/lang/trunk/src/main/java

svn commit: r1534730 - /commons/proper/chain/trunk/dist/src/main/assembly/NOTICE-with-deps.txt

2013-10-22 Thread bayard
Author: bayard Date: Tue Oct 22 19:04:12 2013 New Revision: 1534730 URL: http://svn.apache.org/r1534730 Log: developed at-developed by Modified: commons/proper/chain/trunk/dist/src/main/assembly/NOTICE-with-deps.txt Modified: commons/proper/chain/trunk/dist/src/main/assembly/NOTICE

svn commit: r1534731 - /commons/proper/digester/trunk/dist/src/main/assembly/NOTICE-with-deps.txt

2013-10-22 Thread bayard
Author: bayard Date: Tue Oct 22 19:05:09 2013 New Revision: 1534731 URL: http://svn.apache.org/r1534731 Log: developed at-developed by Modified: commons/proper/digester/trunk/dist/src/main/assembly/NOTICE-with-deps.txt Modified: commons/proper/digester/trunk/dist/src/main/assembly/NOTICE

svn commit: r1534732 - in /commons/proper/jci/trunk/compilers: eclipse/src/main/resources/NOTICE.txt groovy/src/main/resources/NOTICE.txt janino/src/main/resources/NOTICE.txt jsr199/src/main/resources

2013-10-22 Thread bayard
Author: bayard Date: Tue Oct 22 19:05:51 2013 New Revision: 1534732 URL: http://svn.apache.org/r1534732 Log: developed at-developed by Modified: commons/proper/jci/trunk/compilers/eclipse/src/main/resources/NOTICE.txt commons/proper/jci/trunk/compilers/groovy/src/main/resources

svn commit: r1534733 - /commons/proper/weaver/trunk/NOTICE.txt

2013-10-22 Thread bayard
Author: bayard Date: Tue Oct 22 19:06:05 2013 New Revision: 1534733 URL: http://svn.apache.org/r1534733 Log: developed at-developed by Modified: commons/proper/weaver/trunk/NOTICE.txt Modified: commons/proper/weaver/trunk/NOTICE.txt URL: http://svn.apache.org/viewvc/commons/proper/weaver

svn commit: r1534380 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/NotImplementedException.java test/java/org/apache/commons/lang3/NotImplementedExceptionTest.java

2013-10-21 Thread bayard
Author: bayard Date: Mon Oct 21 21:24:47 2013 New Revision: 1534380 URL: http://svn.apache.org/r1534380 Log: Returning NotImplementedException to Lang after it was removed in Lang 3.0 per the request in LANG-769. Added: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3

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

2013-10-19 Thread bayard
Author: bayard Date: Sat Oct 19 17:10:57 2013 New Revision: 1533787 URL: http://svn.apache.org/r1533787 Log: Adding checkstyle reportset so we don't get the aggregate report. Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org

svn commit: r883363 [1/48] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/builder/ apidocs/org/apache/com

2013-10-19 Thread bayard
Author: bayard Date: Sat Oct 19 17:17:55 2013 New Revision: 883363 Log: Site checkin for project Commons Lang Removed: websites/production/commons/content/proper/commons-lang/checkstyle-aggregate.html Modified: websites/production/commons/content/proper/commons-lang/apidocs/deprecated

svn commit: r883363 [4/48] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/builder/ apidocs/org/apache/com

2013-10-19 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/time/FastDatePrinter.html == ---

svn commit: r883363 [6/48] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/builder/ apidocs/org/apache/com

2013-10-19 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/apidocs/src-html/org/apache/commons/lang3/builder/ToStringBuilder.html == ---

svn commit: r883363 [23/48] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/builder/ apidocs/org/apache/co

2013-10-19 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/taglist.html == --- websites/production/commons/content/proper/commons-lang/taglist.html (original) +++

svn commit: r883363 [26/48] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/builder/ apidocs/org/apache/co

2013-10-19 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/testapidocs/org/apache/commons/lang3/text/StrBuilderAppendInsertTest.html == ---

svn commit: r883363 [10/48] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/builder/ apidocs/org/apache/co

2013-10-19 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/article2_4.html == --- websites/production/commons/content/proper/commons-lang/article2_4.html (original) +++

svn commit: r883363 [8/48] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/builder/ apidocs/org/apache/com

2013-10-19 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/apidocs/src-html/org/apache/commons/lang3/reflect/TypeLiteral.html == ---

svn commit: r883363 [17/48] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/builder/ apidocs/org/apache/co

2013-10-19 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.reflect.MemberUtils.html == ---

svn commit: r883363 [42/48] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/builder/ apidocs/org/apache/co

2013-10-19 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/xref-test/org/apache/commons/lang3/time/DateUtilsTest.html == ---

svn commit: r883363 [44/48] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/builder/ apidocs/org/apache/co

2013-10-19 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/xref/org/apache/commons/lang3/builder/ToStringBuilder.html == ---

svn commit: r883363 [31/48] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/builder/ apidocs/org/apache/co

2013-10-19 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/testapidocs/src-html/org/apache/commons/lang3/text/ExtendedMessageFormatTest.html == ---

svn commit: r883363 [46/48] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/builder/ apidocs/org/apache/co

2013-10-19 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/xref/org/apache/commons/lang3/reflect/TypeLiteral.html == ---

svn commit: r883363 [48/48] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/builder/ apidocs/org/apache/co

2013-10-19 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/xref/org/apache/commons/lang3/time/FormatCache.html == ---

svn commit: r883363 [34/48] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/builder/ apidocs/org/apache/co

2013-10-19 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/testapidocs/src-html/org/apache/commons/lang3/time/DateUtilsTest.html == ---

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

2013-10-19 Thread bayard
Author: bayard Date: Sat Oct 19 17:25:04 2013 New Revision: 1533794 URL: http://svn.apache.org/r1533794 Log: Fixing typo in javadoc Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Modified: commons/proper/lang/trunk/src/main/java/org/apache

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

2013-10-17 Thread bayard
Author: bayard Date: Thu Oct 17 06:09:47 2013 New Revision: 1532973 URL: http://svn.apache.org/r1532973 Log: Added a Getting Involved section specifically for Lang Modified: commons/proper/lang/trunk/src/site/xdoc/index.xml Modified: commons/proper/lang/trunk/src/site/xdoc/index.xml URL

svn commit: r882935 [1/37] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/reflect/ apidocs/org/apache/com

2013-10-17 Thread bayard
Author: bayard Date: Thu Oct 17 06:18:45 2013 New Revision: 882935 Log: Site checkin for project Commons Lang Added: websites/production/commons/content/proper/commons-lang/javancss.html (with props) Modified: websites/production/commons/content/proper/commons-lang/apidocs/deprecated

svn commit: r882935 [4/37] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/reflect/ apidocs/org/apache/com

2013-10-17 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/time/DateParser.html == ---

svn commit: r882935 [15/37] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/reflect/ apidocs/org/apache/co

2013-10-17 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.BitField.html == ---

svn commit: r882935 [27/37] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/reflect/ apidocs/org/apache/co

2013-10-17 Thread bayard
1497829 2013-06-28 16:21:09Z brentworden $/DD + DD$Id: StringUtilsTest.java 1531643 2013-10-13 09:02:07Z bayard $/DD /DL HR @@ -971,7 +971,7 @@ public A HREF=../../../../src-html/org A NAME=testConstructor()!-- --/AH3 testConstructor/H3 PRE -public void A HREF=../../../../src-html/org/apache

svn commit: r882935 [24/37] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/reflect/ apidocs/org/apache/co

2013-10-17 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/pmd.html == --- websites/production/commons/content/proper/commons-lang/pmd.html (original) +++

svn commit: r882935 [9/37] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/reflect/ apidocs/org/apache/com

2013-10-17 Thread bayard
1532684 2013-10-16 08:28:42Z bayard $a name=line.34/a FONT color=green035/FONT */a name=line.35/a FONT color=green036/FONTpublic class RandomStringUtils {a name=line.36/a FONT color=green037/FONTa name=line.37/a @@ -136,9 +136,9 @@ FONT color=green133/FONT * characters

svn commit: r882935 [36/37] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/reflect/ apidocs/org/apache/co

2013-10-17 Thread bayard
:09:45Z ggregory $/em +a class=jxr_linenumber name=34 href=#3434/a em class=jxr_javadoccomment * @version $Id: RandomStringUtils.java 1532684 2013-10-16 08:28:42Z bayard $/em a class=jxr_linenumber name=35 href=#3535/a em class=jxr_javadoccomment *//em a class=jxr_linenumber name=36 href

svn commit: r882935 [11/37] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/reflect/ apidocs/org/apache/co

2013-10-17 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/article2_4.html == --- websites/production/commons/content/proper/commons-lang/article2_4.html (original) +++

svn commit: r882935 [26/37] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/reflect/ apidocs/org/apache/co

2013-10-17 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/taglist.html == --- websites/production/commons/content/proper/commons-lang/taglist.html (original) +++

svn commit: r882935 [17/37] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/reflect/ apidocs/org/apache/co

2013-10-17 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.CharEncoding.html == ---

svn commit: r882935 [22/37] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/reflect/ apidocs/org/apache/co

2013-10-17 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.time.FastDatePrinter.html == ---

svn commit: r882935 [30/37] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/reflect/ apidocs/org/apache/co

2013-10-17 Thread bayard
Modified: websites/production/commons/content/proper/commons-lang/upgradeto2_0.html == --- websites/production/commons/content/proper/commons-lang/upgradeto2_0.html (original) +++

svn commit: r1532995 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/StringUtils.java test/java/org/apache/commons/lang3/StringUtilsTest.java

2013-10-17 Thread bayard
Author: bayard Date: Thu Oct 17 07:30:57 2013 New Revision: 1532995 URL: http://svn.apache.org/r1532995 Log: Deprecating StringUtils.toString(byte[],String) in favour of a new CharSet based method, as reported by Aaron Digulla in LANG-795 Modified: commons/proper/lang/trunk/src/changes

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

2013-10-16 Thread bayard
Author: bayard Date: Wed Oct 16 08:28:42 2013 New Revision: 1532684 URL: http://svn.apache.org/r1532684 Log: Fixing the documentation so that a random string of numbers and letters is not guaranteeing that a number or a letter will appear as reported by Andrzej Winnicki in LANG-902 Modified

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

2013-10-16 Thread bayard
Author: bayard Date: Wed Oct 16 08:30:39 2013 New Revision: 1532685 URL: http://svn.apache.org/r1532685 Log: Noting the javadoc fix for RandomStringUtils per LANG-902 Modified: commons/proper/lang/trunk/src/changes/changes.xml Modified: commons/proper/lang/trunk/src/changes/changes.xml URL

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

2013-10-15 Thread bayard
Author: bayard Date: Tue Oct 15 06:54:25 2013 New Revision: 1532225 URL: http://svn.apache.org/r1532225 Log: Applying javadoc for DateParser from LANG-840 from Duncan Jones Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateParser.java Modified: commons

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

2013-10-15 Thread bayard
Author: bayard Date: Tue Oct 15 06:56:42 2013 New Revision: 1532228 URL: http://svn.apache.org/r1532228 Log: Adding missing javadoc per checkstyle and Duncan Jones at LANG-840 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateParser.java Modified

svn commit: r1532174 - /commons/trunks-proper/CHALLENGE.txt

2013-10-14 Thread bayard
Author: bayard Date: Tue Oct 15 03:52:25 2013 New Revision: 1532174 URL: http://svn.apache.org/r1532174 Log: I'm going to challenge that all of Commons is dormant. This file is to record where people are maintaining components. This is intended as a baseline to get us back into normal, then we

svn commit: r1532177 - /commons/trunks-proper/CHALLENGE.txt

2013-10-14 Thread bayard
Author: bayard Date: Tue Oct 15 03:57:35 2013 New Revision: 1532177 URL: http://svn.apache.org/r1532177 Log: While there are a few others I feel emotionally committed to and would hop in to help on, and may add my name to as I see others showng their involvement, reality is that Lang

svn commit: r1532184 - /commons/trunks-proper/CHALLENGE.txt

2013-10-14 Thread bayard
Author: bayard Date: Tue Oct 15 04:35:46 2013 New Revision: 1532184 URL: http://svn.apache.org/r1532184 Log: Raising the bar :) Modified: commons/trunks-proper/CHALLENGE.txt Modified: commons/trunks-proper/CHALLENGE.txt URL: http://svn.apache.org/viewvc/commons/trunks-proper/CHALLENGE.txt

svn commit: r882376 - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/builder/ apidocs/org/apache/commons/la

2013-10-13 Thread bayard
Author: bayard Date: Sun Oct 13 08:23:02 2013 New Revision: 882376 Log: Committing latest site to fix the navigational issues on the LHS [This commit notification would consist of 568 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1531643 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/StringUtils.java test/java/org/apache/commons/lang3/StringUtilsTest.java

2013-10-13 Thread bayard
Author: bayard Date: Sun Oct 13 09:02:07 2013 New Revision: 1531643 URL: http://svn.apache.org/r1531643 Log: Adding 00A0 to the list of whitespace characters per LANG-910 Modified: commons/proper/lang/trunk/src/changes/changes.xml commons/proper/lang/trunk/src/main/java/org/apache

svn commit: r1476070 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/StringUtils.java test/java/org/apache/commons/lang3/StringUtilsTest.java

2013-04-26 Thread bayard
Author: bayard Date: Fri Apr 26 06:51:07 2013 New Revision: 1476070 URL: http://svn.apache.org/r1476070 Log: Applying Joanne's subsequent patch from LANG-875 making appendIfMissing use the same logic for null as endsWith (by reusing endsWith). Modified: commons/proper/lang/trunk/src/main

svn commit: r859794 - in /websites/production/commons/content: ./ dormant/ proper/ sandbox/

2013-04-24 Thread bayard
Author: bayard Date: Thu Apr 25 01:49:11 2013 New Revision: 859794 Log: Publishing svnmucc operation to commons site by bayard Added: websites/production/commons/content/ - copied from r859793, websites/staging/commons/trunk/content/ websites/production/commons/content/dormant

svn commit: r1471809 - /commons/cms-site/trunk/content/xdoc/site-publish.xml

2013-04-24 Thread bayard
Author: bayard Date: Thu Apr 25 02:03:29 2013 New Revision: 1471809 URL: http://svn.apache.org/r1471809 Log: Updating the site publishing to make it clearer how to test and publish the staging site if the bookmarklet approach isn't used Modified: commons/cms-site/trunk/content/xdoc/site

svn commit: r1471810 - /commons/cms-site/trunk/content/xdoc/site-publish.xml

2013-04-24 Thread bayard
Author: bayard Date: Thu Apr 25 02:07:22 2013 New Revision: 1471810 URL: http://svn.apache.org/r1471810 Log: Adding a link to the buildbot Modified: commons/cms-site/trunk/content/xdoc/site-publish.xml Modified: commons/cms-site/trunk/content/xdoc/site-publish.xml URL: http

svn commit: r859797 - in /websites/production/commons/content: ./ dormant/ proper/ sandbox/

2013-04-24 Thread bayard
Author: bayard Date: Thu Apr 25 02:08:22 2013 New Revision: 859797 Log: Publishing svnmucc operation to commons site by bayard Added: websites/production/commons/content/ - copied from r859796, websites/staging/commons/trunk/content/ websites/production/commons/content/dormant

svn commit: r1471811 - /commons/cms-site/trunk/content/xdoc/site-publish.xml

2013-04-24 Thread bayard
Author: bayard Date: Thu Apr 25 02:11:59 2013 New Revision: 1471811 URL: http://svn.apache.org/r1471811 Log: And a link to the publish page Modified: commons/cms-site/trunk/content/xdoc/site-publish.xml Modified: commons/cms-site/trunk/content/xdoc/site-publish.xml URL: http

svn commit: r859800 - in /websites/production/commons/content: ./ dormant/ proper/ sandbox/

2013-04-24 Thread bayard
Author: bayard Date: Thu Apr 25 02:12:50 2013 New Revision: 859800 Log: Publishing svnmucc operation to commons site by bayard Added: websites/production/commons/content/ - copied from r859799, websites/staging/commons/trunk/content/ websites/production/commons/content/dormant

svn commit: r1470822 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/text/translate/LookupTranslator.java test/java/org/apache/commons/lang3/text/translate/

2013-04-23 Thread bayard
Author: bayard Date: Tue Apr 23 06:00:41 2013 New Revision: 1470822 URL: http://svn.apache.org/r1470822 Log: Allow LookupTranslator to support CharSequence properly; previously it was working only for CharSequence's that implemented hashCode and equals(Object). LANG-882 Modified: commons

svn commit: r1470384 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/translate/LookupTranslator.java

2013-04-21 Thread bayard
Author: bayard Date: Mon Apr 22 04:18:24 2013 New Revision: 1470384 URL: http://svn.apache.org/r1470384 Log: Adding a javadoc note regarding LANG-882 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/translate/LookupTranslator.java Modified: commons/proper

svn commit: r1470390 - /commons/cms-site/trunk/content/xdoc/index.xml

2013-04-21 Thread bayard
Author: bayard Date: Mon Apr 22 05:44:04 2013 New Revision: 1470390 URL: http://svn.apache.org/r1470390 Log: Dropping the links to WS and XML Commons as both subsites are retired/dead Modified: commons/cms-site/trunk/content/xdoc/index.xml Modified: commons/cms-site/trunk/content/xdoc

svn commit: r1470130 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/CharSetUtils.java test/java/org/apache/commons/lang3/CharSetUtilsTest.java

2013-04-20 Thread bayard
Author: bayard Date: Sat Apr 20 09:05:43 2013 New Revision: 1470130 URL: http://svn.apache.org/r1470130 Log: Add a CharSetUtils.containsAny(String, String) per LANG-886 Modified: commons/proper/lang/trunk/src/changes/changes.xml commons/proper/lang/trunk/src/main/java/org/apache/commons

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

2013-04-20 Thread bayard
Author: bayard Date: Sun Apr 21 04:52:28 2013 New Revision: 1470262 URL: http://svn.apache.org/r1470262 Log: Added more detail to the explanation of the oddly backwards way that difference(String, String) works as noted in LANG-784 Modified: commons/proper/lang/trunk/src/main/java/org

svn commit: r1469220 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/CharSequenceUtils.java test/java/org/apache/commons/lang3/StringUtilsStartsEndsWithTest.java

2013-04-18 Thread bayard
Author: bayard Date: Thu Apr 18 08:15:47 2013 New Revision: 1469220 URL: http://svn.apache.org/r1469220 Log: Adding Dmitry Katsubo's patch from LANG-846, providing CharSequenceUtils.regionMatches with a proper green implementation instead of inefficiently converting to Strings Modified

svn commit: r1467202 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/StringUtils.java test/java/org/apache/commons/lang3/StringUtilsTest.java

2013-04-12 Thread bayard
Author: bayard Date: Fri Apr 12 08:27:22 2013 New Revision: 1467202 URL: http://svn.apache.org/r1467202 Log: Applying Joanne Polsky's patch adding appendIfMissing/prependIfMissing methods to StringUtils [LANG-875] Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3

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

2013-04-12 Thread bayard
Author: bayard Date: Fri Apr 12 08:34:34 2013 New Revision: 1467204 URL: http://svn.apache.org/r1467204 Log: Noted LANG-875 in the changes.xml Modified: commons/proper/lang/trunk/src/changes/changes.xml Modified: commons/proper/lang/trunk/src/changes/changes.xml URL: http://svn.apache.org

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

2013-04-12 Thread bayard
Author: bayard Date: Fri Apr 12 08:36:53 2013 New Revision: 1467205 URL: http://svn.apache.org/r1467205 Log: Fixing the @since for LANG-875 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Modified: commons/proper/lang/trunk/src/main/java/org

svn commit: r1467206 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/StringEscapeUtils.java test/java/org/apache/commons/lang3/StringEscapeUtilsTest.java

2013-04-12 Thread bayard
Author: bayard Date: Fri Apr 12 08:39:02 2013 New Revision: 1467206 URL: http://svn.apache.org/r1467206 Log: Added escape/unescapeJson methods per Maurizio Cucchiara's patch in LANG-797 Modified: commons/proper/lang/trunk/src/changes/changes.xml commons/proper/lang/trunk/src/main/java

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

2013-03-22 Thread bayard
Author: bayard Date: Fri Mar 22 07:25:50 2013 New Revision: 1459651 URL: http://svn.apache.org/r1459651 Log: Adding CR and LF to StringUtils. LANG-870 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Modified: commons/proper/lang/trunk/src/main

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

2013-03-22 Thread bayard
Author: bayard Date: Fri Mar 22 07:28:34 2013 New Revision: 1459652 URL: http://svn.apache.org/r1459652 Log: Fixing link from javadoc to point to new oracle site Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/CharUtils.java commons/proper/lang/trunk/src/main

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

2013-03-22 Thread bayard
Author: bayard Date: Fri Mar 22 07:37:03 2013 New Revision: 1459653 URL: http://svn.apache.org/r1459653 Log: Fixing urls to point to new oracle pages and not old, sometimes broken, sun urls Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/CharEncoding.java

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

2013-03-22 Thread bayard
Author: bayard Date: Fri Mar 22 07:39:03 2013 New Revision: 1459654 URL: http://svn.apache.org/r1459654 Log: Updating changes file for two recent commits Modified: commons/proper/lang/trunk/src/changes/changes.xml Modified: commons/proper/lang/trunk/src/changes/changes.xml URL: http

svn commit: r1301863 - /commons/proper/lang/trunk/NOTICE.txt

2012-03-16 Thread bayard
Author: bayard Date: Sat Mar 17 04:46:49 2012 New Revision: 1301863 URL: http://svn.apache.org/viewvc?rev=1301863view=rev Log: Updating copyright to 2012 Modified: commons/proper/lang/trunk/NOTICE.txt Modified: commons/proper/lang/trunk/NOTICE.txt URL: http://svn.apache.org/viewvc/commons

svn commit: r1301865 - in /commons/proper: bcel/trunk/ beanutils/trunk/ betwixt/trunk/ bsf/trunk/ collections/trunk/ commons-build-plugin/trunk/ commons-parent/trunk/ commons-sandbox-parent/trunk/ csv

2012-03-16 Thread bayard
Author: bayard Date: Sat Mar 17 05:09:23 2012 New Revision: 1301865 URL: http://svn.apache.org/viewvc?rev=1301865view=rev Log: Updating copyright dates in notice per expressive last entries in each components svn log Modified: commons/proper/bcel/trunk/NOTICE.txt commons/proper

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

2012-03-11 Thread bayard
Author: bayard Date: Mon Mar 12 04:37:38 2012 New Revision: 1299560 URL: http://svn.apache.org/viewvc?rev=1299560view=rev Log: Adding javadoc note concerning LANG-755 and the bug in java.util.Calendar. Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time

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

2012-03-04 Thread bayard
Author: bayard Date: Sun Mar 4 09:45:21 2012 New Revision: 1296774 URL: http://svn.apache.org/viewvc?rev=1296774view=rev Log: Simplifying the unaccent code to no longer support Java 5 Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Modified

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

2012-02-19 Thread bayard
Author: bayard Date: Sun Feb 19 09:26:06 2012 New Revision: 1290976 URL: http://svn.apache.org/viewvc?rev=1290976view=rev Log: Applying Felix Müller's patch from LANG-462 to fix a timezone assumption in a test and remove Java 6 interface implementation @Override statements Modified

  1   2   3   4   5   6   7   8   9   10   >