GitHub user linsida1 created a discussion: The jetty of dubbo-remoting-http is javax.servlet. When will it support the jakarta version?
### Pre-check - [X] I am sure that all the content I provide is in English. ### Apache Dubbo Component Java SDK (apache/dubbo) ### Details After using Spring Boot 3+, Servlet is forced to upgrade to Jakarta. Some older service interfaces use the Hessian protocol. After analysis, I found that the Jetty used by the dubbo-rpc-hessian module is based on javax.servlet, which will affect the upgrade of older services to Spring Boot 3. Is it possible to enable dubbo-rpc-hessian to support Jakarta? ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) GitHub link: https://github.com/apache/dubbo/discussions/15681 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
