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

khmarbaise pushed a change to branch MSHARED-864
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git.


 discard bb4dd33  Continued refactoring -> Generics ?
 discard 6e544b3  Make interfaces package private cause no need to make them 
public.
 discard b46ae26  Removed casts.
 discard fcc3831  Removed not needed null check.
 discard 449326a  Improved type handling via generics
 discard 8f59440  Fixed Checkstyle issues.
 discard 5e8e07d  Furthermore refactoring.
 discard 0fdf03a  Refactored Step I
     add 48fc4e3  Add JDK 14 and JDK 15
     new 05af87b  Refactored Step I
     new 6cb1714  Furthermore refactoring.
     new 6347be4  Fixed Checkstyle issues.
     new af33274  Improved type handling via generics
     new cb7ee7d  Removed not needed null check.
     new 1c93c34  Removed casts.
     new 600176e  Make interfaces package private cause no need to make them 
public.
     new d11c9c0  Continued refactoring -> Generics ?
     new 24359e0  Reformatting

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   (bb4dd33)
            \
             N -- N -- N   refs/heads/MSHARED-864 (24359e0)

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 9 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 +-
 .../deploy/internal/DefaultArtifactDeployer.java   |  39 +++--
 .../install/internal/DefaultArtifactInstaller.java |  38 ++---
 .../resolve/internal/DefaultArtifactResolver.java  |  54 ++++---
 .../internal/DefaultDependencyCollector.java       | 165 ++++++++++-----------
 .../transfer/collection/internal/Invoker.java      |  10 +-
 .../internal/Maven30DependencyCollector.java       |   5 +-
 .../internal/DefaultDependencyCollector.java       |  47 +++---
 .../dependencies/collect/internal/Invoker.java     |  35 +----
 .../internal/DefaultDependencyResolver.java        |  62 ++++----
 10 files changed, 211 insertions(+), 246 deletions(-)

Reply via email to