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

slachiewicz pushed a change to branch slf4j-1.8-modules
in repository https://gitbox.apache.org/repos/asf/maven.git.


 discard 5edf59c  Upgrade slf4j to 1.8.0-beta3 - JPMS
 discard 5d991fd  [MNG-3699] PoC - set minimum JDK to 8
     add c674bcf  [MNG-6495] ModelResolver cannot be null
     add bd4a3a0  [MNG-6593] track input location for super-pom content
     add 9dd4732  Revert "[MNG-6548] Lifecycle plugin version upgrades"
     add 37676a2  [MNG-6599] use version from parent if necessary, like groupId
     add 4bec550  [MNG-6600] add inputlocation tracking for default lifecycle 
executions
     add 0b10fe7  [MNG-6597] add input location tracking for plugins 
configuration
     add 49c8f17  [MNG-6601] add input location tracking for m-site-p converted 
reports
     add f5a1374  [MNG-6572] use int or long instead of BigIntegers for little 
numbers in ComparableVersion
     add 0be2644  [MNG-6538]  Upgrade maven-resolver to 1.3.3
     add 5306cd0  [MNG-6506] [MNG-6543] Upgrade Plexus Classworlds to 2.6.0
     add a7acfe7  [MNG-6611] Update animal-sniffer-maven-plugin to version 1.17
     new 5e55486  Upgrade slf4j to 1.8.0-beta4 - JPMS

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   (5edf59c)
            \
             N -- N -- N   refs/heads/slf4j-1.8-modules (5e55486)

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:
 Jenkinsfile                                        |   2 +-
 .../artifact/versioning/ComparableVersion.java     | 227 ++++++++++++++++++---
 .../artifact/versioning/ComparableVersionTest.java |  90 ++++++++
 .../internal/DefaultLifecyclePluginAnalyzer.java   |  22 +-
 .../main/resources/META-INF/plexus/components.xml  |   6 +-
 .../cli/logging/Slf4jConfigurationFactory.java     |   6 +-
 .../cli/logging/impl/Slf4jSimpleConfiguration.java |   2 +-
 .../{impl => simple}/MavenSlf4jSimpleFriend.java   |   2 +-
 .../META-INF/maven/slf4j-configuration.properties  |   4 +-
 .../maven/model/building/ModelBuildingRequest.java |   4 +-
 .../maven/model/building/ModelProblemUtils.java    |   4 +
 .../model/plugin/DefaultReportingConverter.java    |  54 +++--
 .../model/superpom/DefaultSuperPomProvider.java    |  11 +-
 maven-model/pom.xml                                |   1 +
 maven-slf4j-provider/pom.xml                       |  17 +-
 .../slf4j/{impl => simple}/MavenSimpleLogger.java  |  12 +-
 .../{impl => simple}/MavenSimpleLoggerFactory.java |   2 +-
 .../MavenSimpleServiceProvider.java}               |  72 +++----
 .../services/org.slf4j.spi.SLF4JServiceProvider    |   1 +
 pom.xml                                            |  19 +-
 20 files changed, 442 insertions(+), 116 deletions(-)
 rename maven-embedder/src/main/java/org/slf4j/{impl => 
simple}/MavenSlf4jSimpleFriend.java (98%)
 rename maven-slf4j-provider/src/main/java/org/slf4j/{impl => 
simple}/MavenSimpleLogger.java (91%)
 rename maven-slf4j-provider/src/main/java/org/slf4j/{impl => 
simple}/MavenSimpleLoggerFactory.java (98%)
 rename 
maven-slf4j-provider/src/main/java/org/slf4j/{impl/StaticLoggerBinder.java => 
simple/MavenSimpleServiceProvider.java} (53%)
 create mode 100644 
maven-slf4j-provider/src/main/resources/META-INF/services/org.slf4j.spi.SLF4JServiceProvider

Reply via email to