Am 21.10.2017 um 14:51 schrieb Yasser Zamani: > With thanks to Struts good design, fortunately, it was not as hard as I > thought and I almost finished :) > > Just one blocking problem :( Currently Struts is on servlet-api 2.4. I > remember Struts 2.6 will have servlet 2.5. And so so ... As I need > servlet 3, I have to wait for Struts 3 ?! :/ > > I thought about keep Struts dependencies unchanged and doing my needed > calls via reflection which enables user to use async actions if > underlying container supports. > > Any solution, objections or idea please?
Servlet API 3.0 is needs Java 6. As far as I remember Struts minimal requirements are also Java 6. I do not see anything hindering us in upgrading Struts officially to Servlet API 3.0? Am I wrong? Would this need a considerable rework of Struts? If not, I feel we definitively should upgrade. Will Struts be able to cope with http2? Does it already or what needs to be adapted? Markus --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org