Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] archived jetty 9.4.x releases moved to another relative path

On Fri, Nov 19, 2021 at 11:42 PM Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
archive.eclipse.org is an automated feature that the webmaster at eclipse.org manages and maintains.

Frankly, I'm surprised that the p2 bundles are even present on archive.eclipse.org, as no actively maintained project in Eclipse uses the Jetty 9.x bundles.

JGit is an actively maintained Eclipse project and uses 9.4.x (9.4.44 on master) update to Jetty 10 is in progress. 
Since we also maintain older JGit versions it's a hassle if the path of archived Jetty versions changes since
then auto-redirect from download.eclipse.org to archive.eclipse.org doesn't work and we have to fix the target platform
of all the affected older JGit releases.

Starting with Jetty 10, the P2 repositories are entirely maintained within Maven Central using the Tycho P2 featureset to use a maven repository vs a bundle server.

Can you provide some pointers how we can use these p2 repositories on Maven Central?
 
thanks
-Matthias

Joakim Erdfelt / joakim@xxxxxxxxxxx


On Fri, Nov 19, 2021 at 2:57 AM Matthias Sohn <matthias.sohn@xxxxxxxxx> wrote:
It seems that the jetty 9.4.x releases got archived into the wrong folder which causes 
automatic redirect from download.eclipse.org to archive.eclipse.org to fail.
Apparently the jetty-bundles-9.x folder is now in the path twice.

e.g. for 9.4.11:
old URL:   https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.11.v20180605
new URL: https://archive.eclipse.org/jetty/updates/jetty-bundles-9.x/jetty-bundles-9.x/9.4.11.v20180605

-Matthias
_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-dev
_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-dev

Back to the top