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 2022/11/27 18:22:56 UTC

[commons-email] branch dependabot/maven/org.easymock-easymock-5.0.1 updated (4020fdf -> 0b15321)

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

github-bot pushed a change to branch dependabot/maven/org.easymock-easymock-5.0.1
in repository https://gitbox.apache.org/repos/asf/commons-email.git


 discard 4020fdf  Bump easymock from 4.3 to 5.0.1
     add 3e4b11d  Add GHitHub robots file
     add ef02398  Reuse constants
     add 4470ad4  JUnit5 Api Dependency
     add d8fdc13  JUnit5 assertThrows DataSourceClassPathResolverTest
     add a7aade1  Merge pull request #114 from nhojpatrick/junit5-assertThrows-DataSourceClassPathResolverTest
     add ed3a608  JUnit5 assertThrows DataSourceCompositeResolverTest
     add 01c4091  Merge pull request #109 from nhojpatrick/junit5-assertThrows-DataSourceCompositeResolverTest
     add e74e428  JUnit5 assertThrows DataSourceFileResolverTest
     add d9f9ce8  Merge pull request #108 from nhojpatrick/junit5-assertThrows-DataSourceFileResolverTest
     add 099ddbf  Use JUnit 5 APIs #108, #109, #114.
     add eefbc79  JUnit5 assertThrows EmailTest
     add b8b239a  Fix syntax error
     add bba0bd0  Merge pull request #106 from nhojpatrick/junit5-assertThrows-EmailTest
     add c1eb3a5  Update changes.xml
     add 0b15321  Bump easymock from 4.3 to 5.0.1

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   (4020fdf)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.easymock-easymock-5.0.1 (0b15321)

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/{dependabot.yml => GH-ROBOTS.txt}          |  14 +-
 pom.xml                                            |   6 +
 src/changes/changes.xml                            |   3 +
 src/main/java/org/apache/commons/mail/Email.java   |   4 +-
 .../java/org/apache/commons/mail/EmailTest.java    | 163 +++++++++++----------
 .../resolver/DataSourceClassPathResolverTest.java  |   6 +-
 .../resolver/DataSourceCompositeResolverTest.java  |   8 +-
 .../mail/resolver/DataSourceFileResolverTest.java  |   6 +-
 8 files changed, 113 insertions(+), 97 deletions(-)
 copy .github/{dependabot.yml => GH-ROBOTS.txt} (79%)