Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] servlet API bundle which provides osgi portable java contract

I mentioned this awhile back in https://bugs.eclipse.org/bugs/show_bug.cgi?id=429415#c9

I suggest you open an orbit bug and we can get the contract added.

Tom





From:        Raymond Auge <raymond.auge@xxxxxxxxxxx>
To:        orbit-dev <orbit-dev@xxxxxxxxxxx>
Date:        07/22/2015 10:58 AM
Subject:        [orbit-dev] servlet API bundle which provides osgi portable java        contract
Sent by:        orbit-dev-bounces@xxxxxxxxxxx




Hello All,

The upcoming OSGi Http Whiteboard spec is based on Servlet 3.1. The spec defines the use of a portable java contract [1] JavaServlet:
Provide-Capability: osgi.contract; osgi.contract=JavaServlet; version:Version=3.1;
uses:="javax.servlet,javax.servlet.annotation,javax.servlet.descriptor,javax.servlet.http"

How would I got about getting that in the bundle metadata of the Servlet 3.1 API bundle?

[1]
http://www.osgi.org/Specifications/ReferenceContract

--

Raymond AugĂ© (@rotty3000)
Senior Software Architect Liferay, Inc. (@Liferay)
Board Member & EEG Co-Chair, OSGi Alliance (@OSGiAlliance)_______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orbit-dev

Back to the top