afs commented on issue #1794: URL: https://github.com/apache/jena/issues/1794#issuecomment-1465838821
It is possible to convert binary jars from Jakarta 8 (where JavaEE servlet and other package are under `javax`) to Jakarta 9 (using `jakarta` packages). There are some tools around (e.g. from Tomcat) to do this. At their core, they are shading the jars to do a rename, with caution because not all `javax` packages are part of JavaEE and remain as `javax`. That also means the reverse direction should also work to go from `jakarta` to `javax`. See also: https://lists.apache.org/thread/3pjkdtoqbz30p8nbz8p59c6jcy1b2gpq -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
