This is an automated email from the ASF dual-hosted git repository.
khmarbaise pushed a change to branch MNG-7451
in repository https://gitbox.apache.org/repos/asf/maven.git
discard 90b3dcf2d WIP: Continued.
discard dc73792ac WIP: Cleanup Tests.
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 0f3a1c803 WIP: Cleanup Tests.
new e37f7efcd WIP: Continued.
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 (90b3dcf2d)
\
N -- N -- N refs/heads/MNG-7451 (e37f7efcd)
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 2 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%)