Commit Graph

1639 Commits

Author SHA1 Message Date
Gary Gregory 71d14cb144 Use XSD 2023-03-13 08:09:49 -04:00
Seth Falco 7f335011ba
feat: document duplicate header behavior 2023-02-22 23:42:40 +00:00
Gary Gregory 481dc2b074 Add placeholder for next release 2023-02-03 08:15:37 -05:00
Gary Gregory 4ee216cd17 Prepare for release candidate 2023-01-28 12:38:43 -05:00
Gary Gregory c69016a2a6 Sort members 2023-01-28 12:19:53 -05:00
Gary Gregory f00b91b589 Add assert as sanity check 2023-01-28 12:19:41 -05:00
Gary Gregory 347c8723c0 Port some code from IO to NIO APIs 2023-01-27 16:15:11 -05:00
Gary Gregory ecda2154de Tests CSV-141 and PR 295 2023-01-21 14:37:35 -05:00
Gary Gregory 1269c133ff Tests CSV-141 and PR 295 2023-01-21 14:35:28 -05:00
Gary Gregory c22ff413ac Revert "Add support for trailing text after the closing quote, for Excel compatibility."
This reverts commit ed0ca22321.
2023-01-21 14:34:46 -05:00
Gary Gregory d81528fb81 Revert "Add a setting that controls whether the last field on the last line, if quoted, has to have a closing quote before the file ends."
This reverts commit d0ea9e3a00.
2023-01-21 14:34:46 -05:00
Gary Gregory b1bdb99c42
Merge pull request #295 from DamjanJovanovic/master
Add support for trailing text after the closing quote, and EOF without a final closing quote, for Excel compatibility
2023-01-21 13:42:37 -05:00
Gary Gregory 8f17639c09 Fix typos 2023-01-15 08:00:20 -05:00
Gary Gregory e22011fb97 POM project name should contain "Apache" prefix 2023-01-15 07:45:03 -05:00
Damjan Jovanovic d0ea9e3a00 Add a setting that controls whether the last field on the last line,
if quoted, has to have a closing quote before the file ends.
2023-01-05 02:49:46 +02:00
Damjan Jovanovic ed0ca22321 Add support for trailing text after the closing quote, for Excel compatibility. 2023-01-05 02:49:42 +02:00
Gary Gregory ea8889b9fc
Bump commons-parent from 55 to 56 #298 2023-01-03 10:22:02 -05:00
Gary Gregory 4eb217085e
Bump mockito-core from 4.10.0 to 4.11.0 #297 2022-12-30 07:10:16 -05:00
Gary Gregory 2fa4807e08
Bump mockito-core from 4.9.0 to 4.10.0 #292 2022-12-16 11:21:49 -05:00
Gary Gregory 4319feb07a
Bump commons-parent from 54 to 55 #288 2022-12-11 16:52:30 -05:00
Gary Gregory b2a1971280 Bump pmd from 6.51.0 to 6.52.0 2022-11-26 13:09:31 -05:00
Gary Gregory d81b8e2bb4
Bump dependencies
Bump jmh-core from 1.35 to 1.36 #285
Bump mockito-core from 4.8.1 to 4.9.0 #284
Bump jmh-generator-annprocess from 1.35 to 1.36 #283
Bump spotbugs-maven-plugin from 4.7.2.1 to 4.7.3.0 #282
2022-11-18 09:25:36 -05:00
Gary Gregory 4f1d0d2c66 Javadocs and comments
Normalize spelling to "behavior"
2022-11-07 08:40:07 -05:00
Gary Gregory a2a35b4905 Bump pmd from 6.50.0 to 6.51.0 2022-10-30 12:02:13 -04:00
Gary Gregory f6389ad8d7
Bump actions/upload-artifact from 3.1.0 to 3.1.1 #280 2022-10-30 11:45:24 -04:00
Gary Gregory 4a865fd7f8 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-csv 2022-10-29 11:51:13 -04:00
dependabot[bot] 86186dd965 Bump opencsv from 5.7.0 to 5.7.1
Bumps opencsv from 5.7.0 to 5.7.1.

