Commit Graph

5276 Commits

Author SHA1 Message Date
Dmitry Ovchinnikov d8ec011d77 LANG-1371: Fix TypeUtils.parameterize to work correctly with narrower-typed varargs array (closes #307) 2017-12-20 17:18:08 +01:00
nbarban bfb43d3fe2 StringUtils#getDigits : Fix a small mistake in javadoc description. (closes #310) 2017-12-20 16:58:07 +01:00
Bruno P. Kinoshita dd2394323b LANG-1370: Add changes.xml entry 2017-11-25 21:38:17 +13:00
Andre Dieb Martins 7d061e33e5 LANG-1370 Fix EventCountCircuitBreaker increment batch
Fixes #incrementAndCheckState(Integer increment) by passing the increment downstream.
2017-11-25 21:32:52 +13:00
Gary Gregory 6049e77fdc Fix Javadoc typos. 2017-11-15 21:07:14 -07:00
Gary Gregory f7cbda6751 Normalize private method names to camel-case. 2017-11-15 21:06:36 -07:00
Sebb 721f3ef4aa Document other usage 2017-11-14 15:19:37 +00:00
Sebb 5aed9abe16 Fix up component id
mvn commons:download-page -Dcommons.release.version=3.7
-Dcommons.componentid=lang
2017-11-14 00:40:28 +00:00
Gary Gregory e863dcb2e7 [LANG-1367] ObjectUtils.identityToString(Object) and friends should
allocate builders and buffers with a size
2017-11-10 12:25:39 -07:00
Gary Gregory 10122741ea Break up testIdentityToStringStringBuilder into multiple test methods. 2017-11-10 11:54:14 -07:00
Gary Gregory 22c3047156 Break up testIdentityToStringStringBuilder into multiple test methods. 2017-11-10 11:47:35 -07:00
Gary Gregory 4f928504ea Refactor magic char. 2017-11-10 11:31:33 -07:00
Gary Gregory 8dae1f2904 Better exception message. 2017-11-10 11:28:57 -07:00
Gary Gregory 6e48ce6cd6 Add missing release notes. 2017-11-08 10:50:51 -07:00
Gary Gregory ea1e46dd06 Use the same license header for all files. 2017-11-08 10:50:17 -07:00
Gary Gregory 6fea9cd301 Use the same license header for all files. 2017-11-08 10:50:11 -07:00
Gary Gregory 1e5e649bbd Updates for 3.7 site. 2017-11-08 10:03:16 -07:00
Gary Gregory 4025834872 Updates for 3.7 site. 2017-11-08 08:54:13 -07:00
Gary Gregory fdb91d4fd5 Update version to 3.8-SNAPSHOT. 2017-11-08 08:49:34 -07:00
Haoliang Quan 20de433aa2 Remove unnecessary testing comments (closes #305) 2017-11-07 20:49:42 +01:00
Gary Gregory 425d8085cf Prepare for releasing 3.7. 2017-11-04 12:09:44 -06:00
Gary Gregory 8635d807fb Prepare for releasing 3.7. 2017-11-04 12:03:44 -06:00
Gary Gregory 6aeb71b0d6 Prepare for releasing 3.7. 2017-11-04 12:01:45 -06:00
Gary Gregory 5f4b07d9b4 Prepare for releasing 3.7. 2017-11-04 12:00:27 -06:00
Gary Gregory 77d75526cd Prepare for releasing 3.7. 2017-11-04 11:57:43 -06:00
Gary Gregory 641367d98c Prepare for releasing 3.7. 2017-11-04 11:55:23 -06:00
Gary Gregory 95286e641b Update benchmark tests from JMH 1.17.4 to 1.19. 2017-11-04 11:54:47 -06:00
Gary Gregory 3253e99b91 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-lang.git 2017-11-04 11:33:28 -06:00
Gary Gregory 49e185294e maven-pmd-plugin 3.7 -> 3.8. 2017-11-04 11:29:40 -06:00
pascalschumacher 98581d3c41 LANG-1362: Fix tests DateUtilsTest for Java 9 with en_GB locale
Add changes.xml entry.
2017-11-04 16:49:59 +01:00
Gary Gregory 374c0fc1ac Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-lang.git 2017-11-04 08:42:02 -06:00
Stephen Colebourne fc409b5791 Fix DateUtilsTest to work reliably on Java 9. This closes #304. 2017-11-04 08:41:28 -06:00
pascalschumacher f746c508d1 [LANG-1365] Fix NullPointerException in isJavaVersionAtLeast on Java 10, add SystemUtils.IS_JAVA_10, add JavaVersion.JAVA_10.
Fix check-style violations.
2017-11-04 14:05:48 +01:00
Gary Gregory 63f6be088d Sort entries by type. 2017-11-03 11:38:09 -06:00
Gary Gregory a618b844c5 [LANG-1365] Fix NullPointerException in isJavaVersionAtLeast on Java 10,
add SystemUtils.IS_JAVA_10, add JavaVersion.JAVA_10.
2017-11-03 11:33:34 -06:00
Gary Gregory a26c66a8ed Pft! Fix typo. 2017-11-03 11:14:26 -06:00
pascalschumacher 758228f691 EventCountCircuitBreakerTest#testNow: improve assertion failure message
(side-effects: close #298, close #297, close #279, close #184, close #75)
2017-10-27 14:57:41 +02:00
Michael Vitz 7a3ca8598d doc: remove escape SQL references from javadoc (closes #303) 2017-10-26 18:55:56 +02:00
pascalschumacher c1ffdbab58 fix checkstyle violations 2017-10-25 08:21:42 +02:00
Gary Gregory 0e20d15820 [LANG-1361] ExceptionUtils.getThrowableList() is using deprecated
ExceptionUtils.getCause()
2017-10-23 12:12:54 -06:00
Gary Gregory 7aad594820 [LANG-1361] ExceptionUtils.getThrowableList() is using deprecated
ExceptionUtils.getCause()
2017-10-23 12:06:32 -06:00
Gary Gregory 96a1a31d73 [LANG-1360] Add methods to ClassUtils to get various forms of class
names in a null-safe manner.
2017-10-23 11:37:18 -06:00
Gary Gregory 6f03c0ce11 [LANG-1360] Add methods to ClassUtils to get various forms of class
names in a null-safe manner
2017-10-23 11:14:43 -06:00
Gary Gregory 8e8e78d849 [LANG-1360] Add methods to ClassUtils to get various forms of class
names in a null-safe manner
2017-10-23 10:56:09 -06:00
Gary Gregory 125cfb4cab Comment empty blocks. 2017-10-23 10:44:48 -06:00
Gary Gregory 0d95c55040 Comment empty blocks. 2017-10-23 10:40:57 -06:00
Gary Gregory b52c69b1b0 Sort members. 2017-10-23 10:40:17 -06:00
Gary Gregory 6ce88517b3 Sort members. 2017-10-23 10:35:43 -06:00
Benedikt Ritter 4eb1d6a44f
Merge branch 'EventUtilsTest' 2017-10-22 11:08:18 +02:00
Allon Mureinik 95fce758b0 EventUtilsTest ExpectedException usage
Use the ExpectedException @Rule to verify thrown exception instead of
boiler-plate implementing its logic, in order to clean up the code
and make it easier to read and maintain.
2017-10-21 22:01:49 +03:00