Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] P2 Jetty Updatesite on Eclipse.org - missing some bundles
  • From: Georg Herdt <herdt@xxxxxxxxxxx>
  • Date: Mon, 18 Jan 2021 16:56:21 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=agima-it.de; dmarc=pass action=none header.from=agima-it.de; dkim=pass header.d=agima-it.de; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Nss27a7SOieExik+6qJO1FKOYHbOGmUjVQDtGjnjEKI=; b=fdq7iHlUQ+6mLK9Ae8hRwOVRjKDeIo0QY//sN+fDI5kI0g1K5mZ47dcWW0gJyc0GgV/PR9MYJPZnH6C9Yp6wShaj7qyBUTDsTmVKclfitFbc4MJlww2zbJ6iDwIT7xIa4BVIdQLsQy1Ae7rC1Bnd2dlEPI4+vBookeyLTH9E3voYOEj2itQ0cRdBm5dShbRkJzOIVVUFuwQn8KZCy06LCSBfhwE/Glg1DQ6PPPpqJK+7VzfOZiVvpnoQdfH4QxjFXR9xdjFVx6nMmIKo/AbA9ZvIenOW7pABKgKKjSLgrrR1mZv75SZJ1VcEdgbn6YD13FZL8mw9DtLSRTnLNjlw3A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=g8ndLyblwiSycuU+OvJIx9PZi9WqQmzc4A8y42XOJ08BhLCkt3+gHvG4B1ZRuqfvQDL+zv6Ou1ZqM80UAK6mcw9xtg/dDquTZVEpp6wNtA+wcNqqSs/fvMjCaNOu7gN+M7/R+4mDPn/2cAIlCAoVhv9Q+Lu0GDT0M/6q46fUx2O9cJ1bmDiax1bUvz6zPrex2o4dthh6KOCrfCFYwn506mS2gMb7LSRsVbGBHnxV/DTtPabiwwgfb5oT1/415VIy7CMoyLVUhjpvnbCgej1EbE/ohWksRNzuiX+kGnjyVShgZJBn4J3TFq5E79O1iLIkEkCcyJQCCdl3v0KzTeZ3JQ==
  • Delivered-to: jetty-users@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jetty-users/>
  • List-help: <mailto:jetty-users-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdbtutblslmKWNvNQMacn4Ir2FeKqA==
  • Thread-topic: P2 Jetty Updatesite on Eclipse.org - missing some bundles

Hello,

 

I am using Jetty 9.4.35 embedded into an OSGi Container. Therefore the OSGI bundles get loaded from respective Eclipse update site:

https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/

 

During the last few days I was working on turning JSP support on. According to the documentation additional bundles are needed.

I would have expected to find

org.eclipse.jetty.apache-jsp (9.4.35.v20201120)

org.eclipse.jetty.osgi.boot.jsp (9.4.35.v20201120)

inside the update site.

Especially as the source bundles for both are available.

See here the artifacts.jar (https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.35.v20201120/artifacts.jar)

 

Can you help me on this.

It would be very helpful if I could consume these bundles over the standard jetty repository.

Who is responsible for maintaining the update site and might be able to look at it.

 

Many Thanks,

 

Georg

 

 

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top