elimu-ai / webapp

🖥 Web application for hosting Android applications and educational content
https://hin.elimu.ai
MIT License
30 stars 54 forks source link

Change to Jakarta EE Namespace #1691

Open jo-elimu opened 3 weeks ago

jo-elimu commented 3 weeks ago

Due to Oracle’s ownership of the “Java” trademark, usage of the javax. namespace has been restricted, and the jakarta. namespace was adopted by the Eclipse Foundation.

To be able to upgrade from Servlet 4.0 to Servlet 5.0 (the version used by Jetty 11), we need to change from *.javax to *.jakarta.

https://stackoverflow.com/questions/68707177/upgrade-servlet-4-0-1-to-servlet-5-0


Relates to #1698