Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Is there a org.eclipse.equinox.http.helper version that supports javax.servlet version 3.1

Hi

Other than that org.eclipse.equinox.jsp.jasper_1.0.400.v20130327-1442 is also importing 
javax.servlet;version="[2.4, 3.1)"
javax.servlet.http;version="[2.4, 3.1)"
javax.servlet.jsp;version="[2.0, 2.3)"

But with Tomcat 8 servlet version is 3.1 and jsp is 2.3.

Is there a place that I can refer to latest equinox bundles which supports latest servlet and jsp versions.

Thanks
Best Regards
/Thusitha 

On Tue, Mar 31, 2015 at 10:51 AM, Thusitha Thilina Dayaratne <thusithad@xxxxxxxx> wrote:
Hi,

Currently I'm using following dependency in a project which uses embedded tomcat version 7.0.59
 <dependency>
                <groupId>org.eclipse.equinox</groupId>
                <artifactId>org.eclipse.equinox.http.helper</artifactId>
                <version>1.1.0.wso2v1</version>
  </dependency>

I'm in the process of migrating the app to Tomcat 8.0.20. In the above dependency it imports javax.servlet;version="[2.6.0,3.0)" But since Tomcat 8 supports JSP 2.3 and servlet 3.1, is there a new version of this which supports javax.servlet version 3.1

I looked in latest Luna release at http://download.eclipse.org/equinox/drops/R-LunaSR2-201502041700/index.php. But I couldn't find it there 

Thanks
Best Regards

--
Thusitha Dayaratne
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

Mobile  +94712756809




--
Thusitha Dayaratne
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

Mobile  +94712756809


Back to the top