You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/11/21 19:27:41 UTC

[maven] branch feature/enforce-backwards-compat updated (ca2f2a1c8 -> 8adc2ea87)

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

gnodet pushed a change to branch feature/enforce-backwards-compat
in repository https://gitbox.apache.org/repos/asf/maven.git


    from ca2f2a1c8 fix some backwards-compatibility issues
     add 8adc2ea87 Restore some compatibility and ignore other modifications

No new revisions were added by this update.

Summary of changes:
 maven-core/pom.xml                                 |  17 ++
 .../DefaultMavenExecutionRequestPopulator.java     |   2 +-
 .../org/apache/maven/execution/MavenSession.java   |   6 +-
 .../org/apache/maven/settings/SettingsUtils.java   | 264 ++-------------------
 .../{SettingsUtils.java => SettingsUtilsV4.java}   |  42 ++--
 .../maven/toolchain/DefaultToolchainsBuilder.java  |   4 +-
 .../apache/maven/toolchain/ToolchainsBuilder.java  |   4 +-
 .../settings/PomConstructionWithSettingsTest.java  |   2 +-
 .../apache/maven/settings/SettingsUtilsTest.java   |   4 +-
 9 files changed, 72 insertions(+), 273 deletions(-)
 copy maven-core/src/main/java/org/apache/maven/settings/{SettingsUtils.java => SettingsUtilsV4.java} (89%)