On 2/11/26 1:42 PM, Christopher Schultz wrote:
1. Fix the application. This is the best long-term solution. Often, you can fix this "just" by swapping JavaEE libraries with their JakartaEE replacements and then changing imports in your Java source files. Sometimes it can be more complicated if those "replacements" also made other changes as they transitioned from JavaEE to JakartaEE.
Is there any way to tell classloaders to use Jakarta package names instead? One big issue we will face is third party libraries that reference Java Servlet code, but either there is no update, or the update would require many months of development effort to upgrade (like with Vaadin 8).
David --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
