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

gnodet pushed a change to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git


    from c6af3e3971 Bump jlineVersion from 4.1.0 to 4.1.2 (#12151)
     new 686f1b8e76 Extract shared session infrastructure into 
AbstractUpgradeStrategy
     new a0ed03ca9f Fix #12080: mvnup - comment out dependencies with undefined 
property expressions

The 2 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:
 .github/workflows/maven.yml                        |  12 +-
 .../repository/metadata/ArtifactMetadata.java      |   2 +-
 .../repository/metadata/ArtifactMetadataTest.java  |  68 ----
 .../apache/maven/cling/invoker/LookupInvoker.java  |  10 +-
 .../mvnup/goals/AbstractUpgradeStrategy.java       | 136 +++++++
 .../mvnup/goals/CompatibilityFixStrategy.java      | 155 ++++++-
 .../invoker/mvnup/goals/PluginUpgradeStrategy.java | 201 +---------
 .../mvnup/goals/CompatibilityFixStrategyTest.java  | 443 +++++++++++++++++++++
 .../maven/impl/model/DefaultModelValidator.java    |   2 +-
 its/pom.xml                                        |   2 +-
 pom.xml                                            |   9 +-
 11 files changed, 749 insertions(+), 291 deletions(-)
 delete mode 100644 
compat/maven-compat/src/test/java/org/apache/maven/repository/metadata/ArtifactMetadataTest.java

Reply via email to