You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kw...@apache.org on 2022/11/16 15:22:49 UTC

[maven] branch feature/enforce-backwards-compat updated (1c555e1be -> ca2f2a1c8)

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

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


    from 1c555e1be [MNG-7598] Enforce binary backwards-compatibility
     add ca2f2a1c8 fix some backwards-compatibility issues

No new revisions were added by this update.

Summary of changes:
 maven-core/pom.xml                                 | 24 ++++++++++++++++++++++
 .../apache/maven/graph/DefaultGraphBuilder.java    | 10 +++++++++
 .../maven/graph/DefaultProjectDependencyGraph.java | 18 ++++++++++++++++
 .../maven/lifecycle/DefaultLifecycleExecutor.java  |  9 ++++++++
 .../apache/maven/lifecycle/DefaultLifecycles.java  | 14 ++++++++++++-
 .../CycleDetectedInPluginGraphException.java       |  2 +-
 .../maven/plugin/DebugConfigurationListener.java   | 10 +++++++++
 .../apache/maven/plugin/MavenPluginManager.java    | 11 ++++++++++
 .../plugin/internal/DefaultMavenPluginManager.java |  7 +++++++
 9 files changed, 103 insertions(+), 2 deletions(-)