Commit Graph

1920 Commits

Author SHA1 Message Date
Gary Gregory 37946b27c2 Reset POM version after merge from the release branch 2022-10-20 10:19:21 -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 7165be4dcc Add CI management section 2022-10-16 13:04:34 -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 1bd1fd8e60 Update POM version for Apache release 1.10.0 2022-10-16 08:26:37 -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 93af662ddd Enable doclint for GitHub builds 2022-10-15 10:12:52 -04:00
Gary Gregory 22df0e28c4 Fix Javadoc links 2022-10-15 10:12:39 -04:00
Gary Gregory 3d5f711d33 Pickup maven-pmd-plugin dependency in parent POM 2022-10-15 09:55:33 -04:00
Gary Gregory 8b3ea51081 Pickup maven-checkstyle-plugin dependency in parent POM 2022-10-15 09:54:36 -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
dependabot[bot] 827a1fcc98 Bump actions/cache from 3.0.10 to 3.0.11
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.10 to 3.0.11.
- [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.10...v3.0.11)

---
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-10-15 09:23:28 +13: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 c8d8bd3447
Merge pull request #275 from apache/dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.7.2.1
Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1
2022-10-14 08:59:29 -04:00
dependabot[bot] 3f20dfa69e
Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.2.0 to 4.7.2.1.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.7.2.0...spotbugs-maven-plugin-4.7.2.1)

---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14 12:03:05 +00:00
Sebb 7fbe1495fa Don't persist credentials unnecessarily 2022-10-08 15:18:47 +01:00
Gary Gregory 954a6ce6fd Set to level permissions to 'read' 2022-10-07 20:07: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 6d80ca8fa5
Merge pull request #271 from apache/dependabot/github_actions/actions/cache-3.0.10
Bump actions/cache from 3.0.9 to 3.0.10
2022-10-07 10:55:59 -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
dependabot[bot] ee2e3c11f6
Bump actions/cache from 3.0.9 to 3.0.10
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.10.
- [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.9...v3.0.10)

---
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-10-07 14:48:32 +00: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 ded226aae1
Merge pull request #272 from apache/dependabot/github_actions/actions/checkout-3.1.0
Bump actions/checkout from 3.0.2 to 3.1.0
2022-10-07 10:47:29 -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
Gary Gregory 0a151eeb68
Merge pull request #273 from apache/dependabot/maven/commons.pmd-impl.version-6.50.0
Bump commons.pmd-impl.version from 6.49.0 to 6.50.0
2022-10-07 10:46:30 -04:00
dependabot[bot] 646a653b60
Bump commons.pmd-impl.version from 6.49.0 to 6.50.0
Bumps `commons.pmd-impl.version` from 6.49.0 to 6.50.0.

Updates `pmd-core` from 6.49.0 to 6.50.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.49.0...pmd_releases/6.50.0)

Updates `pmd-java` from 6.49.0 to 6.50.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.49.0...pmd_releases/6.50.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-10-07 12:02:45 +00:00
dependabot[bot] 713f1fdaf3
Bump actions/checkout from 3.0.2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0.
- [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.0.2...93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-07 12:01:22 +00:00
Gary Gregory 69a68b197e GitHub Actions build: no top level permission defined 2022-10-06 18:37:28 -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
Gary Gregory 7f8b74c08f
Merge pull request #267 from apache/dependabot/github_actions/actions/cache-3.0.9
Bump actions/cache from 3.0.8 to 3.0.9
2022-09-30 09:41:55 -04:00