On Tue, Mar 29, 2022 at 9:11 PM Matt Sicker <boa...@gmail.com> wrote: > > I don’t know if any new javax APIs are defined anymore. There’s JakartaEE for > the new APIs, though that’s through Eclipse at this point I think. > > Also, for a generic plugin library, there are some things I’d likely do > slightly differently than in here since backward compatibility wouldn’t be > relevant. Though that behavior itself could potentially be customizable.
As for that, I think that 3.0 would be a good opportunity to migrate from javax to jakarta, if necessary. As Core should only depend on java.base, it won't be affected. And, as for plugins: All, that users need to do, would be to clone a plugin, and change jakarta to javax in the sources. No duplicate maintenance for us. Jochen