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/26 07:51:05 UTC

[maven] branch MNG-7129-master updated (c73b5e2 -> 6d1f26b)

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 c73b5e2  Merge branch 'deutschebank-MNG-7129/master-db' into MNG-7129-master
     add 4759c27  Avoid using an in-memory buffer when downloading artifacts as they can be big enough
     add 6d1f26b  Add a configurable id to the remote repository

No new revisions were added by this update.

Summary of changes:
 .../maven/caching/HttpCacheRepositoryImpl.java     |  30 +++++-
 .../maven/caching/LocalCacheRepositoryImpl.java    |   5 +-
 .../maven/caching/RemoteCacheRepository.java       |  12 ++-
 .../org/apache/maven/caching/WagonProvider.java    |  16 ++-
 .../maven/caching/WagonRemoteCacheRepository.java  | 120 +++++++++++++--------
 .../org/apache/maven/caching/xml/CacheConfig.java  |   2 +
 .../apache/maven/caching/xml/CacheConfigImpl.java  |   9 +-
 maven-caching/src/main/mdo/cache-config.mdo        |   6 ++
 8 files changed, 132 insertions(+), 68 deletions(-)