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

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


 discard 1b8964f37 [MNG-7777] Upgrade Guice to 6 - adds support to 
jakarta.inject (WIP)
 discard 3fbe0d789 [MNG-7743] Make the build work on JDK 20
     add 7cb87a668 [MNG-7769] Update Resolver to 1.9.10 (#1101)
     add 79556ddc6 [MNG-7774] Maven config and command line interpolation 
(#1098)
     add c2331d37f [MNG-7778] - Include suppressed exceptions when logging 
failures (#1103)
     add c9616018c [maven-release-plugin] prepare release maven-3.9.2
     add 42594643c [maven-release-plugin] prepare for next development iteration
     new 24f11f331 [MNG-7743] Make the build work on JDK 20
     new 766505697 [MNG-7777] Upgrade Guice to 6.0.0-rc2 - adds support to 
jakarta.inject (WIP)

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   (1b8964f37)
            \
             N -- N -- N   refs/heads/MNG-7777-guice6 (766505697)

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:
 apache-maven/pom.xml                               |   2 +-
 maven-artifact/pom.xml                             |   2 +-
 maven-builder-support/pom.xml                      |   2 +-
 maven-compat/pom.xml                               |   2 +-
 maven-core/pom.xml                                 |   2 +-
 maven-embedder/pom.xml                             |   2 +-
 .../main/java/org/apache/maven/cli/CliRequest.java |   5 +
 .../main/java/org/apache/maven/cli/MavenCli.java   | 207 +++++++++++++++++----
 .../java/org/apache/maven/cli/MavenCliTest.java    |  36 ++++
 maven-model-builder/pom.xml                        |   2 +-
 maven-model/pom.xml                                |   2 +-
 maven-plugin-api/pom.xml                           |   2 +-
 maven-repository-metadata/pom.xml                  |   2 +-
 maven-resolver-provider/pom.xml                    |   2 +-
 maven-settings-builder/pom.xml                     |   2 +-
 maven-settings/pom.xml                             |   2 +-
 maven-slf4j-provider/pom.xml                       |   2 +-
 .../java/org/slf4j/impl/MavenSimpleLogger.java     |  45 +++--
 .../java/org/slf4j/impl/MavenSimpleLoggerTest.java |  61 ++++++
 pom.xml                                            |   8 +-
 20 files changed, 323 insertions(+), 67 deletions(-)
 create mode 100644 
maven-slf4j-provider/src/test/java/org/slf4j/impl/MavenSimpleLoggerTest.java

Reply via email to