Migrating from the `javax` to `jakarta` namespace
How to transition your application from Java EE to Jakarta EE.
Setting the scene
Downloading the project and running the application.
Updating Tomcat version
How the project is set up in Docker and upgrading Tomcat.
Updating Dependencies
Modifying your `pom.xml` file to use jakarta dependencies.
Using IntelliJ IDEA's migration tool
Migrating to Java EE with IntelliJ IDEA's refactoring tool.
Updating the persistence file
Fixing the final `javax` references in your files.
Summary and shortcuts used
Summary and shortcuts used.