Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] jetty-osgi-boot 9.0.5 refers to servlet 2.6?

This was a decision by the Eclipse Foundation that was forced on us.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=360245

This is only true for the eclipse orbit based servlet-api dependency.
If you use the official servlet-api dependency you'll find it be more normal.
http://central.maven.org/maven2/javax/servlet/javax.servlet-api/3.0.1/

Hopefully this will be fixed for Servlet API 3.1 to show the correct servlet api in the manifest.


--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts


On Mon, Sep 9, 2013 at 6:06 AM, Michele Rossi <michele.rossi@xxxxxxxxx> wrote:
hi all,
I have started experimenting with OSGi and I have tried to dynamically load the jetty-osgi-boot bundle finding that among its dependencies is javax.servlet 2.6.

I thought that a big feature of the Jetty 9 release was the Servlet 3.0 support.

Is this is just a problem with the OSGi bundle or am I misunderstanding something?

many thanks,
Michele

Inline images 1

_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-dev



Back to the top