---
updated-dependencies:
- dependency-name: com.opencsv:opencsv
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-29 08:29:37 +13:00
Gary Gregory 236b0f4f84 Add @SuppressWarnings("resource") in test as narrowly as possible 2022-10-26 10:12:58 -04:00
Gary Gregory 50f4525614 Fix compiler warning 2022-10-25 21:44:23 -04:00
Gary Gregory ed43bba32c Use final and lambda shorthand 2022-10-25 21:38:18 -04:00
Gary Gregory 0dd1bcc62e Organzie imports like the rest of CSV 2022-10-25 21:36:51 -04:00
Gary Gregory dab9420315
CSVParser: Identify duplicates in null, empty and blank header names #279 2022-10-25 21:24:56 -04:00
aherbert 69aa686187 CSV-264: CSVParser identifies null, empty or blank headers as 'missing'
Duplicate missing header names are handled consistently between
CSVFormat and CSVParser.

Document that the ignore header case flag is for parser behaviour.

Update CSVDuplicateHeaderTest to add the ignore header case flag to
tests. Add test cases with case insensitive duplicates.
2022-10-25 22:25:16 +01:00
Gary Gregory 8ad07df0d4 Use try-with-resources 2022-10-23 16:59:56 -04:00
Alex Herbert bd48a767cd CSVFormat: Sanitise empty headers to the empty string ""
Add more tests for duplicate headers including null header names.
2022-10-23 19:37:32 +01:00
Gary Gregory de47291978 Test for empty/blank headers the same way for input and output 2022-10-23 09:09:26 -04:00
Gary Gregory b6c63e47d9 Update test case for cases that are only supported for parsing 2022-10-22 15:04:12 -04:00
Alex Herbert 4ddeddc2a1 Test javadoc updates and typos 2022-10-22 18:45:45 +01:00
Alex Herbert 1c0a8f12e6 Fix typo 2022-10-22 18:39:16 +01:00
Alex Herbert 24ffa7b4cf Add test for duplicate header names
Test the CSVFormat and CSVParser handle the headers consistently.

CSVParser handles all 36 cases.

