XProc-Z icon indicating copy to clipboard operation
XProc-Z copied to clipboard

Switch to jakarta Servlet API

Open Conal-Tuohy opened this issue 2 years ago • 1 comments

javax.servlet package is unsupported in later versions of some containers (Tomcat 10, Jetty 11), so we need a branch in which we have switched to jakarta.servlet to support those containers as they become the current versions in software package repositories.

Conal-Tuohy avatar Apr 05 '23 22:04 Conal-Tuohy

A bit of refactoring might be helpful first to separate the differently named APIs into separate Java source code files, so that the differences between the javax and jakarta branches are consolidated in one part of the codebase, isolated from the core program logic.

Conal-Tuohy avatar Apr 05 '23 22:04 Conal-Tuohy