aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/time
AgeCommit message (Expand)Author
2023-01-10Remove unused importGary Gregory
2023-01-10Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.gitGary Gregory
2023-01-10Fix my mistakeGary Gregory
2023-01-10typos in javadocNikolai Fedorovskikh
2023-01-10Pick up maven-javadoc-plugin version from parent POMGary Gregory
2022-11-04Use Objects.requireNonNull() directlyGary Gregory
2022-11-04Reuse own APIGary Gregory
2022-11-04Use Objects.requireNonNull() directlyGary Gregory
2022-11-04Reuse own APIGary Gregory
2022-10-17Add NumberRange, DoubleRange, IntegerRange, LongRange.Gary Gregory
2022-10-13Add gets the current day of year. (#968)Arturo Bernal
2022-10-08Make a non-access modifier local variables. (#966)Arturo Bernal
2022-10-03Reuse constantGary Gregory
2022-08-29Javadoc @see tags do not need to use a FQCN for classes in java.langGary Gregory
2022-08-27LANG-1638: Added docs regarding week year support (#924)Andrew Thomas
2022-08-23First sentence of a Javadoc comment does not need p tagsGary Gregory
2022-08-21Fix links in Javadoc and documentations (#926)Marc Wrobel
2022-08-21Use StreamGary Gregory
2022-08-21Rename method and fix typo. (#940)Arturo Bernal
2022-08-21Fix broken javadoc. (#938)Arturo Bernal
2022-08-07Remove useless parensGary Gregory
2022-07-16Add since tagGary Gregory
2022-07-15Use forEach()Gary Gregory
2022-07-15(doc) Fix typos in javadoc and comments (#920)Marc Wrobel
2022-07-05Format nitsGary Gregory
2022-07-05Clean up inline commentsGary Gregory
2022-07-05JavadocGary Gregory
2022-07-05Reuse our DateUtils#toCalendar(Date) APIGary Gregory
2022-07-05Internal refactoring around private modify() methodGary Gregory
2022-07-05Use Objects#requireNonNull()Gary Gregory
2022-06-19Replace @code with @link for class referencesGary Gregory
2022-06-13Better way to deal with ignored exceptions and PMD checks.Gary Gregory
2022-05-31Remove noisy inline comments.Gary Gregory
2022-05-28Add DurationUtils.of(FailableConsumer|FailableRunnbale)Gary Gregory
2022-05-27Add DurationUtils.since(Temporal)Gary Gregory
2022-05-27Fix javadoc. Remove unused @param.Arturo Bernal
2022-05-15Fix, lambda & in-line single use variable that cannot be null.Gary Gregory
2022-05-15Remove prefix from instance variable names.Gary Gregory
2022-05-15Move new internal Calendar APIs to CalendarUtils and refactor.Gary Gregory
2022-05-15[LANG-1680] FastDateFormat does not support the 'L'-Pattern fromGary Gregory
2022-05-15LANG-1680 Add support for standalone month formats (#892)Steve Bosman
2022-04-03No need to use the java.lang package name in Javadoc references.Gary Gregory
2022-04-03Use final.Gary Gregory
2022-04-03Better lambda.Gary Gregory
2022-04-03Javadoc.Gary Gregory
2022-04-03Javadoc.Gary Gregory
2022-03-27Fixing and adding DateUtils exception javadocs with new tests when needed (#871)Diego Marcilio
2022-03-21Fix Checkstyle.Gary Gregory
2022-03-21Fix Javadoc doclint WARNING messages on Java 17.Gary Gregory
2022-03-21Bump SpotBugs to the current versions of Maven Plugin and underlyingGary Gregory