CSFFormat fails 6 cases. These are currently disabled.
2022-10-22 18:23:31 +01:00
Gary Gregory 8d57c918ff Bump mockito-core from 4.8.0 to 4.8.1 2022-10-22 08:54:13 -04:00
Gary Gregory 3992019933 Javadoc and format tweaks 2022-10-22 08:52:41 -04:00
Gary Gregory 289ffa1627 Validates that a CSVFormat rejects empty header names 2022-10-22 08:38:52 -04:00
Gary Gregory 8fbf1b1acf Explicitly test a method JaCoCo says is not tested but should be 2022-10-22 07:50:16 -04:00
Alex Herbert 375cefcfe0 Add missing @Test annotations 2022-10-21 16:51:54 +01:00
Gary Gregory b4799e799a Add testGetDuplicateHeaderMode() 2022-10-21 08:59:14 -04:00
Gary Gregory db16af9106 Sort member 2022-10-21 08:55:26 -04:00
Gary Gregory d19e44c88f Fill in the test coverage for getAllowDuplicateHeaderNames() to reflect
the _current_ behavior, right or wrong.
2022-10-21 08:17:15 -04:00
Gary Gregory 4e4f27029c Inline single use variable 2022-10-21 08:06:25 -04:00
Gary Gregory da8bad9df0 Bump CSVFormat#serialVersionUID from 1 to 2
Javadoc Serialization in CSVFormat is not supported from one version to
the next.
2022-10-21 07:53:48 -04:00
Gary Gregory 669a2ca2b0 Add/fix missing Javadoc since tag 2022-10-16 13:44:28 -04:00
Gary Gregory 2d11aab733 Fix since tag 2022-10-16 13:42:00 -04:00
Gary Gregory 72ba42e3e7 Add missing code coverage 2022-10-16 13:41:47 -04:00
Gary Gregory 9134e957c0 Fix formatting 2022-10-16 13:35:34 -04:00
Gary Gregory fc2848b025 Enable some CSVPrinterTest tests
* testJira135_part1
* testJira135_part3
* testRandomPostgreSqlText
2022-10-16 13:27:10 -04:00
Gary Gregory 5433169b79 Enable JiraCsv213Test 2022-10-16 13:21:20 -04:00
Gary Gregory 7d862e6d6c Remove deprecated PMD rules. 2022-10-16 12:56:02 -04:00
Gary Gregory 6aa3665d93 Only link to dependency-info.html instead of hard-coding a single method 2022-10-16 12:51:40 -04:00
Gary Gregory dc786a4cf5 Prepare release candidate 2022-10-16 08:16:22 -04:00
Gary Gregory 6fce181abf Refactor duplicate code
Normalize Javadoc first word
2022-10-16 08:03:47 -04:00
Gary Gregory 0047fb0a65 Refactor code duplication in tests 2022-10-15 10:31:17 -04:00
Gary Gregory 6293899720 Simplify test 2022-10-15 10:22:34 -04:00
Gary Gregory 989116cdb1 Use final
Remove unused imports
2022-10-15 10:16:32 -04:00
Gary Gregory 22df0e28c4 Fix Javadoc links 2022-10-15 10:12:39 -04:00
Gary Gregory 57ab1981ea Normalize first word of Javadocs
- "getFoo" methods "Gets foo"
- "isFoo" methods "Tests foo"
2022-10-15 09:42:41 -04:00
Gary Gregory c04fc6c022 Javadoc: Add missing since tag 2022-10-15 09:41:01 -04:00
Gary Gregory c4cf4078d0 Validate input to setDelimiter(String) for empty string #266. 2022-10-15 09:40:04 -04:00
Gary Gregory 23c39b158e
Merge pull request #266 from mykolaf/delimcheck
Validate input to setDelimiter(String) for empty string
2022-10-15 09:39:04 -04:00
Gary Gregory 550309e327
CSV-290 - Fix the wrong assumptions in PostgreSQL formats #265 2022-10-15 09:36:24 -04:00
Gary Gregory 41a063d2cf
Merge pull request #265 from angusdev/CSV-290
CSV-290 - Fix the wrong assumptions in PostgreSQL formats
2022-10-15 09:34:12 -04:00
Gary Gregory 85330590d7
Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1 #275 2022-10-14 09:00:09 -04:00
Gary Gregory 76b4637c68
Bump actions/cache from 3.0.9 to 3.0.10 #271 2022-10-07 10:56:27 -04:00
Gary Gregory a61afc1618
[CSV-274] Add comments to iterator() and stream() #270 2022-10-07 10:50:26 -04:00
Gary Gregory d46919da26
Merge pull request #270 from pedro-w/csv-274-documentation
[CSV-274] Add comments to iterator() and stream()
2022-10-07 10:49:28 -04:00
Gary Gregory 221f5c418b
Bump actions/checkout from 3.0.2 to 3.1.0 #272 2022-10-07 10:47:53 -04:00
Gary Gregory a2a7537ffc
Bump commons.pmd-impl.version from 6.49.0 to 6.50.0 #273 2022-10-07 10:47:19 -04:00
Peter Hull 5fbd353856
Update text as requested in review 2022-10-06 13:09:02 +01:00
Gary Gregory af42c835b5 Use Java 8 API 2022-10-05 20:45:59 -04:00
Peter Hull 389cf0047a Add comments to iterator() and stream() 2022-10-05 20:56:09 +01:00
Gary Gregory f36e0f590b Bump actions/setup-java from 3 to 3.5.1 2022-10-01 14:36:48 -04:00
Gary Gregory 6e5517300d
Bump actions/cache from 3.0.8 to 3.0.9 #267 2022-09-30 09:42:24 -04:00
Mykola Faryma 1da75703a4 Check setDelimiter() for empty string
Signed-off-by: Mykola Faryma <m.faryma@partner.samsung.com>
2022-09-27 13:10:43 +03:00
Angus 1ad309fade Add test for tab characters (ASCII 9) in values 2022-09-26 22:22:51 +01:00
Angus b7a9d4084e CSV-290 - Fix the wrong assumptions in PostgreSQL formats
CSVFormat.POSTGRESQL_CSV - special characters are not escaped.
CSVFormat.POSTGRESQL_TEXT - values are not quoted.
2022-09-25 22:48:54 +01:00
Gary Gregory 6a925abba3 Coalesce entries 2022-09-25 09:57:34 -04:00
Gary Gregory 50e831063c Bump japicmp-maven-plugin from 0.15.7 to 0.16.0 2022-09-24 11:31:48 -04:00
dependabot[bot] df01ca2faa Bump commons-parent from 53 to 54
Bumps [commons-parent](https://github.com/apache/commons-parent) from 53 to 54.
- [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>
2022-09-24 01:02:25 +12:00
dependabot[bot] 21e094d4f7 Bump junit-jupiter from 5.9.0 to 5.9.1
Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-24 00:26:23 +12:00
Gary Gregory b5b3cca98b Move package-private method. 2022-09-12 12:50:16 -07:00
Gary Gregory d48bc1e6cf Remove redundant comments
Close HTML tags
2022-09-12 12:38:04 -07:00
Gary Gregory 5d7690d1fe Remove redundant comments 2022-09-12 12:37:06 -07:00
Gary Gregory 9a5f617ab9 Make package private class final
Allow no instances of some internal classes
2022-09-12 12:36:55 -07:00
Gary Gregory 379d17c983 Use forEach() 2022-09-12 11:18:55 -07:00
Gary Gregory 9644caf979 Use API instead of system property
Use final
2022-09-12 11:07:44 -07:00
Gary Gregory dd2aa771c9 Fix some compiler warnings 2022-09-12 11:00:59 -07:00
Gary Gregory 7e648a6e86 CSVParser.getRecords() now throws UncheckedIOException instead of
IOException
2022-09-12 10:53:09 -07:00
Gary Gregory 9797255331 Sort members 2022-09-12 09:53:28 -07:00
Gary Gregory 0dff1d5582 [CSV-304] Accessors for header/trailer comments #257 2022-09-12 09:45:28 -07:00
Gary Gregory 2e851bc960
Merge pull request #257 from pedro-w/csv-304-header-comments
[CSV-304] Accessors for header/trailer comments
2022-09-12 09:43:21 -07:00
Gary Gregory ee7b3a7d34
Fix formatting 2022-09-12 09:38:15 -07:00
Gary Gregory f926a300a1
Fix formatting 2022-09-12 09:36:27 -07:00
Gary Gregory 882884f28a
Fix formatting 2022-09-12 09:34:15 -07:00
Gary Gregory d6342202ae Bump com.github.spotbugs:spotbugs from 4.7.1 to 4.7.2 2022-09-12 09:31:11 -07:00
Gary Gregory 066c7dc696 Merge entries 2022-09-09 07:18:10 -07:00
Gary Gregory fb3205e878
Bump opencsv from 5.6 to 5.7.0 #260 2022-09-09 07:15:45 -07:00
Gary Gregory 4c05cd1e54
Bump maven-pmd-plugin from 3.18.0 to 3.19.0 #258 2022-09-09 07:12:17 -07:00
Gary Gregory 42483ac8f1
Bump mockito-core from 4.7.0 to 4.8.0 #259 2022-09-09 07:10:39 -07:00
Gary Gregory ac1500a7e3
Bump spotbugs-maven-plugin from 4.7.1.1 to 4.7.2.0 #261 2022-09-09 07:09:23 -07:00
Peter Hull 9c702bd405 Guard against NPE in createHeaders
Also, formatting and whitespace changes
as requested in code review.
2022-09-08 21:54:29 +01:00
Gary Gregory 6797536378 Add a test for broken input. 2022-09-07 09:17:42 -07:00
Peter Hull 82ca0355d4 Add @since annotation to javadoc
Also reworded some documentation text to read better
2022-09-07 08:58:29 +01:00
Peter Hull 0414d1e4b7 Split tests into separate methods
As requested in code review
2022-09-06 19:23:45 +01:00
Gary Gregory caa9e348ab Bump actions/checkout from 3 to 3.0.2. 2022-09-06 09:23:37 -07:00
Peter Hull 31a546adab [CSV-304] Accessors for header/trailer comments
Add accessors for header comments (before the header row)
and trailer comments (after the last record)
Also add javadoc and tests
2022-09-06 15:27:49 +01:00
Gary Gregory c51b595e34
Bump commons.pmd-impl.version from 6.48.0 to 6.49.0 #255 2022-09-02 08:44:49 -04:00
Gary Gregory 7ce338cdd5 Replace @since with @see 2022-08-30 11:12:54 -04:00
Gary Gregory c5bc93327c Bump maven-javadoc-plugin from 3.4.0 to 3.4.1. 2022-08-30 09:28:06 -04:00
dependabot[bot] 255164de9c Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-27 10:59:08 +12:00
dependabot[bot] f2b7c0736f Bump maven-pmd-plugin from 3.17.0 to 3.18.0
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.17.0 to 3.18.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.17.0...maven-pmd-plugin-3.18.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-27 10:57:53 +12:00
Gary Gregory 545f0670ee Use own API 2022-08-24 09:50:52 -04:00
Gary Gregory cce8f28fb9 Only clone header comments once 2022-08-24 09:42:11 -04:00
Gary Gregory 226628ab02 Bump actions/cache from 3.0.7 to 3.0.8 2022-08-22 15:20:52 -04:00
dependabot[bot] 0fd5302689 Bump mockito-core from 4.6.1 to 4.7.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.7.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.6.1...v4.7.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-20 08:46:24 +12:00
Gary Gregory 2236a52b19 Bump actions/cache from 3.0.6 to 3.0.7 2022-08-12 07:13:03 -04:00
Gary Gregory 18535aad5d The declared exception Exception is not actually thrown by the method 2022-08-11 09:32:03 -04:00
Gary Gregory 40682bf60e CSVRecord.toList() does not give write access to the new List 2022-08-10 05:52:28 -04:00
Gary Gregory e2c2fd40a5 CSVRecord.toList() does not give write access to the new List 2022-08-10 05:51:53 -04:00
Gary Gregory 532e08c3c4 Bump com.github.spotbugs:spotbugs 4.5.3 -> 4.7.1 2022-08-06 16:51:38 -04:00
Gary Gregory b449e1b829 Bump biz.aQute.bnd:biz.aQute.bndlib 6.2.0 -> 6.3.1 2022-08-06 16:48:32 -04:00
Gary Gregory 8f7e3a6682 Add CSVPrinter.printRecord[s](Stream). 2022-08-06 16:41:48 -04:00
Gary Gregory 0af5d428d6
Bump commons.pmd-impl.version from 6.47.0 to 6.48.0 #247 2022-08-05 08:54:27 -04:00
Gary Gregory 8077cdcf7f Bump actions/cache from 3.0.5 to 3.0.6 2022-08-05 08:33:30 -04:00
Gary Gregory 58fbc483f8
Bump spotbugs-maven-plugin from 4.7.1.0 to 4.7.1.1 #245 2022-07-29 08:28:45 -04:00
Gary Gregory 4204cd2a79
Bump junit-jupiter from 5.8.2 to 5.9.0 #244 2022-07-29 08:15:35 -04:00
dependabot[bot] 0455edb8eb Bump actions/cache from 3.0.4 to 3.0.5
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.4...v3.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-16 10:10:04 +12:00
Gary Gregory e8f24e86bb Bump actions/cache 3.0.4 to 3.0.5 2022-07-15 08:33:28 -04:00
Gary Gregory 64b60e3713
Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.1.0 #242 2022-07-08 18:11:59 -04:00
dependabot[bot] 448579e22e Bump commons.pmd-impl.version from 6.46.0 to 6.47.0
Bumps `commons.pmd-impl.version` from 6.46.0 to 6.47.0.

Updates `pmd-core` from 6.46.0 to 6.47.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.46.0...pmd_releases/6.47.0)

Updates `pmd-java` from 6.46.0 to 6.47.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb)
- [Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.46.0...pmd_releases/6.47.0)

