commons-lang icon indicating copy to clipboard operation
commons-lang copied to clipboard

Apache Commons Lang

Results 131 commons-lang issues
Sort by recently updated
recently updated
newest added

Create Integer Utils class for useful integer operations and a placeholder for adding more useful/important utility functions

Abbreviation method was returning the string in full if abbrevMarker was "" was this `if (isEmpty(str) || isEmpty(abbrevMarker ) { return str; }` needed to be this `if (isEmpty(str) ||...

StringUtils.abbreviate would not abbreviate properly when an empty String was passed to abbrevMarker or abbrevMarker is null Expected behaviour: abbreviate("much too long text", "", 13).equals("much too long") Actual behaviour: abbreviate("much...

This is a friendly version of previous [PR#443](https://github.com/apache/commons-lang/pull/443)

Try to fix ZZ time zone format. Issue link: https://issues.apache.org/jira/projects/LANG/issues/LANG-1465. Thanks.

Document the public exploit that exists for `RandomStringUtils`. This documentation update stems from my finding this vulnerability in the very popular code generator JHipster. https://nvd.nist.gov/vuln/detail/CVE-2019-16303