javax → jakarta Migration Skill When to Use - Upgrading to Tomcat 11 / Jakarta EE 10+ - Code review detects imports - Migrating an existing project to the jakarta namespace Procedure Step 1 — Scan for javax Usage Search the codebase for all imports that need migration: Do NOT migrate these (they remain in ): - — part of JDK - — part of JDK (JNDI) - — part of JDK - — part of JDK - — part of JDK - , — JDK packages Step 2 — Update pom.xml Replace dependency coordinates: | Old | New | |-----|-----| | | | | | | | | | | | | Step 3 — Update web.xml (if present) Step 4 — Update Java Source Files Repl…