I am upgrading a project from java 8 to java 17, which uses the Jakarta namespace and I make use of Objectify java library to communicate with Google datastore, but the problem is that Objectify 6.0.9 uses javax.servlet.* which does not exist in java 17.
I have searched for a Jakarta version of the Objectify library in the maven repo without success, please how do I convert the Objectify library from javax.servlet.* to jakarta.servlet.* ?