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

slachiewicz pushed a change to branch runITsWithJavaEA
in repository https://gitbox.apache.org/repos/asf/maven.git.


 discard e522d2c  [MNG-6522] Build and test with Java 12-ea and 13-ea
     add 80c6fe3  [MNG-6643] - Version comparison CLI does not work anymore
     add baed5a2  [MNG-6629] - Make ID validation faster
     add ebac165  [MNG-6630] - Make ComparableVersion faster
     add 44ad1aa  [MNG-6631] - Make DefaultArtifactVersion faster
     add d34e8fb  [MNG-6631] documented the performance intent
     add 1e03388  [MNG-6632] - Remember artifact handlers after they've been 
used once
     new 481db39  [MNG-6522] Build and test with Java 12-ea and 13-ea

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   (e522d2c)
            \
             N -- N -- N   refs/heads/runITsWithJavaEA (481db39)

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 1 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:
 .../artifact/versioning/ComparableVersion.java     | 119 +++++++++++++++++++--
 .../versioning/DefaultArtifactVersion.java         |  91 ++++++++++------
 .../manager/DefaultArtifactHandlerManager.java     |  10 +-
 .../model/validation/DefaultModelValidator.java    |  53 +++++++--
 4 files changed, 217 insertions(+), 56 deletions(-)

Reply via email to