4652 Commits

Author SHA1 Message Date
ggregory
dd5a0e6e1e [LANG-1227] Add XMLCharacter class. 2016-05-09 00:31:06 -07:00
ggregory
bbd1dc3439 [LANG-1218] EqualsBuilder.append(Object,Object) is too big to be
inlined, which prevents whole builder to be scalarized. Closes #138.
2016-05-08 09:34:34 -07:00
Casey Scarborough
2b52dedd56 Add tests for missed branches in StringUtils (closes #135)
Side effect: close pull requests which have been merged, but have not been closed due to missing commit comments (close #115, close #120, close #128, close #130).
2016-05-08 14:22:21 +02:00
Casey Scarborough
8acb1d2b42 Fix various Javadoc typos (closes #134) 2016-05-08 12:50:48 +02:00
Benedikt Ritter
3d05c24107 Update to latest commons parent pom 2016-05-01 20:33:34 +02:00
Chas Honton
b877fb9abe LANG-1205: NumberUtils.createNumber() behaves inconsistently with NumberUtils.isNumber()
This closes github #87 thanks to pbrose
2016-04-23 20:35:15 -07:00
Chas Honton
5e62bf80f3 LANG-1115: Add support for varargs in ConstructorUtils, MemberUtils, and MethodUtils
This closes #89 from github.
2016-04-23 20:22:08 -07:00
Chas Honton
77d187eefc LANG-1134: New methods for lang3.Validate
This closes #87 from github.
2016-04-23 18:28:49 -07:00
Bruno P. Kinoshita
2e3fa5c253 LANG-1222: add changes.xml entry. This closes #125 from github. Thanks to Adam J. 2016-04-24 13:17:58 +12:00
Bruno P. Kinoshita
5457345ac9 LANG-1221: add changes.xml entry. This closes #129 from github. Thanks to Pierre Templier 2016-04-24 13:11:07 +12:00
Bruno P. Kinoshita
6e98538200 LANG-1220: add changes.xml entry. This closes #133 from github. Thanks to Casey Scarborough 2016-04-24 13:03:39 +12:00
Casey Scarborough
fac65b868c LANG-1220: Add tests for missed branches in DateUtils 2016-04-24 12:54:25 +12:00
Chas Honton
c99a787752 LANG-1202: parseDateStrictly does't pass specified locale 2016-04-23 17:44:48 -07:00
Chas Honton
ac1c341558 clean up javadoc; fix complaints from maven-javadoc-plugin 2016-04-23 17:31:14 -07:00
Chas Honton
3c92830ec5 LANG-1219: FastDateFormat doesn't respect summer daylight in some localized strings 2016-04-23 13:02:59 -07:00
ggregory
38bafd283f Update tests from Apache Commons IO 2.4 to 2.5. 2016-04-22 16:34:13 -07:00
ggregory
e830027629 Formating. 2016-04-19 17:56:16 -07:00
ggregory
c158713b66 Add tests with a better comparator from #132. Fix formating. 2016-04-19 17:55:42 -07:00
ggregory
3f796bf746 Add tests with a better comparator. Closes #132 2016-04-19 17:54:04 -07:00
ggregory
833885c29d Applied Javadoc patch and added new test per
https://github.com/apache/commons-lang/pull/115
2016-04-13 14:13:24 -07:00
ggregory
ff902c1561 Formatting fixes per
https://patch-diff.githubusercontent.com/raw/apache/commons-lang/pull/128.diff
2016-04-13 14:09:58 -07:00
ggregory
15b80753a6 Reuse 2016-04-13 13:57:35 -07:00
ggregory
a6d27fd89d Fix Javadoc typo. 2016-04-13 12:26:24 -07:00
Sergio Fernández
158373bb21 [INFRA-10636>] test commit 2016-04-11 08:10:39 +02:00
ggregory
af81f78543 Javadoc fix. 2016-04-09 19:41:23 -07:00
ggregory
a1cde6ab70 [LANG-1201] Add a TimeUnit-like classes for base 2 and base 10 digital
conversions (bits, bytes, KB, MB, and so on). Forgot to commit those.
2016-03-14 09:31:03 -07:00
ggregory
04e52eb615 [LANG-1201] Add a TimeUnit-like classes for base 2 and base 10 digital
conversions (bits, bytes, KB, MB, and so on).
2016-03-13 19:54:32 -07:00
ggregory
7642423cfa [LANG-1146] z/OS identification in SystemUtils. Simplest implementation. 2016-03-12 21:48:27 -08:00
ggregory
3e05553510 Fix typo on appendIfMissing Javadoc.
https://github.com/apache/commons-lang/pull/129
2016-03-09 09:39:20 -08:00
ggregory
cd63fed74c Javadoc fixes from https://github.com/apache/commons-lang/pull/125 2016-03-02 00:52:42 -08:00
ggregory
ac78ec294e [LANG-1210] StringUtils#startsWithAny has error in Javadoc. 2016-02-29 18:43:00 -08:00
ggregory
d1a3255600 [LANG-1211] Fix Javadoc for StringUtils.startsWithAny(CharSequence,
CharSequence...)
2016-02-29 18:17:57 -08:00
Hen
59c28bb25f Merge branch '124-branch'
Conflicts:
	src/changes/changes.xml

LANG-1208: StrSubstitutor can preserve escapes
This closes #124 from github. Thanks to Samuel Karp.
2016-02-25 21:17:53 -08:00
Hen
8e17410e8e Adding changes for LANG-1208 2016-02-25 21:16:38 -08:00
Hen
56e52fe4cb newline pain, despite having run the config line 2016-02-25 21:15:13 -08:00
Hen
242e1f5498 Merge branch '112-branch'
Conflicts:
	src/changes/changes.xml

LANG-1175: Remove Ant-based build
This closes #112 from github. Thanks to wikier@.
2016-02-25 20:58:23 -08:00
Hen
69e97c8b42 Fixing crlfs 2016-02-25 20:52:13 -08:00
Samuel Karp
e55aaa5706 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 references are intentionally unresolved.  Prior
to this change, an unresolved reference `${a}` and an escaped reference
`$${a}` may result in the same string `${a}`, making it impossible for
an additional substitution phase to distinguish between escaped
references and non-escaped references.
2016-02-25 17:02:56 -08:00
ggregory
a72a5ced53 Format. 2016-02-24 22:14:50 -08:00
ggregory
f3a7cf629c Format. 2016-02-24 22:11:59 -08:00
ggregory
bcc7c0c858 Format. 2016-02-24 22:11:36 -08:00
ggregory
5e5ba1b812 Statement unnecessarily nested within else clause. 2016-02-24 22:08:37 -08:00
ggregory
b2ec67b54a Javadoc: Active voice. 2016-02-24 22:07:20 -08:00
ggregory
4ceba11305 Statement unnecessarily nested within else clause.\ 2016-02-24 22:06:36 -08:00
ggregory
2b15e1f43d Format nit. 2016-02-24 13:44:31 -08:00
ggregory
63374a1813 Statement unnecessarily nested within else clause. 2016-02-24 13:44:16 -08:00
ggregory
ddcf6aa50b Statement unnecessarily nested within else clause. 2016-02-24 13:42:45 -08:00
Emmanuel Bourg
0432e83a42 Registered the merged contribution from Jake Wang in changes.xml (Fix #123) 2016-02-01 08:52:36 +01:00
Jake Wang
28555d4c6d Updated @since tag for IS_OS_MAC_OSX_EL_CAPITAN property 2016-02-01 08:48:07 +01:00
Jake Wang
c202aa8cec Added new property IS_OS_MAC_OSX_EL_CAPITAN in SystemUtils 2016-02-01 08:48:07 +01:00