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

github-bot pushed a change to branch 
dependabot/maven/com.redis-testcontainers-redis-2.2.2
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


 discard 444ab336 Bump com.redis:testcontainers-redis from 2.2.1 to 2.2.2
     add 9c1e29d2 [MRESOLVER-519] Drop almost equal/same method copies (#452)
     add 089796ba [MRESOLVER-521] Improve congested file locks behaviour (#455)
     add e6760418 [MRESOLVER-217] Extra sources for Artifact decoration (#453)
     add ba9c48b5 [MRESOLVER-520] Collapse repeated code blocks (#456)
     add 116cf4ec [MRESOLVER-524] Bump com.hazelcast:hazelcast from 5.3.6 to 
5.3.7 (#458)
     add c9961e77 Bump com.redis:testcontainers-redis from 2.2.1 to 2.2.2

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   (444ab336)
            \
             N -- N -- N   
refs/heads/dependabot/maven/com.redis-testcontainers-redis-2.2.2 (c9961e77)

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:
 .../resolver/examples/GetDependencyHierarchy.java  |   5 +-
 .../supplier/SupplierRepositorySystemFactory.java  |  31 +++++++
 .../aether/internal/impl/DefaultDeployer.java      |  46 ++--------
 .../aether/internal/impl/DefaultInstaller.java     |  40 +--------
 .../internal/impl/DefaultRepositorySystem.java     |  16 +++-
 .../aether/internal/impl/PrioritizedComponent.java |   2 +-
 .../internal/impl/PrioritizedComponents.java       |   4 +-
 .../org/eclipse/aether/internal/impl/Utils.java    | 100 ++++++++++++++++++++-
 .../impl/collect/DependencyCollectorDelegate.java  |  41 ++++++++-
 .../impl/collect/bf/BfDependencyCollector.java     |  39 +++-----
 .../impl/collect/df/DfDependencyCollector.java     |  37 ++------
 .../internal/impl/DefaultRepositorySystemTest.java |   4 +-
 .../bf/BfWithSkipperDependencyCollectorTest.java   |   5 +-
 .../BfWithoutSkipperDependencyCollectorTest.java   |   7 +-
 .../impl/collect/df/DfDependencyCollectorTest.java |   7 +-
 maven-resolver-named-locks-hazelcast/pom.xml       |   2 +-
 .../aether/named/support/FileLockNamedLock.java    |  12 +--
 .../ArtifactDecorator.java}                        |  33 ++++---
 .../ArtifactDecoratorFactory.java}                 |  21 +++--
 .../aether/supplier/RepositorySystemSupplier.java  |  31 ++++++-
 .../aether/supplier/RepositorySystemSupplier.java  |  31 ++++++-
 .../util/graph/visitor/DependencyGraphDumper.java  |  27 ++++++
 22 files changed, 357 insertions(+), 184 deletions(-)
 copy 
maven-resolver-spi/src/main/java/org/eclipse/aether/spi/artifact/{generator/ArtifactGenerator.java
 => decorator/ArtifactDecorator.java} (51%)
 copy 
maven-resolver-spi/src/main/java/org/eclipse/aether/spi/artifact/{ArtifactPredicateFactory.java
 => decorator/ArtifactDecoratorFactory.java} (62%)

Reply via email to