Re: conversion tool 9 to 10
Mark Thomas <[email protected]> Tue, 13 Jan 2026 19:33:05 +0000
| Newsgroups | gmane.comp.jakarta.tomcat.user |
|---|---|
| Message-ID | <[email protected]> |
On 13/01/2026 19:20, Rob Sargent wrote: > > >> On Jan 13, 2026, at 11:32 AM, Christopher Schultz <[email protected]> wrote: >> >> Rob, >>> >> >> Maybe I don't understand. > > No I do not have both servlet packages after the conversion. But I do still have other javax imports and am wondering if it is wisest now to move everything to jakarta now. As I said I applied no command line options to the tool. Not every javax packaged moved to Jakarta EE. Some stayed. The easiest way to explain what did and didn't move is to show you the code: https://github.com/apache/tomcat-jakartaee-migration/blob/main/src/main/java/org/apache/tomcat/jakartaee/EESpecProfiles.java Only classes that match Patterns.EE moved from javax... to jakarta... Mark