Replies: 1 comment 1 reply
-
You can try Dubbo 3.3. https://dubbo.apache.org/en/overview/mannual/java-sdk/reference-manual/protocol/triple-3.3/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
I upgraded from 3.0.10 to 3.2.16, but the rest server has discarded the servlet server and used the netty server (checked the source code and found that it was changed in 3.2)
My business application uses a lot of servlet APIs, such as HttpServletRequest to obtain headers, cookies, etc. Now after the upgrade, HttpServletRequest is null
It is impossible to achieve a smooth upgrade. Is there any way to switch to a servlet server, such as jetty, tomcat, to ensure that the application can continue to use the servlet API?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions