I think the next major version(3.0???) should consider aligning with the new Jakarta namespace since Jakarta EE 9 and new features from Java ecosystem.
- use
jakarta.* to replace the javax.* in the Servlet import.
- Java 17+ or 21+(I like this option)
- New features from JVM and java ecosystem, eg. Reactive Streams, Virtual thread, record, etc.
I think the next major version(3.0???) should consider aligning with the new Jakarta namespace since Jakarta EE 9 and new features from Java ecosystem.
jakarta.*to replace thejavax.*in the Servlet import.