aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-10-21Bump spotbugs from 4.7.2 to 4.7.3 #398Gary Gregory
2022-10-21Bump actions/setup-java from 3.5.1 to 3.6.0 #397Gary Gregory
2022-10-21Bump mockito-inline from 4.8.0 to 4.8.1dependabot[bot]
2022-10-14Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1dependabot[bot]
2022-10-09[IO-782] SequenceReader should close readers when its close method isGary Gregory
2022-10-07Bump actions/checkout from 3.0.2 to 3.1.0dependabot[bot]
2022-10-07Bump actions/cache from 3.0.8 to 3.0.10dependabot[bot]
2022-10-05Use Java 8 APIsGary Gregory
2022-10-02RefactorGary Gregory
2022-10-01Bump actions/setup-java from 3 to 3.5.1Gary Gregory
2022-09-24Merge branch 'master' of https://ggregory@gitbox.apache.org/repos/asf/commons...Gary Gregory
2022-09-24Bump japicmp-maven-plugin from 0.15.7 to 0.16.0Gary Gregory
2022-09-23Bump commons-parent from 53 to 54 #388Gary Gregory
2022-09-23Bump apache-rat-plugin from 0.14 to 0.15dependabot[bot]
2022-09-23Bump junit-bom from 5.9.0 to 5.9.1dependabot[bot]
2022-09-22Adjust test that only runs on LinuxGary Gregory
2022-09-22Try to get tests to pass on Java 8, 11, 17 on Windows, mac, and UbuntuGary Gregory
2022-09-19Add IOBaseStream & IOStreamGary Gregory
2022-09-19Remove unused exception in testGary Gregory
2022-09-17CommentGary Gregory
2022-09-17Did not mean to add this (yet)Gary Gregory
2022-09-17Revert "Revert "Make this test more reliable based on a failure seen on GitHu...Gary Gregory
2022-09-17Revert "Make this test more reliable based on a failure seen on GitHub."Gary Gregory
2022-09-17Make this test more reliable based on a failure seen on GitHub.Gary Gregory
2022-09-17Javadoc tweaksGary Gregory
2022-09-17JavadocGary Gregory
2022-09-17Refactor internalsGary Gregory
2022-09-17More coverageGary Gregory
2022-09-17Revert "Bump ossf/scorecard-action from 1.1.2 to 2.0.3"Gary Gregory
2022-09-17Make new class finalGary Gregory
2022-09-17Better parameter namesGary Gregory
2022-09-16Bump ossf/scorecard-action from 1.1.2 to 2.0.3dependabot[bot]
2022-09-14Better docs in IOUtils and IOUtils.byteArray(int size) #374.Gary Gregory
2022-09-14Better docs in IOUtils and IOUtils.byteArray(int size) (#374)ArdenL_Liu
2022-09-13Improve code coverageGary Gregory
2022-09-13Remove whitespaceGary Gregory
2022-09-13Add missing class:Gary Gregory
2022-09-12IOExceptionList implements Iterable.Gary Gregory
2022-09-12Add IOSpliteratorGary Gregory
2022-09-12Bump maven-pmd-plugin from 3.18.0 to 3.19.0Gary Gregory
2022-09-12Fix test on Java > 8Gary Gregory
2022-09-12Remove cruftGary Gregory
2022-09-12Fix test on Java > 8Gary Gregory
2022-09-12Make package-private class finalGary Gregory
2022-09-12Add Javadoc since tagGary Gregory
2022-09-12Make package-private class finalGary Gregory
2022-09-12Add IOIteratorGary Gregory
2022-09-12Sort membersGary Gregory
2022-09-12FilenameUtils.normalize javadoc and tests #383Gary Gregory
2022-09-12[IO-611] FilenameUtils.normalize javadoc and tests. (#383)Fedor Urvanov