aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-24[LANG-1542] ToStringBuilder.reflectionToString - Wrong JSON format whenGary Gregory
2020-06-24Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.gitGary Gregory
2020-06-24[LANG-1567] Fix Javadocs for EqualsBuilder#setTestRecursive() #556.Gary Gregory
2020-06-24Fixed Javadocs for setTestRecursive() (#556)Miguel Muñoz
2020-06-24Javadoc.Gary Gregory
2020-06-24Clean ups.Gary Gregory
2020-06-23Add ObjectUtils.toString(Object, Supplier<String>).Gary Gregory
2020-06-23Sort members.Gary Gregory
2020-06-23Javadoc.Gary Gregory
2020-06-23Added ImmutablePair factory methods left() and right().Gary Gregory
2020-06-23Update dependencies.Gary Gregory
2020-06-22Undo "fix", @DefaultLocale is used in this test.Gary Gregory
2020-06-22Fix typos.Gary Gregory
2020-06-22Fix bug in test.Gary Gregory
2020-06-22Formatting.Gary Gregory
2020-06-22Formatting.Gary Gregory
2020-06-22Formatting.Gary Gregory
2020-06-19Better method names.Gary Gregory
2020-06-19Better method names.Gary Gregory
2020-06-19Better method names.Gary Gregory
2020-06-18Tests are public by convention on Commons Lang.Gary Gregory
2020-06-18Reimplement such that locking and unlocking take place in the sameGary Gregory
2020-06-18Use names that reflect the functional interface in use.Gary Gregory
2020-06-18Clean up generics.Gary Gregory
2020-06-18Fix @since for new o.a.c.lang3.stream.Streams class.aherbert
2020-06-18Correct code example in javadoc headeraherbert
2020-06-18Add skeleton package-infoaherbert
2020-06-18Remove redundant importaherbert
2020-06-18Checkstyle: new line at end of fileaherbert
2020-06-18Use upper case L on long declarationsaherbert
2020-06-18Fix comment typosaherbert
2020-06-17Centralize stream code in our own 'stream' package asGary Gregory
2020-06-17Follow current style: @Test methods are public.Gary Gregory
2020-06-17Javadoc.Gary Gregory
2020-06-17We have a concurrent package, and JRE locks live in a similar package,Gary Gregory
2020-06-17Centralize failable functional interfaces in our 'function' package asGary Gregory
2020-06-17Fix checkstyle: End files in a new line.Gary Gregory
2020-06-17Add missing @Deprecated.Gary Gregory
2020-06-17Create the new package org.apache.commons.function to parallel the JRE'sGary Gregory
2020-06-17Merge conditions using the same blocks.Gary Gregory
2020-06-17[LANG-1568] More failable functional interfaces to match JRE functionalGary Gregory
2020-06-16Merge branch 'pr-428'Bruno P. Kinoshita
2020-06-16[LANG-1546]: add changelogBruno P. Kinoshita
2020-06-16[LANG-1546]: delete `<encoding>` and `<docencoding>` in maven-javadoc-pluginXenoAmess
2020-06-15Add edge case.Gary Gregory
2020-06-14Add binary compatibility check to Maven default goal (#555)XenoAmess
2020-06-14[LANG-1568] More failable functional interfaces to match JRE functionalGary Gregory
2020-06-14Sort members.Gary Gregory
2020-06-14LANG-1557] Change a Pattern to a static final field, for not letting itGary Gregory
2020-06-14[LANG-1557] Change a Pattern to a static final field, for not letting it comp...XenoAmess