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 Ray

On Tue, Mar 31, 2015 at 2:04 AM, Thusitha Thilina Dayaratne <thusithad@xxxxxxxx> wrote:
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.

You _could_ try these.
WARNING: These are milestone releases so use with caution. 
WARNING: I'm not even sure that M6 has fully passed all milestone release hurdles yet (not largely related to http but still) so double caution.
http://download.eclipse.org/equinox/drops/S-MarsM6-201503200800/

Thanks for the quick response. I will try with them.

Best Regards
/Thusitha 

On Tue, Mar 31, 2015 at 5:19 PM, Raymond Auge <raymond.auge@xxxxxxxxxxx> wrote:


On Tue, Mar 31, 2015 at 2:04 AM, Thusitha Thilina Dayaratne <thusithad@xxxxxxxx> wrote:
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.

You _could_ try these.

WARNING: These are milestone releases so use with caution.

WARNING: I'm not even sure that M6 has fully passed all milestone release hurdles yet (not largely related to http but still) so double caution.
- Ray

 

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


_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/equinox-dev



--
Raymond Augé (@rotty3000)
Senior Software Architect Liferay, Inc. (@Liferay)
Board Member & EEG Co-Chair, OSGi Alliance (@OSGiAlliance)

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/equinox-dev



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

Mobile  +94712756809


Back to the top