Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get servlet 3.1 support with pippo-tjws? #511

Closed
deepakmn opened this issue May 2, 2019 · 1 comment
Closed

How to get servlet 3.1 support with pippo-tjws? #511

deepakmn opened this issue May 2, 2019 · 1 comment
Labels

Comments

@deepakmn
Copy link

deepakmn commented May 2, 2019

pippo-tjws 1.12.0 downloads servlet-api 2.5 as a dependency. What do I need to do to get servlet 3.1 support with tjws? Besides, when it is mentioned under Server section of docs that Pippo is based on Servlet 3.1 why is servlet 2.5 added as a dependency?

@decebals
Copy link
Member

decebals commented May 2, 2019

NOTE: TJWS is now deprecated. Consider using the more modern Undertow.

https://docs.jboss.org/resteasy/docs/3.1.4.Final/userguide/html/RESTEasy_Embedded_Container.html.

I tried TJWS in few projects and I encountered some problems (something about request header) which I have solved. I recommend you to use Undertow.
I propose you to remove TJWS support from the next version pf Pippo (see #504).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants