jetty / jetty.project

Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
https://eclipse.dev/jetty
Other
3.85k stars 1.91k forks source link

Missing jar files in Eclipse hosted P2 repository #5913

Closed robertofelgin closed 2 years ago

robertofelgin commented 3 years ago

Starting with 9.4.35, there are 3 missing jars from the Jetty osgi bundle. The source jar files are there but not the compiled versions.

Downloading from http://www.eclipse.org/downloads/download.php?file=/jetty/updates/jetty-bundles-9.x/9.4.36.v20210114/Jetty-bundles-repository-9.4.36.v20210114.zip

I'm assuming this is a packaging oversight?

joakime commented 3 years ago

We don't create/manage the Eclipse P2 repositories you are using.

Those P2 repositories are managed by the Eclipse IDE folks for specific usage of the Help System within the Eclipse IDE. (The help system doesn't need/use apache-jsp, osgi-boot, or jaspi)

Of note, the work on Eclipse Tycho and the build system means that even those P2 repositories are going away in the near future. In favor of using the same Global Repository System that many build systems (maven, gradle, ivy, kotlin, scala, grape, buildr, bazel, etc) currently use.

You should either build and maintain the P2 repositories you need, or migrate to the Tycho build techniques.

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 2 years ago

This issue has been closed due to it having no activity.