directwebremoting / dwr

Direct Web Remoting - Easy Ajax for Java
http://directwebremoting.org
Apache License 2.0
92 stars 61 forks source link

JDK 17 support #45

Open yrdivya opened 7 months ago

yrdivya commented 7 months ago

Hi, We currently are on dwr version 3.0.3. Because of some security issues, we are planning to upgrade our product to JDK 17. Is there a dwr version that can support this?

bunkenburg commented 7 months ago

The project has not been updated for four years. But I still use it for personal projects.

I made a copy at https://github.com/bunkenburg/dwr.

I'm wanting to upgrade it to newer Servlet Spec versions. It uses 3.0.1. I want to take it to 3.1.0, 4.0.1, and then to 5 and 6.

(I think which JDK you use shouldn't make a difference. New JDKs can use old code and classes.)