This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch fix-12080-comment-undefined-property-deps
in repository https://gitbox.apache.org/repos/asf/maven.git
from a472b09e2c Fix #12080: mvnup - comment out dependencies with undefined
property expressions
add d9707470aa Bump com.fasterxml.woodstox:woodstox-core from 7.1.1 to
7.2.0 (#12129)
add 8115238b1a Bump asmVersion from 9.9.1 to 9.10 (#12128)
add f101f3fc07 Fix #12086: filter transitive repos and deps with
uninterpolated expressions (#12088)
add 5e5bf758f3 Fix logging setup/teardown order (#11901)
add b9d73e0acb Add comprehensive Javadoc to XmlNodeBuilder (#11925)
add 6753e1d57b Fix domtrip API breakage after 1.5.1 upgrade (#12139)
add da5bf8b5fe Bump eu.maveniverse.maven.mimir:testing from 0.11.3 to
0.11.4 (#12140)
add b44a6d2dda Fix gh-11740: Add missing null check in validateProfileId()
(#11741)
add b3ece83a06 fix: error == null to error != null in isError (#11733)
add e568c73876 Nuance the message about filename-based automodules
detected on the module path (#11857)
add 17d7e46113 Bump org.ow2.asm:asm from 9.10 to 9.10.1 (#12149)
add 34f973fae7 Merge remote-tracking branch
'origin/fix-12080-comment-undefined-property-deps' into melodious-anteater
No new revisions were added by this update.
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 +-
.../org/apache/maven/impl/PathModularization.java | 15 +-
.../apache/maven/impl/PathModularizationCache.java | 8 +-
.../maven/impl/model/DefaultModelValidator.java | 2 +-
.../resolver/DefaultArtifactDescriptorReader.java | 31 ++++
.../apache/maven/internal/xml/XmlNodeBuilder.java | 174 ++++++++++++++++++---
its/pom.xml | 2 +-
pom.xml | 7 +-
11 files changed, 290 insertions(+), 41 deletions(-)
create mode 100644
compat/maven-compat/src/test/java/org/apache/maven/repository/metadata/ArtifactMetadataTest.java