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

Add support to plug-in additional ArtifactDownloadProvider #4567

Merged
merged 1 commit into from
Dec 28, 2024

Conversation

laeubi
Copy link
Member

@laeubi laeubi commented Dec 28, 2024

The transport now support to supply an artifact descriptor that then can be used to look-up the artifact in several other places to prevent downloading it several times.

This now adds an abstraction for components to supply an ArtifactDownloadProvider component to implement such strategies independent from the actual transport implementation.

In addition to this, also the interface for TransportProtocolHandler is moved to the SPI.

@laeubi laeubi added the backport-to-tycho-4.0.x Can be added to a PR to trigger an automatic backport of the change label Dec 28, 2024
The transport now support to supply an artifact descriptor that then can
be used to look-up the artifact in several other places to prevent
downloading it several times.

This now adds an abstraction for components to supply an
ArtifactDownloadProvider component to implement such strategies
independent from the actual transport implementation.

In addition to this, also the interface for TransportProtocolHandler is
moved to the SPI.
@laeubi laeubi force-pushed the add_provider_support branch from 9f2672a to 0b38562 Compare December 28, 2024 08:34
@laeubi laeubi enabled auto-merge (rebase) December 28, 2024 08:39
@laeubi laeubi merged commit 0222e62 into eclipse-tycho:main Dec 28, 2024
14 checks passed
@eclipse-tycho-bot
Copy link

💚 All backports created successfully

Status Branch Result
tycho-4.0.x

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-tycho-4.0.x Can be added to a PR to trigger an automatic backport of the change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants