Update the Servlet API to 6.0, and JDK level to 11.
Then fix all issues that might occur, including removing methods that have been removed in Servlet, and methods that have been added in Servlet.
This is not a direct replacement, as we're updating our minimal requirements. Projects still on JDK 8 or Servlet 5 may not be able to use this release.
Name | Date | Description |
---|---|---|
M1 | 2022/03/21 | First milestone, focussing on updating the Servlet API |
M2 | 2022/04/10 | Second milestone, focusing on fixing issues that came out of testing M1 |