This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a change to branch MNG-6909v2
in repository https://gitbox.apache.org/repos/asf/maven.git.
discard b99f95f [MNG-6909] Convert to JSR330 - use sisu plugin
discard 512fb62 [MNG-6909] Convert to JSR330 in tests - maven-compat
discard 5797b70 [MNG-6909] Convert to JSR330 in tests - maven-core
add 94612f9 [MNG-7060] Let build fail fast in case any maven-gpg-plugin
goal is called
add 6e82d87 [MNG-7064] Use HTTPS for schema location in global
settings.xml
add a2d29b2 [MNG-7065] Ugrade global settings.xml to 1.1.0
add 2201698 Apply consistent log argument quoting for sigle- and
multi-valued args
add a6d5e86 Use consistent static final loggers
add e1e2c65 Fix Javadoc errors
add a0c1bf3 Fix checkstyle error
new b877445 [MNG-6909] Convert to JSR330 in tests - maven-core
new 0e34b35 [MNG-6909] Convert to JSR330 in tests - maven-compat
new b7510d6 [MNG-6909] Convert to JSR330 - use sisu plugin
new 35c2842 Add Java 17 to CI tests
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 (b99f95f)
\
N -- N -- N refs/heads/MNG-6909v2 (35c2842)
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 4 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 +-
apache-maven/src/assembly/maven/conf/settings.xml | 4 ++--
.../apache/maven/graph/DefaultGraphBuilder.java | 2 +-
.../lifecycle/internal/builder/BuilderCommon.java | 22 +++++++++++++++++++++-
.../org/apache/maven/project/MavenProject.java | 2 +-
.../project/collector/DefaultProjectsSelector.java | 2 +-
.../collector/MultiModuleCollectionStrategy.java | 14 +++++++-------
.../main/java/org/apache/maven/cli/MavenCli.java | 16 ++++++++--------
.../SettingsXmlConfigurationProcessor.java | 16 ++++++++--------
.../maven/cli/event/ExecutionEventLogger.java | 2 +-
.../maven/cli/logging/BaseSlf4jConfiguration.java | 6 +++---
.../impl/UnsupportedSlf4jBindingConfiguration.java | 8 ++++----
.../java/org/apache/maven/feature/Features.java | 10 +++++++++-
.../main/java/org/apache/maven/xml/Factories.java | 5 ++---
.../xml/sax/filter/AbstractEventXMLFilter.java | 2 --
.../xml/sax/filter/BuildPomXMLFilterFactory.java | 1 -
.../maven/xml/sax/filter/ConsumerPomXMLFilter.java | 4 ++--
17 files changed, 71 insertions(+), 47 deletions(-)