Stream: hapi
Topic: hapi-fhir: issue 283: Please remove dependency on Servlet...
Zulip HAPI Bot (Jan 18 2016 at 21:12):
bdenton opened issue 283
I have noticed the following dependencies on Servlet 3.0: ServerConformanceProvider calls ServletRequest.getServletContext(). This appears in all three structures projects
Zulip HAPI Bot (Jan 19 2016 at 02:25):
jamesagnew commented on issue 283
Is this an issue? Servlet 2.5 is 11 years old now (more than Java 6 even), that's some serious backward compatbilty.
We use several Servlet 3.0 features (annotation servlets and websockets being the main ones), so trying to compile with Servlet 2.5 would be challenging...
Zulip HAPI Bot (Jan 19 2016 at 08:07):
bdenton commented on issue 283
That is all well and good to embrace the required level of standards to make use of more advanced featured. However, I was hoping that we could keep the core components at a lowest common denominator level.
From a purely selfish viewpoint, our product framework is still based on Jetty v7 which does not yet have servlet 3.0 support. I’m sure I don’t need to tell you what a hassle it is to get “product management” to schedule any sort of technology uplift…From: James Agnew [mailto:notifications@github.com]
Sent: Monday, January 18, 2016 6:25 PM
To: jamesagnew/hapi-fhir
Cc: Bill Denton
Subject: Re: [hapi-fhir] Please remove dependency on Servlet 3.0 (#283)Is this an issue? Servlet 2.5 is 11 years old now (more than Java 6 even), that's some serious backward compatbilty.
We use several Servlet 3.0 features (annotation servlets and websockets being the main ones), so trying to compile with Servlet 2.5 would be challenging...
—
Reply to this email directly or view it on GitHub<https://github.com/jamesagnew/hapi-fhir/issues/283#issuecomment-172712252>.
Zulip HAPI Bot (Jan 20 2016 at 14:06):
jamesagnew closed issue 283
Last updated: Apr 12 2022 at 19:14 UTC