This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a change to branch MNG-5577
in repository https://gitbox.apache.org/repos/asf/maven.git.
discard 39ca59d [MNG-5577] Migrate to JSR 300 Annotations - maven-embedder -
log
discard cc19ae7 [MNG-5577] Migrate to JSR 300 Annotations - maven-embedder
discard 03c44ef [MNG-5577] Migrate to JSR 300 Annotations -
maven-settings-builder
discard ec4f225 [MNG-5577] Migrate to JSR 300 Annotations - maven-artifact
add bb3ec5d [MNG-5995] Remove dependency to maven-compat (#185)
add 7e3e545 [MNG-6573] Use Maven 3.6.0 for CI
add 15c6471 [MNG-6558] ToolchainsBuildingResult event is not sent on
EventSpy
add b7249af Revert [MNG-6069] Migrate to non deprecated parts of Commons
CLI
add 8f9075d [MNG-6571] cache VersionRange instances, they are immutable
add 6bd8bb9 [MNG-6571] forgot to put new instance in cache
add 657fbb7 Revert "[MNG-6571] forgot to put new instance in cache"
add 961746f [MNG-6571] separate caches for create from spec and version
add 4decfcf [MNG-6591] Upgrade to Wagon 3.3.2
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
add 95401cf [MNG-6605] Unable to suppress download/upload messages (in
interactive mode)
add 0ba5753 [MNG-6618] adding org.slf4j.event in exported packages
add d66c9c0 [maven-release-plugin] prepare release maven-3.6.1
add 5222f03 [maven-release-plugin] prepare for next development iteration
add 55614d3 [MNG-6627] upgrade Plexus container to 2.0.0 for Reproducible
Builds
new 6a36a56 [MNG-5577] Migrate to JSR 300 Annotations - maven-artifact
new d9fa4c1 [MNG-5577] Migrate to JSR 300 Annotations -
maven-settings-builder
new 7a9d361 [MNG-5577] Migrate to JSR 300 Annotations - maven-embedder
new e3c5173 [MNG-5577] Migrate to JSR 300 Annotations - maven-embedder -
log
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 (39ca59d)
\
N -- N -- N refs/heads/MNG-5577 (e3c5173)
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 4 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 | 8 +-
apache-maven/pom.xml | 2 +-
maven-artifact/pom.xml | 2 +-
.../org/apache/maven/artifact/ArtifactUtils.java | 2 +-
.../artifact/versioning/ComparableVersion.java | 227 ++++++++++++++++++---
.../maven/artifact/versioning/VersionRange.java | 33 ++-
.../artifact/versioning/ComparableVersionTest.java | 90 ++++++++
.../artifact/versioning/VersionRangeTest.java | 19 ++
maven-builder-support/pom.xml | 2 +-
maven-compat/pom.xml | 2 +-
maven-core/pom.xml | 2 +-
.../apache/maven/bridge/MavenRepositorySystem.java | 100 ++++++++-
.../internal/DefaultLifecyclePluginAnalyzer.java | 22 +-
.../project/DefaultProjectBuildingHelper.java | 6 +-
.../main/resources/META-INF/maven/extension.xml | 1 +
.../main/resources/META-INF/plexus/components.xml | 6 +-
maven-embedder/pom.xml | 2 +-
.../main/java/org/apache/maven/cli/CLIManager.java | 127 ++++--------
.../main/java/org/apache/maven/cli/MavenCli.java | 58 ++++--
.../java/org/apache/maven/cli/MavenCliTest.java | 42 +++-
maven-model-builder/pom.xml | 2 +-
.../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 | 3 +-
maven-plugin-api/pom.xml | 2 +-
maven-repository-metadata/pom.xml | 2 +-
maven-resolver-provider/pom.xml | 2 +-
maven-settings-builder/pom.xml | 2 +-
maven-settings/pom.xml | 2 +-
maven-slf4j-provider/pom.xml | 2 +-
pom.xml | 26 ++-
33 files changed, 686 insertions(+), 183 deletions(-)