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/03/12 13:38:21 UTC

[commons-email] branch dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.1.2 updated (5561bfc -> 09d5352)

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

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


    omit 5561bfc  Bump maven-checkstyle-plugin from 2.13 to 3.1.2
     add 5b1b9d3  Use String.replace() instead of replaceAll() when we don't need a Regex.
     add cdd7216  Use primitive parsing.
     add 4c10370  No need to nest in else.
     add 3e72e35  Add and use Maven default goal.
     add 9b483da  Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea.
     add 7121a04  Modernize Component dependencies.
     add dccf214  Fix build on Java 16.
     add 9c16aa6  Bump actions/cache from v2 to v2.1.4
     add 6d0078e  Merge pull request #39 from apache/dependabot/github_actions/actions/cache-v2.1.4
     add 5f5ae58  Bump actions/cache from v2 to v2.1.4 #39.
     add a364677  Add some release descriptions.
     add cc29a5c  Bump spotbugs from 4.0.6 to 4.2.2
     add dcbc7e9  Merge pull request #40 from apache/dependabot/maven/com.github.spotbugs-spotbugs-4.2.2
     add dfdb18a  Bump spotbugs from 4.0.6 to 4.2.2 #40.
     add 9cb693f  spotbugs-maven-plugin 4.0.4 -> 4.2.2.
     add 8602ac2  Update `actions/setup-java` to v2.
     add b8d5918  Replace Java 15 with Java 16 in Travis CI.
     add 11381dc  Update my developer entry.
     add 20ab8f5  Hacks to get the tests to pass.
     add a482754  Bump actions/cache from 2.1.4 to 2.1.6
     add 961017c  Merge pull request #48 from apache/dependabot/github_actions/actions/cache-2.1.6
     add 1742248  Bump actions/cache from 2.1.4 to 2.1.6 #48.
     add ed1019c  AdoptOpenJDK is moving to the Eclipse Foundation and rebranding as Eclipse Temurin.
     add fe8b138  Update GitHub build from Java 16 to 17.
     add fe24a86  Add CodeQL GitHub workflow.
     add 9062abb  Add CODE_OF_CONDUCT.md
     add 3fb52a5  Fix tests since Apache site switch from HTTP to HTTPS.
     add 623cac5  Bump jacoco from 0.8.6 to 0.8.7; fixes jacoco on Java 17.
     add af56eb3  Bump org.easymock:easymock from 4.2 to 4.3
     add 11bce5c  Bump commons-io:commons-io from 2.8.0 to 2.11.0
     add e0cf5b6  Bump com.sun.mail:jakarta.mail from 1.6.5 to 1.6.7
     add b356119  Let Powermock run on Java 17.
     add 09d5352  Bump maven-checkstyle-plugin from 2.13 to 3.1.2

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   (5561bfc)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.1.2 (09d5352)

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/codeql-analysis.yml              | 74 ++++++++++++++++++++++
 .github/workflows/maven.yml                        | 17 +++--
 .travis.yml                                        |  2 +-
 SECURITY.md => CODE_OF_CONDUCT.md                  |  2 +-
 pom.xml                                            | 67 ++++++++++++++++----
 src/changes/changes.xml                            | 41 ++++++++----
 src/main/java/org/apache/commons/mail/Email.java   |  6 +-
 .../mail/resolver/DataSourceClassPathResolver.java |  2 +-
 .../mail/resolver/DataSourceUrlResolver.java       |  2 +-
 .../java/org/apache/commons/mail/EmailTest.java    |  4 +-
 .../resolver/AbstractDataSourceResolverTest.java   |  2 +-
 .../resolver/DataSourceCompositeResolverTest.java  |  7 +-
 .../mail/resolver/DataSourceUrlResolverTest.java   | 17 ++++-
 13 files changed, 192 insertions(+), 51 deletions(-)
 create mode 100644 .github/workflows/codeql-analysis.yml
 copy SECURITY.md => CODE_OF_CONDUCT.md (83%)