dependabot[bot] [Sat, 12 Mar 2022 13:33:34 +0000 (13:33 +0000)]
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Gary Gregory [Sat, 12 Mar 2022 13:32:45 +0000 (08:32 -0500)]
Let Powermock run on Java 17.
Gary Gregory [Sat, 12 Mar 2022 13:13:20 +0000 (08:13 -0500)]
Bump com.sun.mail:jakarta.mail from 1.6.5 to 1.6.7
Gary Gregory [Sat, 12 Mar 2022 13:11:12 +0000 (08:11 -0500)]
Bump commons-io:commons-io from 2.8.0 to 2.11.0
Gary Gregory [Sat, 12 Mar 2022 13:08:15 +0000 (08:08 -0500)]
Bump org.easymock:easymock from 4.2 to 4.3
Gary Gregory [Sat, 12 Mar 2022 13:05:01 +0000 (08:05 -0500)]
Bump jacoco from 0.8.6 to 0.8.7; fixes jacoco on Java 17.
Gary Gregory [Sat, 12 Mar 2022 13:01:08 +0000 (08:01 -0500)]
Fix tests since Apache site switch from HTTP to HTTPS.
Also, fix a typo.
Gary Gregory [Fri, 25 Feb 2022 13:15:11 +0000 (08:15 -0500)]
Add CODE_OF_CONDUCT.md
Gary Gregory [Thu, 3 Feb 2022 11:59:22 +0000 (06:59 -0500)]
Add CodeQL GitHub workflow.
Gary Gregory [Tue, 28 Sep 2021 15:08:33 +0000 (11:08 -0400)]
Update GitHub build from Java 16 to 17.
Update GitHub build from Java 17-EA to 18-EA but comment it (not there
yet).
Gary Gregory [Sun, 29 Aug 2021 04:26:31 +0000 (00:26 -0400)]
AdoptOpenJDK is moving to the Eclipse Foundation and rebranding as
Eclipse Temurin.
Gary Gregory [Tue, 13 Jul 2021 22:03:08 +0000 (18:03 -0400)]
Bump actions/cache from 2.1.4 to 2.1.6 #48.
Gary Gregory [Tue, 13 Jul 2021 22:02:53 +0000 (18:02 -0400)]
Merge pull request #48 from apache/dependabot/github_actions/actions/cache-2.1.6
Bump actions/cache from 2.1.4 to 2.1.6
Gary Gregory [Tue, 13 Jul 2021 22:01:41 +0000 (18:01 -0400)]
Hacks to get the tests to pass.
Gary Gregory [Thu, 1 Jul 2021 15:35:05 +0000 (11:35 -0400)]
Update my developer entry.
Gary Gregory [Sun, 6 Jun 2021 14:43:59 +0000 (10:43 -0400)]
Replace Java 15 with Java 16 in Travis CI.
dependabot[bot] [Fri, 28 May 2021 05:13:12 +0000 (05:13 +0000)]
Bump actions/cache from 2.1.4 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.6)
Signed-off-by: dependabot[bot] <support@github.com>
Gary Gregory [Mon, 19 Apr 2021 13:31:30 +0000 (09:31 -0400)]
Update `actions/setup-java` to v2.
Gary Gregory [Mon, 29 Mar 2021 22:15:51 +0000 (18:15 -0400)]
spotbugs-maven-plugin 4.0.4 -> 4.2.2.
Gary Gregory [Mon, 29 Mar 2021 15:25:24 +0000 (11:25 -0400)]
Bump spotbugs from 4.0.6 to 4.2.2 #40.
Gary Gregory [Mon, 29 Mar 2021 15:20:58 +0000 (11:20 -0400)]
Merge pull request #40 from apache/dependabot/maven/com.github.spotbugs-spotbugs-4.2.2
Bump spotbugs from 4.0.6 to 4.2.2
dependabot[bot] [Mon, 29 Mar 2021 13:52:07 +0000 (13:52 +0000)]
Bump spotbugs from 4.0.6 to 4.2.2
Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.0.6 to 4.2.2.
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotbugs/spotbugs/compare/4.0.6...4.2.2)
Signed-off-by: dependabot[bot] <support@github.com>
Gary Gregory [Mon, 29 Mar 2021 12:58:29 +0000 (08:58 -0400)]
Add some release descriptions.
Gary Gregory [Mon, 29 Mar 2021 12:54:02 +0000 (08:54 -0400)]
Bump actions/cache from v2 to v2.1.4 #39.
Gary Gregory [Mon, 29 Mar 2021 12:51:37 +0000 (08:51 -0400)]
Merge pull request #39 from apache/dependabot/github_actions/actions/cache-v2.1.4
Bump actions/cache from v2 to v2.1.4
Gary Gregory [Mon, 29 Mar 2021 12:50:58 +0000 (08:50 -0400)]
Fix build on Java 16.
Gary Gregory [Mon, 29 Mar 2021 12:39:14 +0000 (08:39 -0400)]
Modernize Component dependencies.
- Update Java from 7 to 8.
- Update Commons Parent from 51 to 52.
- Update JUnit from 4.13.1 to 4.13.2.
- Update Apache Commons IO from 2.6 to 2.8.0.
- Update Powermock from 2.0.5 to 2.0.9.
Gary Gregory [Wed, 17 Mar 2021 19:46:05 +0000 (15:46 -0400)]
Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea.
Gary Gregory [Fri, 5 Mar 2021 19:00:14 +0000 (14:00 -0500)]
Add and use Maven default goal.
Gary Gregory [Fri, 5 Mar 2021 18:59:59 +0000 (13:59 -0500)]
No need to nest in else.
Gary Gregory [Sun, 28 Feb 2021 23:47:17 +0000 (18:47 -0500)]
Use primitive parsing.
Gary Gregory [Sun, 28 Feb 2021 23:40:33 +0000 (18:40 -0500)]
Use String.replace() instead of replaceAll() when we don't need a Regex.
dependabot[bot] [Mon, 8 Feb 2021 06:00:47 +0000 (06:00 +0000)]
Bump actions/cache from v2 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...
26968a09c0ea4f3e233fdddbafd1166051a095f6)
Signed-off-by: dependabot[bot] <support@github.com>
Gary Gregory [Sun, 17 Jan 2021 15:07:07 +0000 (10:07 -0500)]
Use isEmpty().
Gary Gregory [Sun, 17 Jan 2021 03:27:16 +0000 (22:27 -0500)]
Use isEmpty().
Gary Gregory [Sun, 17 Jan 2021 02:01:08 +0000 (21:01 -0500)]
Use isEmpty().
Gary Gregory [Mon, 11 Jan 2021 17:08:51 +0000 (12:08 -0500)]
Fix Checkstyle configuration DTD link.
Gary Gregory [Fri, 8 Jan 2021 15:10:26 +0000 (10:10 -0500)]
Collapse multiple identical catch clauses into one.
Remove unused import.
Gary Gregory [Mon, 4 Jan 2021 21:42:07 +0000 (16:42 -0500)]
Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #34.
Gary Gregory [Mon, 4 Jan 2021 21:40:56 +0000 (16:40 -0500)]
Merge pull request #34 from apache/dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.14.0
Bump maven-pmd-plugin from 3.13.0 to 3.14.0
Gary Gregory [Sun, 3 Jan 2021 00:46:17 +0000 (19:46 -0500)]
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-email
Gary Gregory [Sun, 3 Jan 2021 00:45:57 +0000 (19:45 -0500)]
Simplify array cloning.
Gary Gregory [Sat, 2 Jan 2021 23:42:42 +0000 (18:42 -0500)]
Update some dependen cies.
- Bump actions/setup-java from v1.4.0 to v1.4.3 #30
- Bump actions/checkout from v2.3.2 to v2.3.4 #33
- Bump commons-release-plugin from 1.0 to 1.7 #23
dependabot[bot] [Sat, 2 Jan 2021 23:41:02 +0000 (23:41 +0000)]
Bump maven-pmd-plugin from 3.13.0 to 3.14.0
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.13.0 to 3.14.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.13.0...maven-pmd-plugin-3.14.0)
Signed-off-by: dependabot[bot] <support@github.com>
Gary Gregory [Sat, 2 Jan 2021 23:40:37 +0000 (18:40 -0500)]
Merge pull request #23 from apache/dependabot/maven/org.apache.commons-commons-release-plugin-1.7
Bump commons-release-plugin from 1.0 to 1.7
Gary Gregory [Sat, 2 Jan 2021 23:34:30 +0000 (18:34 -0500)]
Merge pull request #33 from apache/dependabot/github_actions/actions/checkout-v2.3.4
Bump actions/checkout from v2.3.2 to v2.3.4
Gary Gregory [Sat, 2 Jan 2021 23:34:03 +0000 (18:34 -0500)]
Merge pull request #30 from apache/dependabot/github_actions/actions/setup-java-v1.4.3
Bump actions/setup-java from v1.4.0 to v1.4.3
dependabot[bot] [Wed, 30 Dec 2020 00:37:55 +0000 (00:37 +0000)]
Bump actions/checkout from v2.3.2 to v2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 to v2.3.4.
- [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/v2.3.2...
5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f)
Signed-off-by: dependabot[bot] <support@github.com>
Gary Gregory [Wed, 30 Dec 2020 00:10:02 +0000 (19:10 -0500)]
Add Java 17-EA to the GitHub build.
Gary Gregory [Sat, 21 Nov 2020 17:56:45 +0000 (12:56 -0500)]
Use for-each.
Gary Gregory [Sat, 21 Nov 2020 15:55:06 +0000 (10:55 -0500)]
Use diamonds.
Gary Gregory [Sat, 21 Nov 2020 15:37:04 +0000 (10:37 -0500)]
Use try-with-resource.
Gary Gregory [Sat, 21 Nov 2020 03:09:48 +0000 (22:09 -0500)]
Use final.
Gary Gregory [Sat, 21 Nov 2020 02:31:10 +0000 (21:31 -0500)]
No need to initialize to default value.
Gary Gregory [Sat, 21 Nov 2020 02:30:23 +0000 (21:30 -0500)]
Travis: Replace Java 14 with 15.
Gary Gregory [Fri, 20 Nov 2020 22:57:21 +0000 (17:57 -0500)]
Remove redundant calls to super().
Gary Gregory [Fri, 30 Oct 2020 13:35:05 +0000 (09:35 -0400)]
Typo.
Gary Gregory [Sun, 25 Oct 2020 18:36:50 +0000 (14:36 -0400)]
Add SECURITY.MD.
Gary Gregory [Tue, 13 Oct 2020 13:32:52 +0000 (09:32 -0400)]
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-email
Gary Gregory [Tue, 13 Oct 2020 13:11:55 +0000 (09:11 -0400)]
Bump junit from 4.13 to 4.13.1 #32.
Gary Gregory [Tue, 13 Oct 2020 13:11:11 +0000 (09:11 -0400)]
Merge pull request #32 from apache/dependabot/maven/junit-junit-4.13.1
Bump junit from 4.13 to 4.13.1
dependabot[bot] [Tue, 13 Oct 2020 05:51:54 +0000 (05:51 +0000)]
Bump junit from 4.13 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 1 Oct 2020 06:01:03 +0000 (06:01 +0000)]
Bump actions/setup-java from v1.4.0 to v1.4.3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1.4.0 to v1.4.3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1.4.0...
d202f5dbf7256730fb690ec59f6381650114feb2)
Signed-off-by: dependabot[bot] <support@github.com>
Gary Gregory [Sat, 19 Sep 2020 19:45:05 +0000 (15:45 -0400)]
Replace Java 14 with Java 15 as the latest Java version to test. Use
Jaav 16 EA as the EA version to test.
Gary Gregory [Tue, 1 Sep 2020 01:23:56 +0000 (21:23 -0400)]
Trigger a GitHub build on pull requests.
Gary Gregory [Tue, 11 Aug 2020 01:15:02 +0000 (21:15 -0400)]
Cache ~/.m2 dir for GitHub builds.
Gary Gregory [Mon, 10 Aug 2020 15:45:27 +0000 (11:45 -0400)]
actions/checkout from v2.3.1 to v2.3.2 #25.
Gary Gregory [Mon, 10 Aug 2020 15:44:42 +0000 (11:44 -0400)]
Merge pull request #25 from apache/dependabot/github_actions/actions/checkout-v2.3.2
Bump actions/checkout from v2.3.1 to v2.3.2
Sebb [Mon, 10 Aug 2020 13:24:08 +0000 (14:24 +0100)]
Fix old codehaus issue link
dependabot[bot] [Mon, 10 Aug 2020 05:52:20 +0000 (05:52 +0000)]
Bump actions/checkout from v2.3.1 to v2.3.2
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.1 to v2.3.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/v2.3.1...
2036a08e25fa78bbd946711a407b529a0a1204bf)
Signed-off-by: dependabot[bot] <support@github.com>
Gary Gregory [Wed, 5 Aug 2020 13:30:52 +0000 (09:30 -0400)]
Add --no-transfer-progress to CI builds.
Drop non-LTS builds except the latest.
dependabot[bot] [Mon, 27 Jul 2020 05:55:45 +0000 (05:55 +0000)]
Bump commons-release-plugin from 1.0 to 1.7
Bumps commons-release-plugin from 1.0 to 1.7.
Signed-off-by: dependabot[bot] <support@github.com>
Gary Gregory [Sun, 26 Jul 2020 21:45:56 +0000 (17:45 -0400)]
GitHub actions/setup-java@v1 -> actions/setup-java@v1.4.0.
Gary Gregory [Sun, 26 Jul 2020 21:23:37 +0000 (17:23 -0400)]
Fix GitHub action for Java 15-ea.
Gary Gregory [Fri, 24 Jul 2020 13:43:10 +0000 (09:43 -0400)]
Fix Javadoc error on Java 14.
Gary Gregory [Fri, 24 Jul 2020 13:41:32 +0000 (09:41 -0400)]
Document recent changes.
Gary Gregory [Fri, 24 Jul 2020 13:41:03 +0000 (09:41 -0400)]
Merge pull request #22 from apache/dependabot/maven/com.sun.mail-jakarta.mail-1.6.5
Bump jakarta.mail from 1.6.4 to 1.6.5
Gary Gregory [Fri, 24 Jul 2020 13:39:42 +0000 (09:39 -0400)]
Merge pull request #18 from apache/dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.0.4
Bump spotbugs-maven-plugin from 4.0.0 to 4.0.4
Gary Gregory [Fri, 24 Jul 2020 13:38:23 +0000 (09:38 -0400)]
Merge pull request #17 from apache/dependabot/github_actions/actions/checkout-v2.3.1
Bump actions/checkout from v1 to v2.3.1
dependabot[bot] [Thu, 23 Jul 2020 15:45:23 +0000 (15:45 +0000)]
Bump jakarta.mail from 1.6.4 to 1.6.5
Bumps [jakarta.mail](https://github.com/eclipse-ee4j/mail) from 1.6.4 to 1.6.5.
- [Release notes](https://github.com/eclipse-ee4j/mail/releases)
- [Commits](https://github.com/eclipse-ee4j/mail/compare/1.6.4...1.6.5)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 23 Jul 2020 15:45:08 +0000 (15:45 +0000)]
Bump spotbugs-maven-plugin from 4.0.0 to 4.0.4
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.0.0 to 4.0.4.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.0.0...spotbugs-maven-plugin-4.0.4)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 23 Jul 2020 15:43:42 +0000 (15:43 +0000)]
Bump actions/checkout from v1 to v2.3.1
Bumps [actions/checkout](https://github.com/actions/checkout) from v1 to v2.3.1.
- [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/v1...
28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b)
Signed-off-by: dependabot[bot] <support@github.com>
Gary Gregory [Thu, 23 Jul 2020 15:39:50 +0000 (11:39 -0400)]
Add GitHub build.
Gary Gregory [Thu, 23 Jul 2020 15:39:37 +0000 (11:39 -0400)]
Update commons-parent from 50 to 51.
Gary Gregory [Thu, 23 Jul 2020 15:38:09 +0000 (11:38 -0400)]
Sporbugs: Explicitely use default charset.
Gary Gregory [Wed, 22 Jul 2020 15:30:20 +0000 (11:30 -0400)]
SpotBugs: Explicitely use the default Charset to print out an exception.
Gary Gregory [Tue, 26 May 2020 12:41:56 +0000 (08:41 -0400)]
Merge pull request #14 from XenoAmess/patch-1
fix typo
XenoAmess [Mon, 25 May 2020 17:41:07 +0000 (01:41 +0800)]
fix typo
Gary Gregory [Wed, 15 Apr 2020 13:36:56 +0000 (09:36 -0400)]
Add openjdk13 and openjdk14 to Travis.
Gary Gregory [Mon, 30 Mar 2020 15:09:41 +0000 (11:09 -0400)]
Standardize on American English spelling of 'behavior'.
Siegfried Goeschl [Thu, 5 Mar 2020 23:03:38 +0000 (00:03 +0100)]
Merge pull request #12 from apache/EMAIL-190
EMAIL-190 Travis build fails for JDK 7 & 11
Siegfried Goeschl [Thu, 5 Mar 2020 22:14:10 +0000 (23:14 +0100)]
EMAIL-190 Travis build fails for JDK 7 & 11
Siegfried Goeschl [Tue, 3 Mar 2020 21:55:35 +0000 (22:55 +0100)]
Merge pull request #9 from gitmotte/master
javax.mail:1.6.1 -> jakarta.mail:1.6.4
Gary Gregory [Wed, 18 Dec 2019 21:09:16 +0000 (16:09 -0500)]
Remove unnecessary array creation for varargs.
Gary Gregory [Wed, 18 Dec 2019 20:29:45 +0000 (15:29 -0500)]
Remove trailing white spaces on all lines.
Gary Gregory [Tue, 10 Dec 2019 15:30:11 +0000 (10:30 -0500)]
Javadoc: Replace <code></code> HTML tags with Javadoc {@code} notation.
gitmotte [Mon, 7 Oct 2019 21:38:29 +0000 (23:38 +0200)]
javax.mail:1.6.1 -> jakarta.mail:1.6.4
sebbASF [Thu, 15 Aug 2019 16:40:27 +0000 (17:40 +0100)]
SVN gone; now Git
Gary Gregory [Wed, 14 Aug 2019 20:24:52 +0000 (13:24 -0700)]
Drop Oracle JDK 8.
Gary Gregory [Sun, 21 Jul 2019 20:51:37 +0000 (16:51 -0400)]
Fix the site's source repository link.