Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty compatibility with RHEL and Java

If you (or any of your libraries) use any of the following features from Servlet 3.0 then it will not work on Java 8.

 * javax.servlet.ServletContainerInitializer
 * @HandlesTypes annotation
 * @HttpConstraint annotation
 * @MultipartConfig annotations
 * @ServletSecurity annotations
 * @WebFilter annotations
 * @WebListener annotations
 * @WebServlet annotations

In short, anything that requires bytecode scanning.

- Joakim


Joakim Erdfelt / joakim@xxxxxxxxxxx

On Wed, Jan 18, 2017 at 2:11 AM, Deepti Sharma S <deepti.s.sharma@xxxxxxxxxxxx> wrote:

Hello Jaokim,

 

Thanks for sharing the information.

 

We have plan to upgrade the Jetty version in later half this year and Java8 upgrade plan is first half this year.

 

As per below statement we understand that Java8 support added with Jetty version 9.2.0, however if we run Java8 with Jetty version 8.1.14, would it technically work?

 

 

 

 

Ericsson

DEEPTI SHARMA
Senior Configuration Engineer
ITIL 2011 Foundation Certified
BICP, R&D


Ericsson
3rd Floor, ASF Insignia - Block B Kings Canyon,
Gwal Pahari, Gurgaon, Haryana 122 003, India
Phone 0124-6243000
deepti.s.sharma@xxxxxxxxxxxx
www.ericsson.com



http://www.ericsson.com/current_campaign

 

Legal entity: EGI, registered office in Gwal Pahari, Haryana. This Communication is Confidential. We only send and receive email on the basis of the terms set out at www.ericsson.com/email_disclaimer

From: jetty-users-bounces@eclipse.org [mailto:jetty-users-bounces@eclipse.org] On Behalf Of Joakim Erdfelt
Sent: 06 January, 2017 5:48 PM
To: JETTY user mailing list <jetty-users@xxxxxxxxxxx>
Subject: Re: [jetty-users] Jetty compatibility with RHEL and Java

 

Jetty 8 is EOL (End of Life).

 

Announced back on October 2014.

 

All versions of Jetty are compatible with RHEL 7.3

 

Java 8 support was first added to Jetty 9.2.0.M0 in April 2014 (required a few upgrades to bytecode scanning)

Java 8 became mandatory starting with Jetty 9.3.0 in June 2015

 

 


Joakim Erdfelt / joakim@xxxxxxxxxxx

 

On Fri, Jan 6, 2017 at 6:07 AM, Deepti Sharma S <deepti.s.sharma@xxxxxxxxxxxx> wrote:

Hello Team,

 

I have recently joined the community. I have one following question, can anyone answer on below:

 

Is jetty version 8.1.14 compatible with RHEL 7.3 and Java 8?

 

 

Ericsson

DEEPTI SHARMA
Senior Configuration Engineer
ITIL 2011 Foundation Certified
BICP, R&D


Ericsson
3rd Floor, ASF Insignia - Block B Kings Canyon,
Gwal Pahari, Gurgaon, Haryana 122 003, India
Phone 0124-6243000
deepti.s.sharma@xxxxxxxxxxxx
www.ericsson.com



http://www.ericsson.com/current_campaign

 

Legal entity: EGI, registered office in Gwal Pahari, Haryana. This Communication is Confidential. We only send and receive email on the basis of the terms set out at www.ericsson.com/email_disclaimer


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

 


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


Back to the top