aboutsummaryrefslogtreecommitdiff
path: root/src/changes/changes.xml
AgeCommit message (Expand)Author
2023-02-11Add missing exception javadoc/tests for some null arguments #869Gary Gregory
2023-02-03Use Objects.requireNonNull() directly. #1022Gary Gregory
2023-01-15Fix typosGary Gregory
2023-01-03Bump easymock from 5.0.1 to 5.1.0 #1012Gary Gregory
2023-01-03Bump commons-parent from 55 to 56 #1011Gary Gregory
2022-12-18Fix typo #1001.Gary Gregory
2022-12-16Bump commons-parent from 54 to 55 #1000Gary Gregory
2022-12-02Bump junit-pioneer from 1.9.0 to 1.9.1 #995Gary Gregory
2022-11-26Bump pmd from 6.51.0 to 6.52.0Gary Gregory
2022-11-18Bump junit-pioneer from 1.8.0 to 1.9.0dependabot[bot]
2022-11-18Bump jmh.version from 1.35 to 1.36dependabot[bot]
2022-11-12Bump junit-pioneer from 1.7.1 to 1.8.0dependabot[bot]
2022-11-12Bump spotbugs-maven-plugin from 4.7.2.1 to 4.7.3.0dependabot[bot]
2022-10-30Bump easymock from 5.0.0 to 5.0.1 #986Gary Gregory
2022-10-30Bump pmd from 6.50.0 to 6.51.0Gary Gregory
2022-10-23Update changes.xmlGary Gregory
2022-10-17Bump easymock from 4.3 to 5.0.0 #972Gary Gregory
2022-10-17Bump spotbugs from 4.7.2 to 4.7.3 #973Gary Gregory
2022-10-17Add NumberRange, DoubleRange, IntegerRange, LongRange.Gary Gregory
2022-10-13Add gets the current day of year. #968Gary Gregory
2022-10-08Simplify expression (length is never < 0) #962Gary Gregory
2022-10-08Bump actions/cache from 3.0.9 to 3.0.10dependabot[bot]
2022-10-08Bump actions/checkout from 3.0.2 to 3.1.0dependabot[bot]
2022-10-07Add ClassPathUtils.packageToPath(String) and pathToPackage(String)Gary Gregory
2022-10-01Bump actions/setup-java from 3 to 3.5.1Gary Gregory
2022-10-01Bump actions/cache from 3.0.8 to 3.0.9dependabot[bot]
2022-10-01Bump commons.pmd-impl.version from 6.49.0 to 6.50.0dependabot[bot]
2022-09-29Bump commons-text from 1.9 to 1.10.0 #957Gary Gregory
2022-09-24Bump japicmp-maven-plugin from 0.15.7 to 0.16.0Gary Gregory
2022-09-22Bump junit-bom from 5.9.0 to 5.9.1 #955Gary Gregory
2022-09-22Bump commons-parent from 53 to 54 #954Gary Gregory
2022-09-21Track changesAlex Herbert
2022-09-16Add BooleanUtils.values() and forEach().Gary Gregory
2022-09-15[LANG-1691] ClassUtils.getShortCanonicalName doesn't use theGary Gregory
2022-09-10Bump spotbugs from 4.7.1 to 4.7.2dependabot[bot]
2022-09-10Bump maven-pmd-plugin from 3.18.0 to 3.19.0dependabot[bot]
2022-09-10Bump spotbugs-maven-plugin from 4.7.1.1 to 4.7.2.0dependabot[bot]
2022-09-06Bump actions/checkout from 3 to 3.0.2.Gary Gregory
2022-09-02Bump commons.pmd-impl.version from 6.48.0 to 6.49.0 #944Gary Gregory
2022-08-30Bump maven-javadoc-plugin from 3.4.0 to 3.4.1.Gary Gregory
2022-08-27LANG-1638: Added docs regarding week year support #924Gary Gregory
2022-08-26Merge entries for PMDGary Gregory
2022-08-26Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #943Gary Gregory
2022-08-26PMD: Implement equals()Gary Gregory
2022-08-26Bump maven-pmd-plugin from 3.17.0 to 3.18.0Gary Gregory
2022-08-23[LANG-1604] Deprecate RandomUtils in favor of Apache Commons RNG UniformRando...Gary Gregory
2022-08-22Bump actions/cache from 3.0.7 to 3.0.8Gary Gregory
2022-08-21Add Processor.Type.getLabel() and Processor.toString()Gary Gregory
2022-08-21Fix links in Javadoc and documentation #926Gary Gregory
2022-08-21Fix links in Javadoc and documentations (#926)Marc Wrobel