You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gi...@apache.org on 2020/12/30 00:38:02 UTC

[commons-email] branch dependabot/github_actions/actions/checkout-v2.3.4 updated (6a30e8a -> 91cdad5)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/github_actions/actions/checkout-v2.3.4
in repository https://gitbox.apache.org/repos/asf/commons-email.git.


 discard 6a30e8a  Bump actions/checkout from v2.3.2 to v2.3.4
     add 7edab75  Remove redundant calls to super().
     add affd6c4  Travis: Replace Java 14 with 15.
     add ddc6015  No need to initialize to default value.
     add 045bcb5  Use final.
     add fa7b811  Use try-with-resource.
     add 7ae8c52  Use diamonds.
     add 4f45556  Use for-each.
     add cbaf0cd  Add Java 17-EA to the GitHub build.
     add 91cdad5  Bump actions/checkout from v2.3.2 to v2.3.4

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6a30e8a)
            \
             N -- N -- N   refs/heads/dependabot/github_actions/actions/checkout-v2.3.4 (91cdad5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/maven.yml                        |  2 +
 .travis.yml                                        |  2 +-
 .../apache/commons/mail/ByteArrayDataSource.java   | 12 +-----
 src/main/java/org/apache/commons/mail/Email.java   | 18 ++++----
 .../org/apache/commons/mail/EmailException.java    |  1 -
 .../java/org/apache/commons/mail/EmailUtils.java   |  1 -
 .../java/org/apache/commons/mail/HtmlEmail.java    |  2 +-
 .../org/apache/commons/mail/ImageHtmlEmail.java    |  4 +-
 .../mail/resolver/DataSourceUrlResolver.java       |  1 -
 .../commons/mail/util/MimeMessageParser.java       |  9 ++--
 .../apache/commons/mail/util/MimeMessageUtils.java | 25 +----------
 .../org/apache/commons/mail/EmailLiveTest.java     |  2 +-
 .../java/org/apache/commons/mail/EmailTest.java    | 50 +++++++++++-----------
 .../org/apache/commons/mail/HtmlEmailTest.java     |  3 +-
 .../apache/commons/mail/MultiPartEmailTest.java    |  2 +-
 .../commons/mail/SendWithAttachmentsTest.java      |  3 +-
 .../resolver/AbstractDataSourceResolverTest.java   |  5 +--
 17 files changed, 52 insertions(+), 90 deletions(-)