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/12 18:52:55 UTC

[commons-email] branch dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0 updated (6c37c28 -> 9953fff)

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.2.0
in repository https://gitbox.apache.org/repos/asf/commons-email.git


 discard 6c37c28  Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0
     add 2cd43fd  Add pmd:cpd-check to Maven default goal
     add 377ad81  Update README to use the default Maven goal
     add 161a9b4  Add CodeQL badge
     add d1902a2  Drop README.txt in favor of README.md
     add 2a477dc  Javadoc @link tags do not need to use a FQCN for classes in java.lang
     add f679511  Update provenance as comment.
     add ae5c176  Use GAV coordinates Maven Central coordinates to make sure to pick up the latest
     add 78c5312  Bump actions/checkout from 3 to 3.0.2.
     add b166b2c  Bump actions/checkout from 3 to 3.0.2.
     add 01d9f81  Add same scorecards-analysis.yml as Apache Log4j (except for branches)
     add 8a2d4ac  Use GitHub cache for CodeQL
     add 5420eb8  Drop FindBugs property, it is no longer used.
     add 5e24787  Drop FindBugs, SpotBugs is already there
     add 30f92c0  Update property names for SpotBugs
     add 725bece  Bump spotbugs-maven-plugin from 4.2.2 to 4.7.2
     add 346eb0d  Replace Travis-CI badge with GitHub Actions CI
     add 71c0e25  Bump actions/setup-java from 3 to 3.5.1
     add 8c0dc82  GitHub Actions build: no top level permission defined
     add 41e22d3  Set to level permissions to 'read'
     add efc83fc  Don't persist credentials unnecessarily
     add 881928e  Bump Scorecards from 1 to 2
     add 719fd67  Address SpotBugs issue on GitHub
     add 20d33ce  Bump Commons Parent from 53 to 54
     add d00a5ca  Avoid what look like false positives on Java 17
     add eece28d  Avoid what look like false positives on Java 11
     add 93566be  Avoid what look like false positives on Java 11
     add 2a65afc  Bump actions/upload-artifact from 3.1.0 to 3.1.1
     add cf96745  Merge pull request #110 from apache/dependabot/github_actions/actions/upload-artifact-3.1.1
     add 959ef63  Bump actions/upload-artifact from 3.1.0 to 3.1.1 #110
     add 9953fff  Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0

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   (6c37c28)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0 (9953fff)

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              | 13 +++-
 .github/workflows/coverage.yml                     |  6 +-
 .github/workflows/maven.yml                        |  9 ++-
 .github/workflows/scorecards-analysis.yml          | 69 ++++++++++++++++++++++
 README.md                                          | 10 ++--
 README.txt                                         | 47 ---------------
 ...lude-filter.xml => spotbugs-exclude-filter.xml} |  9 +++
 pom.xml                                            | 51 ++++++++++------
 src/changes/changes.xml                            | 18 +++---
 src/main/java/org/apache/commons/mail/Email.java   | 10 ++--
 .../java/org/apache/commons/mail/EmailUtils.java   | 33 +++++------
 .../mail/resolver/DataSourceClassPathResolver.java |  6 +-
 12 files changed, 172 insertions(+), 109 deletions(-)
 create mode 100644 .github/workflows/scorecards-analysis.yml
 delete mode 100644 README.txt
 rename conf/{findbugs-exclude-filter.xml => spotbugs-exclude-filter.xml} (88%)