This is an automated email from the ASF dual-hosted git repository. gnodet pushed a change to branch mvnup in repository https://gitbox.apache.org/repos/asf/maven.git
from 8b205a1820 Enhance ParentPomResolver with Maven 4 API and smart external parent detection add 6fac2e5962 [MNG-8764] Sort injected lists by @Priority annotation (#2425) add 9d307f0a59 [MNG-8746] Preserve property insertion order in WrapperProperties (#2404) add e6792974db chore: resolve obsolete Binding#getDisplayString (#2429) add 5555032600 `try` can use `automatic resource management` in CatchMojo (#2424) add 31129eeb1e downgrade generic Disabled to DisabledOnOs(WINDOWS) (#2423) add e885d05442 Update Mimir to 0.7.8 (#2416) add f7b1a2ec14 [MNG-8764] centralize domain comparison logic Binding#getPriorityComparator (#2428) add 463c2b755d Merge remote-tracking branch 'origin/master' into mvnup add afe0251607 code style No new revisions were added by this update. Summary of changes: .github/ci-extensions.xml | 2 +- .../inheritance/t02/ProjectInheritanceTest.java | 4 +- impl/maven-cli/pom.xml | 6 + .../invoker/mvnup/goals/ParentPomResolver.java | 3 +- .../maven/cling/invoker/mvn/MimirInfuser.java | 7 + .../test/resources-filtered/ut-mimir.properties | 2 +- .../maven/internal/impl/SisuDiBridgeModule.java | 14 +- .../apache/maven/model/PropertiesOrderTest.java | 97 ++++++++ .../maven/model/WrapperPropertiesOrderTest.java | 63 +++++ .../java/org/apache/maven/di/impl/Binding.java | 11 +- .../org/apache/maven/di/impl/InjectorImpl.java | 9 +- .../cling/executor/MavenExecutorTestSupport.java | 11 +- .../apache/maven/cling/executor/MimirInfuser.java | 2 +- .../test/resources-filtered/ut-mimir.properties | 4 +- .../maven/impl/DefaultPluginXmlFactoryTest.java | 7 +- .../test/resources-filtered/it-mimir.properties | 2 +- .../org/apache/maven/plugin/coreit/CatchMojo.java | 15 +- src/mdo/java/WrapperProperties.java | 260 +++++++++++++++------ src/mdo/model-v3.vm | 5 +- 19 files changed, 402 insertions(+), 122 deletions(-) copy impl/{maven-executor => maven-cli}/src/test/resources-filtered/ut-mimir.properties (69%) create mode 100644 impl/maven-core/src/test/java/org/apache/maven/model/PropertiesOrderTest.java create mode 100644 impl/maven-core/src/test/java/org/apache/maven/model/WrapperPropertiesOrderTest.java