---
updated-dependencies:
- dependency-name: net.sourceforge.pmd:pmd-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.sourceforge.pmd:pmd-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-02 10:29:48 +12:00
Gary Gregory 8fd2407bf4
Bump h2 from 2.1.212 to 2.1.214 #239 2022-06-24 07:39:45 -04:00
dependabot[bot] 1227d0da91 Bump maven-pmd-plugin from 3.16.0 to 3.17.0
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.16.0 to 3.17.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.16.0...maven-pmd-plugin-3.17.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-11 10:46:48 +12:00
Gary Gregory ce569c148b Bump actions/cache from 3.0.3 to 3.0.4 2022-06-07 13:55:26 -04:00
Gary Gregory b30772ef49 Organize 2022-06-07 13:55:15 -04:00
Gary Gregory 16c13807c8
Bump commons.pmd-impl.version from 6.45.0 to 6.46.0 #236 2022-06-03 11:03:30 -04:00
Gary Gregory 99cd420ad7
Bump mockito-core from 4.5.1 to 4.6.1 #237 2022-06-03 11:02:32 -04:00
Gary Gregory 2850581b01 Bump actions/cache from 3.0.2 to 3.0.3 2022-05-31 16:31:52 -04:00
Gary Gregory 7d3924c583 Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 2022-05-22 07:57:45 -04:00
Gary Gregory ac3d876e3b Bump japicmp-maven-plugin from 0.15.3 to 0.15.7 2022-05-22 07:56:41 -04:00
Gary Gregory 15947702be Bump jacoco-maven-plugin from 0.8.7 to 0.8.8. 2022-05-22 07:54:45 -04:00
Gary Gregory 52d4dd7c41 Remove unused exceptions 2022-05-22 07:53:02 -04:00
Gary Gregory 0b868f25f2 Javadoc and don't use FQCN in throws clause. 2022-05-21 14:53:40 -04:00