You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-check
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
Beta Was this translation helpful? Give feedback.
All reactions