Commit Graph

1404 Commits

Author SHA1 Message Date
Gary Gregory 857a51aa26 Javadoc 2023-05-22 09:26:29 -04:00
Gary Gregory f2e509cd1b Javadoc 2023-05-22 09:26:03 -04:00
Gary Gregory 8dca1649bb Javadoc 2023-05-22 09:23:36 -04:00
Gary Gregory ce16e698cb Replace LimitedInputStream with BoundedInputStream 2023-05-18 17:52:29 -04:00
Gary Gregory e055978562 Bump commons-io:commons-io from 2.11.0 to 2.12.0 2023-05-16 18:07:46 -04:00
dependabot[bot] c662aa7e2d
Bump moditect-maven-plugin from 1.0.0.RC2 to 1.0.0.Final (#218)
Bumps [moditect-maven-plugin](https://github.com/moditect/moditect) from 1.0.0.RC2 to 1.0.0.Final.
- [Release notes](https://github.com/moditect/moditect/releases)
- [Commits](https://github.com/moditect/moditect/compare/1.0.0.CR2...1.0.0.Final)

---
updated-dependencies:
- dependency-name: org.moditect:moditect-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-05 15:14:10 -04:00
dependabot[bot] e0eb857222
Bump commons-parent from 56 to 57 (#217)
Bumps [commons-parent](https://github.com/apache/commons-parent) from 56 to 57.
- [Release notes](https://github.com/apache/commons-parent/releases)
- [Changelog](https://github.com/apache/commons-parent/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-parent/commits)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-parent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-01 09:47:11 -04:00
Gary Gregory 2ee1a9fd2a Remove property superseded by commons-parent 57 2023-05-01 09:33:47 -04:00
Gary Gregory 1779d4468b Bump commons-parent from 56 to 57 2023-05-01 09:31:58 -04:00
Gary Gregory af733e8632 Enable PMD checks 2023-05-01 09:26:12 -04:00
Gary Gregory 49d5d486c3 Drop unused zero argument contructor 2023-05-01 09:08:56 -04:00
Gary Gregory 88e950bafb Whitespace 2023-05-01 09:08:14 -04:00
Gary Gregory 4710836e19 Javadoc 2023-05-01 09:04:42 -04:00
Gary Gregory 0dce9a3a77 Javadoc 2023-05-01 09:03:57 -04:00
Gary Gregory d71c51b136 Rename method 2023-05-01 09:02:46 -04:00
Gary Gregory 0027649a97 Legibility 2023-05-01 09:01:50 -04:00
Gary Gregory 120c10e9fd Javadoc 2023-05-01 09:00:34 -04:00
Gary Gregory e654cc4b13 Refactor into Maven modules 2023-04-30 17:25:30 -04:00
Gary Gregory ed002cb037
[FILEUPLOAD-350] FileUploadByteCountLimitException ctor switches fileName and fieldName parameters 2023-04-22 08:02:02 -04:00
Ernesto Reinaldo Barreiro bc37d30bfc
[FILEUPLOAD-350] use fileName instead of fieldName (#216) 2023-04-22 07:58:50 -04:00
dependabot[bot] 71c854a55e
Bump actions/checkout from 3.5.0 to 3.5.2 (#214)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.5.0...v3.5.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-14 15:15:55 -04:00
Gary Gregory 319557854e Fix grammar, spelling, wording
Pick up checksyle plugin version from parent
No CLIRR check on a major version
2023-04-10 19:09:59 -04:00
Gary Gregory 0b4516e1fa Don't import String.format() statically 2023-04-07 19:17:02 -04:00
Gary Gregory 5342e2acd3 Refactor commons code 2023-04-07 19:09:08 -04:00
Gary Gregory a655e14086 Refactor common code 2023-04-06 12:34:13 -04:00
Gary Gregory d0c1e27281 Track exception cause 2023-04-06 12:07:54 -04:00
Gary Gregory 116f055f78 Whitespace 2023-04-06 12:00:47 -04:00
Gary Gregory a720d1bf5a Use && 2023-04-05 19:44:18 -04:00
Gary Gregory 707bbc9b47 Use final 2023-04-05 19:42:31 -04:00
Gary Gregory f66b6cd988 Whitespace 2023-04-05 19:40:48 -04:00
Gary Gregory 266798a606 No static import in main 2023-04-05 19:38:50 -04:00
Gary Gregory 0cfcef8e48 No static import in main 2023-04-05 19:38:18 -04:00
Gary Gregory 301e773f81 Better class name 2023-04-05 19:31:01 -04:00
Gary Gregory f409d05a77 Use try-wiht-resources 2023-04-05 19:27:45 -04:00
Gary Gregory b71722219a Use assertThrows or propagate exceptions out of test methods 2023-04-05 19:22:53 -04:00
Gary Gregory 5098dffa47 Normalize parameter names 2023-04-05 19:11:57 -04:00
Gary Gregory 56de94f7f4 Revert test change 2023-04-05 10:56:10 -04:00
Gary Gregory 0324d010e6 Pull up method into super-interface and remove per Javadoc
Rename getter
2023-04-04 18:54:25 -04:00
Gary Gregory 3b72d3c420 serialVersionUID is 2 for 2.0.0 2023-04-04 18:41:40 -04:00
Gary Gregory 76e1e8e88d Fail fast when a repository contains a null character. 2023-04-04 17:56:29 -04:00
Gary Gregory d254881de7 Javadoc 2023-04-03 08:19:40 -04:00
Gary Gregory e40a6e2dba Javadoc 2023-04-03 08:02:25 -04:00
Gary Gregory f885ac592e Reuse FileUtils.getTempDirectory() 2023-04-03 07:15:14 -04:00
Gary Gregory 7d065cc0a7 Better exception handling
Use try-with-resources
2023-04-03 07:08:55 -04:00
Gary Gregory 280ffaca10 Move utility method 2023-04-02 23:18:58 -04:00
Gary Gregory 10eeaf3454 Refactor magic string 2023-04-02 23:15:51 -04:00
Gary Gregory f4a8da6bd9 Javadoc and format tweaks 2023-04-02 23:15:34 -04:00
Gary Gregory 3166c8048e Javadoc 2023-04-02 23:12:03 -04:00
Gary Gregory 7410e99a76 Inline single use variable 2023-04-02 23:11:31 -04:00
Gary Gregory f0c115078d Use try-with-resources
Reuse IOUtils.copy() methods
2023-04-02 23:08:44 -04:00