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 Sat, Nov 20, 2021 at 3:13 AM Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
On Fri, Nov 19, 2021 at 5:20 PM Matthias Sohn <matthias.sohn@xxxxxxxxx> wrote:
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.

Maybe someone on the cross projects list knows why the 9.4.x jetty p2 repos 
were archived to the wrong path and can fix that ?
 
How does JGit use Jetty?
I'm genuinely curious, as I've used jgit in many projects and haven't noticed Jetty before.

JGit uses jetty for tests, e.g. to test the git servlet implementing the http support used by jgit based git servers
  
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?

Not sure, nobody on the Eclipse Jetty project uses OSGi or P2 themselves.
The P2 repositories for Jetty that you find at Eclipse are maintained by other Eclipse projects that need them.

Perhaps the issue and subsequent PR might give you pointers?


I found a 10.0.6 p2 repository here https://download.eclipse.org/eclipse/jetty/10.0.6/

-Matthias
 

- Joakim
_______________________________________________
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