Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve caching of artifacts using new Transport#downloadArtifact #3771

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 21, 2024

  1. Improve caching of artifacts using new Transport#downloadArtifact

    Currently Tycho maintain different caches, e.g. some items are cached in
    the local maven repository, some are cached in the transport caches and
    there is even a P2 remote cache maintained. Apart from that,
    P2/PDE/Ooomph also maintain so called bundle pools.
    
    With the new Transport#downloadArtifact method we now have an
    opportunity to merge all these caches in a reliable way just using the
    artifact that is already there saving both downloads times and disk
    space.
    laeubi committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    ef64935 View commit details
    Browse the repository at this point in the history