Commit Graph

3155 Commits

Author SHA1 Message Date
Sebastian Bazley fafb1135a1 Clarify deprecation
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1163586 13f79535-47bb-0310-9956-ffa450edef68
2011-08-31 11:41:10 +00:00
Henri Yandell 087067d581 Removing most of the ComparatorUtils code. Need to figure out how to get rid of the last attribute.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1162021 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26 08:22:00 +00:00
Henri Yandell a41bf2aa2e Adding javadoc for the type
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1162020 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26 08:19:53 +00:00
Henri Yandell 6cf48caa26 Deprecating chomp(String, String) per Verneri Åberg's report in LANG-748
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1161997 13f79535-47bb-0310-9956-ffa450edef68
2011-08-26 05:19:00 +00:00
Henri Yandell 2e30bec7af Rolling back r1161378. NullComparator and ReverseComparator need the NATURAL_COMPARATOR field and the ComparableComparator.INSTANCE field is not a straight replacement
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1161605 13f79535-47bb-0310-9956-ffa450edef68
2011-08-25 15:27:39 +00:00
Henri Yandell 7eb4f39699 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 the comparators.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1161378 13f79535-47bb-0310-9956-ffa450edef68
2011-08-25 04:29:29 +00:00
Sebastian Bazley 41326bf526 LANG-746 NumberUtils does not handle upper-case hex: 0X and -0X
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1160660 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 12:32:52 +00:00
Sebastian Bazley c98fbe27b2 Avoid boxing of both arguments
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1160647 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 12:17:26 +00:00
Henri Yandell 90e280bced Adding current 3.0.2 items
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1160581 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 08:23:12 +00:00
Henri Yandell b948627d91 Adding documentation that the Mutable numbers don't work as might be expected with String.format. LANG-698
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1160571 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 07:36:08 +00:00
Henri Yandell 7636080403 Adding an exception to catch AccessControlExceptions in Google App Engine as reported by Clément Denis in LANG-744
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1160568 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 07:05:46 +00:00
Henri Yandell e234e7d341 Adding FreeBSD, NetBSD and OpenBSD per Oliver's suggestion in LANG-695
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1160564 13f79535-47bb-0310-9956-ffa450edef68
2011-08-23 06:56:42 +00:00
Henri Yandell c7d0111a2a Filling out ReverseComparator testing
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1160015 13f79535-47bb-0310-9956-ffa450edef68
2011-08-21 17:26:36 +00:00
Henri Yandell 07f1732b2f Adding a basic ComparableComparator test
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1159030 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 04:36:12 +00:00
Henri Yandell f4ebe14c5f Dropped @author notes, moved individuals to the pom.xml contributor list
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1159028 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 04:27:57 +00:00
Henri Yandell 8e57642b79 Adding a basic FixedOrderComparatorTest
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1159026 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 04:24:57 +00:00
Henri Yandell 678146cb18 Removing excludes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1159025 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 04:24:44 +00:00
Henri Yandell 4fd7625f4b Adding a basic ReverseComparatorTest
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1159024 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 04:20:40 +00:00
Henri Yandell 0eaabc4315 Adding a basic NullComparatorTest
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1159023 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 04:13:48 +00:00
Henri Yandell 4335b4067d Removing collections tests - far too complex a system for the comparators' needs. Will rewrite as standalone test classes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1159018 13f79535-47bb-0310-9956-ffa450edef68
2011-08-18 03:59:16 +00:00
Henri Yandell 2c499868db Fixing the component-name (aka artifactId in Maven language). LANG-741
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1158501 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17 04:11:37 +00:00
Gary D. Gregory 76416c0ad8 Port to JUnit 4.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1158284 13f79535-47bb-0310-9956-ffa450edef68
2011-08-16 14:11:31 +00:00
Gary D. Gregory 866705e3c6 Port to JUnit 4.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1158282 13f79535-47bb-0310-9956-ffa450edef68
2011-08-16 14:09:15 +00:00
Gary D. Gregory 4c2f18af7f [LANG-736] CharUtils static final array CHAR_STRING is not needed to compute CHAR_STRING_ARRAY.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1158279 13f79535-47bb-0310-9956-ffa450edef68
2011-08-16 14:06:45 +00:00
Gary D. Gregory 1493ab204f Port to JUnit 4.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1158278 13f79535-47bb-0310-9956-ffa450edef68
2011-08-16 14:04:52 +00:00
Sebastian Bazley 11425c7892 Replace non-ASCII hyphen with ASCII version
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1157551 13f79535-47bb-0310-9956-ffa450edef68
2011-08-14 15:35:16 +00:00
Sebastian Bazley 29b73279bc 3.0.1 has been released - change to next snapshot version
Hopefully that might fix Continuum build failures (cannot deploy artifact 3.0.1 - just as well, really)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1157521 13f79535-47bb-0310-9956-ffa450edef68
2011-08-14 12:14:35 +00:00
Henri Yandell ee86046d1a Incrementing the clirr version
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1157459 13f79535-47bb-0310-9956-ffa450edef68
2011-08-14 03:25:18 +00:00
Henri Yandell 6f417859b7 Formatting the Maven xml block
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1156027 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 05:11:15 +00:00
Henri Yandell f3ff37b4de More updates to the front page
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1156026 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 04:52:59 +00:00
Henri Yandell f55832f51f Adding 3.0.1
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1156024 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 04:44:14 +00:00
Henri Yandell 9972bc15ea Setting release date
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1156022 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 04:42:10 +00:00
Henri Yandell 8b7f1e5c99 Missed 3.0
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1156021 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 04:40:48 +00:00
Henri Yandell 92cd620d4b Upgrading version in site.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1156020 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 04:39:35 +00:00
Henri Yandell 2b0a81b899 Adding 2.x release notes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1156018 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 04:04:22 +00:00
Henri Yandell 03bcf46acd Linking in release notes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1156017 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 04:02:34 +00:00
Henri Yandell a644b32010 More release notes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1156016 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 04:01:38 +00:00
Henri Yandell c600bccaeb 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 to build a dir with all the release notes we've had
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1156015 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 03:58:11 +00:00
Henri Yandell 5716bf685b Improving the text to work with our having released more than one 3.x version
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1156014 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 03:56:45 +00:00
Henri Yandell 735a878284 Dropping the 2.6 download link on the site (given that it was broken anyway)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1156010 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 03:32:00 +00:00
Sebastian Bazley 4cdf15db22 eol-style
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1155423 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 16:15:28 +00:00
Sebastian Bazley f59609bb4d eol-style
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1155421 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 16:13:53 +00:00
Henri Yandell 64003a07a7 Updating site to 3.0.1. Realizing that I'll have some fun keeping the compare/ package out of the site upon 3.0.1 release :)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1154847 13f79535-47bb-0310-9956-ffa450edef68
2011-08-08 05:49:27 +00:00
Henri Yandell b0e216a208 Fixing package names and adding excludes to the pom.xml for the parts of the collections framework that followed over
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1154844 13f79535-47bb-0310-9956-ffa450edef68
2011-08-08 05:26:12 +00:00
Henri Yandell 2093b8da08 Copying from Collections to Lang
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1154842 13f79535-47bb-0310-9956-ffa450edef68
2011-08-08 05:20:03 +00:00
Henri Yandell f971e82651 Copying from Collections to Lang
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1154841 13f79535-47bb-0310-9956-ffa450edef68
2011-08-08 05:19:59 +00:00
Henri Yandell 4d0f6ab3f0 Copying from Collections to Lang
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1154840 13f79535-47bb-0310-9956-ffa450edef68
2011-08-08 05:19:56 +00:00
Henri Yandell 12c7493a52 Copying from Collections to Lang
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1154839 13f79535-47bb-0310-9956-ffa450edef68
2011-08-08 05:19:54 +00:00
Henri Yandell c66005b91f Copying from Collections to Lang
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1154838 13f79535-47bb-0310-9956-ffa450edef68
2011-08-08 05:19:51 +00:00
Henri Yandell 359d7d225e Copying from Collections to Lang
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1154837 13f79535-47bb-0310-9956-ffa450edef68
2011-08-08 05:19:01 +00:00