[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [equinox-dev] equinox http service
|
I think we should target Java 6 if it makes life more simple. Our jetty backed solution on Jetty 8 already requires Java 6 and I have been told that Servlet 3.0 requires Java 6 as a minimum. Moving forward we need to figure out if we can pull off a base http.servlet bundle that supports 3.1 and 3.0 servlet. I think Servlet 3.1 may require Java 7, but in the past we have been able to have http.servlet support much older Java versions.
BTW, I would like us to consider having the http.servlet bundle be as forwards compatible as possible. I think this is important for cases where a war is delivered with http.servlet bundle embedded. Otherwise the bridge style WAR will become incompatible on later servers that implement the very latest servlet spec.
Currently we attempt to do this by using proxies for provider types like the ServletContext which then delegate to the hosting container's provider type implementations.
Tom
Raymond Auge ---03/23/2014 10:05:16 PM---With respect to updating org.eclipse.equinox.http.servlet to RFC 189. Are we increasing:
From: Raymond Auge <raymond.auge@xxxxxxxxxxx>
To: Equinox development mailing list <equinox-dev@xxxxxxxxxxx>,
Date: 03/23/2014 10:05 PM
Subject: Re: [equinox-dev] equinox http service
Sent by: equinox-dev-bounces@xxxxxxxxxxx
With respect to updating org.eclipse.equinox.http.servlet to RFC 189.
Are we increasing:
* org.eclipse.jdt.core.compiler.compliance
* org.eclipse.jdt.core.compiler.source
* Bundle-RequiredExecutionEnvironment
* org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType
Basically, what's the baseline Java version we're limited to increasing this too.
- Ray
On Sun, Mar 23, 2014 at 1:13 AM, Raymond Auge <raymond.auge@xxxxxxxxxxx> wrote:
--
Raymond Augé (@rotty3000)
Senior Software Architect
Liferay, Inc. (@Liferay)
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev
