aboutsummaryrefslogtreecommitdiff
path: root/src/changes/changes.xml
AgeCommit message (Expand)Author
2020-06-24[LANG-1542] ToStringBuilder.reflectionToString - Wrong JSON format whenGary Gregory
2020-06-24[LANG-1567] Fix Javadocs for EqualsBuilder#setTestRecursive() #556.Gary Gregory
2020-06-23Add ObjectUtils.toString(Object, Supplier<String>).Gary Gregory
2020-06-23Added ImmutablePair factory methods left() and right().Gary Gregory
2020-06-23Update dependencies.Gary Gregory
2020-06-16[LANG-1546]: add changelogBruno P. Kinoshita
2020-06-14LANG-1557] Change a Pattern to a static final field, for not letting itGary Gregory
2020-06-14[LANG-1565] change removeLastFieldSeparator to use endsWith #550.Gary Gregory
2020-06-13[LANG-1556] Use Java 8 lambdas and Map operations. #541Gary Gregory
2020-06-13[LANG-1570] JavaVersion enum constants for Java 14 and 15. #553.Gary Gregory
2020-06-13[LANG-1570] JavaVersion enum constants for Java 14 and 15. #553.Gary Gregory
2020-06-13[LANG-1528] StringUtils.replaceEachRepeatedly givesGary Gregory
2020-06-13[LANG-1559] convert Sting to StringBuilder in some test code. #544.Gary Gregory
2020-06-13[LANG-1558] Simplify if as some conditions are covered by others #543.Gary Gregory
2020-06-13[LANG-1555] Ignored exception `ignored`, should not be called so #540.Gary Gregory
2020-06-13[LANG-1554] Fix typos #539.Gary Gregory
2020-06-13[LANG-1552] Change from addAll to constructors for some List #536.Gary Gregory
2020-06-13[LANG-1553] Change array style from `int a[]` to `int[] a` #537.Gary Gregory
2020-06-13[LANG-1560] Refine Javadoc #545.Gary Gregory
2020-06-13[LANG-1564] Use Collections.singletonList insteadof Arrays.asList whenGary Gregory
2020-06-13[LANG-1562] use Math.max and min #547.Gary Gregory
2020-06-13[LANG-1563] use StandardCharsets.UTF_8 #548.Gary Gregory
2020-06-13[LANG-1561] Use List.sort instead of Collection.sort #546.Gary Gregory
2020-06-13[LANG-1550] Optimize ArrayUtils::isArrayIndexValid method. #551.Gary Gregory
2020-06-12[LANG-1569] Add ArrayUtils.get(T[], index, T) to provide anGary Gregory
2020-06-12- Update com.github.spotbugs:spotbugs 4.0.3 -> 4.0.4.Gary Gregory
2020-06-12[LANG-1568] FailableBooleanSupplier, FailableIntSupplier,Gary Gregory
2020-05-28Adding the Locks class.Jochen Wiedmann
2020-05-25[LANG-1545] CharSequenceUtils.regionMatches is wrong dealing withGary Gregory
2020-05-24Update com.github.spotbugs:spotbugs from 4.0.2 to 4.0.3.Gary Gregory
2020-05-24Update org.junit-pioneer:junit-pioneer from 0.5.6 to 0.6.0.Gary Gregory
2020-05-24The next release will be 3.11.Gary Gregory
2020-04-20- com.github.spotbugs:spotbugs 4.0.0 -> 4.0.2.Gary Gregory
2020-04-20spotbugs.plugin.version 4.0.0 -> 4.0.2.Gary Gregory
2020-04-20(Javadoc) Fix return tag for throwableOf*() methods #518.Gary Gregory
2020-04-20[LANG-1534] Replace some usages of the ternary operator with calls toGary Gregory
2020-04-20[LANG-1537] Simplify a null check in the private replaceEach() method ofGary Gregory
2020-04-20Simplify some if statements in StringUtils. #521.Gary Gregory
2020-04-20Simplify null checks in Triple.hashCode() using Objects.hashCode().Gary Gregory
2020-04-20Simplify null checks in Pair.hashCode() using Objects.hashCode(). #517.Gary Gregory
2020-04-07- org.junit-pioneer:junit-pioneer 0.5.4 -> 0.5.6.Gary Gregory
2020-03-31Fix Javdoc for StringUtils.appendIfMissingIgnoreCase() #507.Gary Gregory
2020-03-30Standardize on American English spelling of 'behavior'.Gary Gregory
2020-03-23Prepare for 3.10 RC1.Gary Gregory
2020-03-22[LANG-1529] DeprecateGary Gregory
2020-03-15[LANG-1527] NumberUtils.createBigDecimal has a redundant argument check.Gary Gregory
2020-03-10[LANG-1526] Add 1 and 0 in toBooleanObject(final String str) #502.Gary Gregory
2020-03-06[LANG-1525] Internally use Validate.notNull(foo, ...) instead ofGary Gregory
2020-03-04[LANG-1523] Avoid unnecessary allocation in StringUtils.wrapIfMissing.Gary Gregory
2020-02-22org.junit-pioneer:junit-pioneer 0.5.3 -> 0.5.4.Gary Gregory