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

khmarbaise pushed a change to branch MNG-7273
in repository https://gitbox.apache.org/repos/asf/maven.git


 discard f81d66faa [MNG-7273] - Modeltest - Improvements
     add 643d1e782 [MNG-7438] add execution id to "configuring mojo" debug 
message
     add 551009ab4 [MNG-7454] Include resolver-transport-http in Maven (#720)
     add 3fef9c685 [MNG-7453] Update Resolver to 1.8.0 (#723)
     add bdfd8de96 Drop Java 16 from matrix
     add 9ac2d08dc [MNG-5222] Improvement in deprecated params detection
     new e465b1fad [MNG-7273] - Modeltest - Improvements

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   (f81d66faa)
            \
             N -- N -- N   refs/heads/MNG-7273 (e465b1fad)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile                                        |   2 +-
 .../maven/conf/logging/simplelogger.properties     |   6 +-
 .../DefaultRepositorySystemSessionFactory.java     |  35 +++---
 .../plugin/internal/DefaultMavenPluginManager.java |  23 ++--
 .../plugin/internal/DeprecatedPluginValidator.java | 133 +++++++++++++++++++++
 ...java => MavenPluginConfigurationValidator.java} |  21 ++--
 .../internal/ValidatingConfigurationListener.java  | 117 +-----------------
 pom.xml                                            |   2 +-
 8 files changed, 184 insertions(+), 155 deletions(-)
 create mode 100644 
maven-core/src/main/java/org/apache/maven/plugin/internal/DeprecatedPluginValidator.java
 copy 
maven-core/src/main/java/org/apache/maven/plugin/internal/{MavenPluginValidator.java
 => MavenPluginConfigurationValidator.java} (60%)

Reply via email to