AppEngine Java21 now offers dual support for old javax.servlet * API and the new jarkata APIs (Jakarta EE 10)
This repository contains plenty of deps on javax.servlet. classes.
These deps should be clones in a different directory (GAE used .ee10.*) and code should replace javax.servlet. with jakarta.servlet. with a new pom.xml with the new APIs.
The good news is that it is an easy port as the 2 jars can be in the same loader without conflict.
AppEngine Java21 now offers dual support for old javax.servlet * API and the new jarkata APIs (Jakarta EE 10)
This repository contains plenty of deps on javax.servlet. classes. These deps should be clones in a different directory (GAE used .ee10.*) and code should replace javax.servlet. with jakarta.servlet. with a new pom.xml with the new APIs.
The good news is that it is an easy port as the 2 jars can be in the same loader without conflict.