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 2021/11/23 15:58:14 UTC

[maven] branch MNG-7129-master updated (2157ad2 -> 1b7fee5)

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

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


    from 2157ad2  [MNG-7129] Remove redundant remote calls
     add 1b7fee5  [MNG-7129] Restore artifacts from cache lazily (#614)

No new revisions were added by this update.

Summary of changes:
 .../apache/maven/caching/CacheControllerImpl.java  | 159 +++++++++++++--------
 .../maven/caching/artifact/RestoredArtifact.java   | 115 +++++++++++++++
 .../org/apache/maven/caching/xml/CacheConfig.java  |  15 ++
 .../apache/maven/caching/xml/CacheConfigImpl.java  |  19 ++-
 4 files changed, 250 insertions(+), 58 deletions(-)
 create mode 100644 maven-caching/src/main/java/org/apache/maven/caching/artifact/RestoredArtifact.java