Commit Graph

3767 Commits

Author SHA1 Message Date
Benedikt Ritter c20c8fa1bc LANG-953: Convert package.html files to package-info.java files
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1558546 13f79535-47bb-0310-9956-ffa450edef68
2014-01-15 19:38:15 +00:00
Benedikt Ritter 282c5699e4 Fix typo introduced by myself :o)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1558513 13f79535-47bb-0310-9956-ffa450edef68
2014-01-15 18:59:21 +00:00
Benedikt Ritter 3af7ba8e46 Fix JavaDoc problems
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1558512 13f79535-47bb-0310-9956-ffa450edef68
2014-01-15 18:56:57 +00:00
Benedikt Ritter be963fc089 Simplify assertions by using assertNull instead of assertEquals(null, ...)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1558507 13f79535-47bb-0310-9956-ffa450edef68
2014-01-15 18:50:11 +00:00
Benedikt Ritter 1f9493cd56 Add missing tickets to changes.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1558482 13f79535-47bb-0310-9956-ffa450edef68
2014-01-15 17:35:23 +00:00
Chas Honton 03645a1ec1 LANG-949 and LANG-950
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1557882 13f79535-47bb-0310-9956-ffa450edef68
2014-01-13 23:01:23 +00:00
Benedikt Ritter 2abe2c8366 No need to do a save comparison here
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1557597 13f79535-47bb-0310-9956-ffa450edef68
2014-01-12 18:59:08 +00:00
Benedikt Ritter 10fee7abaf LANG-940: Fix deprecation warnings; found some more usages
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1557592 13f79535-47bb-0310-9956-ffa450edef68
2014-01-12 18:53:16 +00:00
Benedikt Ritter bdb68492fc Remove unnecessary semicolon
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1557589 13f79535-47bb-0310-9956-ffa450edef68
2014-01-12 18:45:19 +00:00
Benedikt Ritter 9a5706719c Fix compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1557586 13f79535-47bb-0310-9956-ffa450edef68
2014-01-12 18:32:39 +00:00
Benedikt Ritter 7692a9d575 Fix typos
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1557585 13f79535-47bb-0310-9956-ffa450edef68
2014-01-12 18:29:53 +00:00
Benedikt Ritter d048a37502 LANG-940: Fix deprecation warnings
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1557584 13f79535-47bb-0310-9956-ffa450edef68
2014-01-12 18:26:49 +00:00
Benedikt Ritter 2b795dd03a Add missing resolved issue to changes.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1557572 13f79535-47bb-0310-9956-ffa450edef68
2014-01-12 17:58:00 +00:00
Benedikt Ritter c825a13b0b Fix typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1557520 13f79535-47bb-0310-9956-ffa450edef68
2014-01-12 12:38:08 +00:00
Benedikt Ritter 11a15c6394 LANG-834: Validate: add inclusiveBetween and exclusiveBetween overloads for primitives types. Initial patch provided by Sebb.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1557509 13f79535-47bb-0310-9956-ffa450edef68
2014-01-12 10:22:00 +00:00
Benedikt Ritter 28daf04ae2 Use annotation based testing for failure cases
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1557446 13f79535-47bb-0310-9956-ffa450edef68
2014-01-11 19:39:21 +00:00
Benedikt Ritter 5f8d99694b LANG-900 introduced new features, so next version will be 3.3
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1557435 13f79535-47bb-0310-9956-ffa450edef68
2014-01-11 19:11:48 +00:00
Benedikt Ritter b05a81debb LANG-900: New RandumUtils class. Thanks to Duncan Jones
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1557434 13f79535-47bb-0310-9956-ffa450edef68
2014-01-11 19:10:13 +00:00
Benedikt Ritter 8ea0c02848 LANG-915: Wrong locale handling in LocaleUtils.toLocale(). Thanks to Sergio Fernández
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1557378 13f79535-47bb-0310-9956-ffa450edef68
2014-01-11 13:06:36 +00:00
Benedikt Ritter e42dad3901 Lang requires Java 6, update URL to JavaSE docs
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1557357 13f79535-47bb-0310-9956-ffa450edef68
2014-01-11 11:56:00 +00:00
Matthew Jason Benson 7a62fabdfc [LANG-819] support ? extends as type parameter for input Iterables on #generateBitVector() methods
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1557159 13f79535-47bb-0310-9956-ffa450edef68
2014-01-10 15:41:57 +00:00
Benedikt Ritter 19714df228 Replace old comment with one that really explains the property
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1556856 13f79535-47bb-0310-9956-ffa450edef68
2014-01-09 16:10:04 +00:00
Benedikt Ritter 31e1180905 Reuse properties from default build
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1556855 13f79535-47bb-0310-9956-ffa450edef68
2014-01-09 16:07:52 +00:00
Benedikt Ritter 5d41d0f54c Fix typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1556853 13f79535-47bb-0310-9956-ffa450edef68
2014-01-09 16:05:09 +00:00
Benedikt Ritter a6bd46490d Update doap after 3.2.1 release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1556640 13f79535-47bb-0310-9956-ffa450edef68
2014-01-08 21:14:35 +00:00
Benedikt Ritter 18c73f2de5 Update version numbers after 3.2.1 has been released
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1556638 13f79535-47bb-0310-9956-ffa450edef68
2014-01-08 21:09:36 +00:00
Benedikt Ritter 99338c3732 Add missing empty lines at EOF
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1556363 13f79535-47bb-0310-9956-ffa450edef68
2014-01-07 21:35:37 +00:00
Benedikt Ritter 3e20e18fb3 First version of an ant script to automate creation of RCs
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1556346 13f79535-47bb-0310-9956-ffa450edef68
2014-01-07 20:34:12 +00:00
Benedikt Ritter 21d7d44759 'Apache' is arleady contained in project.name in pom.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1556011 13f79535-47bb-0310-9956-ffa450edef68
2014-01-06 20:08:16 +00:00
Benedikt Ritter b1005ec0c9 Relese notes must contain AL header
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1556010 13f79535-47bb-0310-9956-ffa450edef68
2014-01-06 20:07:26 +00:00
Benedikt Ritter 555d592ed7 Update version number to 3.2.1 on index.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555581 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05 16:58:07 +00:00
Benedikt Ritter d883e8232a Update changes.xml in preparation for 3.2.1 RC1
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555579 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05 16:52:56 +00:00
Benedikt Ritter 834c3a8b0d Update release history page in preparation for 3.2.1 RC1
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555578 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05 16:52:15 +00:00
Benedikt Ritter ff10b1adfc Add release notes to release notes archive
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555577 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05 16:50:18 +00:00
Benedikt Ritter 9007e3d7b0 Update downloads page in preparation of 3.2.1 RC1
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555525 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05 15:30:55 +00:00
Benedikt Ritter a290ab2ee3 Preparing 3.2.1 RC1
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555524 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05 15:24:49 +00:00
Benedikt Ritter 26ef45ca5a Point releases never introduce API changes. It's probably better for users to have a clirr report comparing to 3.1
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555523 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05 15:19:06 +00:00
Benedikt Ritter 1b6457f749 Preparing next release (which will be 3.2.1)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555522 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05 15:08:33 +00:00
Benedikt Ritter b9b452dfaa Add LANG-938 parent ticket to list of changes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555520 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05 14:58:32 +00:00
Benedikt Ritter d971fa4cf7 LANG-942: Test failure in FastDateParserTest and FastDateFormat_ParserTest when building with JDK8. Thanks to Bruno P. Kinoshita and Henri Yandell for their help in fixing this issue.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555485 13f79535-47bb-0310-9956-ffa450edef68
2014-01-05 12:08:29 +00:00
Benedikt Ritter 4d05ad978a Add link to lang's Sonar dashboard
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555107 13f79535-47bb-0310-9956-ffa450edef68
2014-01-03 14:22:41 +00:00
Benedikt Ritter 704312c34c Default implementation actually returns false
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555099 13f79535-47bb-0310-9956-ffa450edef68
2014-01-03 14:09:47 +00:00
Benedikt Ritter 3000281e86 Remove unnecessary white spaces at EOL
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555044 13f79535-47bb-0310-9956-ffa450edef68
2014-01-03 10:27:30 +00:00
Benedikt Ritter 24b6a468ae LANG-941: Test failure in LocaleUtilsTest when building with JDK 8
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555043 13f79535-47bb-0310-9956-ffa450edef68
2014-01-03 10:26:54 +00:00
Benedikt Ritter 02b55d4ff3 Use assertNull instead of comparing to null
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555041 13f79535-47bb-0310-9956-ffa450edef68
2014-01-03 09:45:30 +00:00
Benedikt Ritter c99a4a3ee2 LANG-941: Test failure in LocaleUtilsTest when building with JDK 8 - make problem more explicit by checking for empty strings
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555040 13f79535-47bb-0310-9956-ffa450edef68
2014-01-03 09:43:49 +00:00
Benedikt Ritter d230e3a426 Missed those methods in last commit: Assertion methods can be static
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555038 13f79535-47bb-0310-9956-ffa450edef68
2014-01-03 09:25:11 +00:00
Benedikt Ritter 4af9eed43d Assertion methods can be static
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555037 13f79535-47bb-0310-9956-ffa450edef68
2014-01-03 09:22:25 +00:00
Benedikt Ritter 0f2e42d6ee LANG-937: Fix missing Hamcrest dependency in Ant Build
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1554848 13f79535-47bb-0310-9956-ffa450edef68
2014-01-02 17:06:53 +00:00
Benedikt Ritter 15a51f1d1a Fix wrong download links
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1554660 13f79535-47bb-0310-9956-ffa450edef68
2014-01-01 18:00:30 +00:00