Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
the commit in LANG-633 broke how BooleanUtils.toBoolean(String str) works.
apache 2.5 and below BooleanUtils.toBoolean("Y") = false
apache 2.6 and above BooleanUtils.toBoolean("Y") = true
the javadocs needs to be updated on how parsing a string works.
github pull request:
Attachments
Issue Links
- is broken by
-
LANG-633 Use same optimization in toBooleanObject(String) as in toBoolean(String str)
- Closed