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

gnodet pushed a change to branch backport/maven-4.0.x/pr-12105
in repository https://gitbox.apache.org/repos/asf/maven.git


    omit b57809c1f8 Merge remote-tracking branch 'origin/maven-4.0.x' into 
backport/maven-4.0.x/pr-12105
    omit dc30cbfef5 [maven-4.0.x] Fix mvnup to replace deprecated ${basedir} in 
repository URLs (#12105)
     add 67d297bf69 [maven-4.0.x] Fix #12087: add surefire and failsafe plugins 
to PluginUpgradeStrategy (#12109)
     add 402facb381 Backport bug fixes from master to maven-4.0.x (batch 2) 
(#12107)
     add ef1ce187aa [maven-4.0.x] Upgrade plugin dependencies 
(extra-enforcer-rules) in mvnup (#12108)
     add 9c8a1ef4fb Fix #11885: Disable ANSI colors when stdout is piped or 
redirected on JDK 22+ (#11887) (#12111)
     add e349e9f174 [maven-4.0.x] Fix mvnup to replace deprecated ${basedir} in 
repository URLs (#12105)

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   (b57809c1f8)
            \
             N -- N -- N   refs/heads/backport/maven-4.0.x/pr-12105 (e349e9f174)

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:
 .../apache/maven/cling/invoker/LookupInvoker.java  |   8 +-
 .../invoker/mvnup/goals/PluginUpgradeStrategy.java |  68 +++++++-
 .../mvnup/goals/PluginUpgradeStrategyTest.java     | 183 ++++++++++++++++++++-
 .../maven/internal/aether/TypeRegistryAdapter.java |  17 +-
 .../project/collector/DefaultProjectsSelector.java |   2 +-
 .../maven/impl/DefaultDependencyResolver.java      |  60 ++++++-
 .../spy/src/main/java/mng5208/EventLoggerSpy.java  |   3 +-
 7 files changed, 312 insertions(+), 29 deletions(-)

Reply via email to