Re: conversion tool 9 to 10
Rob Sargent <[email protected]> Tue, 13 Jan 2026 13:58:38 -0700
| Newsgroups | gmane.comp.jakarta.tomcat.user |
|---|---|
| Message-ID | <[email protected]> |
> On Jan 13, 2026, at 12:33 PM, Mark Thomas <[email protected]> wrote: > > 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 > Got it. Cheers > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >