pascalschumacher
|
3a4ac35798
|
harmonize since javadoc tags content (remove "(Commons )Lang")
|
2018-02-11 14:08:40 +01:00 |
pascalschumacher
|
7eb47fd85e
|
CloneFailedException: remove "@since upcoming" from constructors javadoc, because these constructors were added in the same version as the class itself (3.0)
|
2018-02-11 14:03:33 +01:00 |
pascalschumacher
|
6684a76317
|
add changes.xml entry for "LANG-1060: NumberUtils.isNumber assumes number starting with Zero"
|
2018-02-11 12:09:19 +01:00 |
Piotr Kosmala
|
c8e61afdb8
|
LANG-1060: NumberUtils.isNumber assumes number starting with Zero is octal (closes #313)
|
2018-02-11 12:08:33 +01:00 |
pascalschumacher
|
c3b1fefbad
|
NumberUtils#isCreatable: remove java 6 only code, as commons-lang requires at java 7+ now
|
2018-02-11 11:49:44 +01:00 |
Bruno P. Kinoshita
|
f50ec5e608
|
LANG-1375: add changes.xml entry
|
2018-01-20 17:02:55 +13:00 |
Jerry Zhao
|
d575057852
|
LANG-1375: defaultString(str) reuses defaultString(str, defaultStr)
|
2018-01-20 13:12:33 +11:00 |
pascalschumacher
|
e72654ed5a
|
SystemDefaultsSwitch: fix javadoc code example
|
2018-01-14 11:24:59 +01:00 |
pascalschumacher
|
e843239cf9
|
LANG-1372: Add ToStringSummary annotation
add changes.xml entry
|
2018-01-12 18:31:10 +01:00 |
Sergio Ozaki
|
f5ebb9a649
|
LANG-1372: Add ToStringSummary annotation (closes #281)
|
2018-01-12 18:28:27 +01:00 |
pascalschumacher
|
63f11e9dc1
|
LANG-1352: EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods added
add since javadoc tags and changes.xml entry
|
2018-01-12 17:59:09 +01:00 |
Ruslan Sibgatullin
|
0b70b01a9f
|
LANG-1352: EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods added (closes #286)
|
2018-01-12 17:58:38 +01:00 |
pascalschumacher
|
30dcb8de48
|
pom.xml: use commons.module.name property as Automatic-Module-Name
|
2018-01-07 18:13:07 +01:00 |
pascalschumacher
|
066665ea65
|
pom.xml: remove outdated and no longer correct comment about Automatic-Module-Name being implemented in Parent POM
|
2018-01-07 18:01:46 +01:00 |
pascalschumacher
|
b2939a7e30
|
Update to easymock version 3.5.1
|
2018-01-07 11:06:27 +01:00 |
pascalschumacher
|
d1b149fe12
|
Update to commons-parent version 43
|
2018-01-07 11:03:42 +01:00 |
Rob Tompkins
|
3c0308db7f
|
Happy New Year
|
2018-01-06 20:28:52 -05:00 |
Bruno P. Kinoshita
|
c614fbcc79
|
LANG-1374: fix logic in isJsonArray method of JsonToStringStyle
|
2018-01-04 22:15:08 +13:00 |
Gary Gregory
|
f5a9effebd
|
Don't use single letter variable names.
|
2017-12-21 09:01:21 -07:00 |
Gary Gregory
|
5fb74a6618
|
Rename parameter 't' to 'thread'.
|
2017-12-21 08:57:29 -07:00 |
Gary Gregory
|
6dfc3e6403
|
Don't need internal ivar name for a boolean to carry a "Flag" postfix.
|
2017-12-21 08:47:30 -07:00 |
Gary Gregory
|
49a876cb1c
|
Don't need internal ivar name for a boolean to carry a "Flag" postfix.
|
2017-12-21 08:46:30 -07:00 |
pascalschumacher
|
4f13c68918
|
README.md: update version in dependency xml fragment
|
2017-12-20 17:25:59 +01:00 |
pascalschumacher
|
4661422633
|
LANG-1371: Fix TypeUtils.parameterize to work correctly with narrower-typed varargs array
add changes.xml entry
|
2017-12-20 17:20:54 +01:00 |
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 |