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'm currently using the module of trpc-spring-mvc.
However, I've found that TRpcServiceHandlerMapping references javax.servlet.http.HttpServletRequest, which will cause a ClassNotFoundException on JDK 21.
I'm currently using the module of trpc-spring-mvc.
However, I've found that TRpcServiceHandlerMapping references javax.servlet.http.HttpServletRequest, which will cause a ClassNotFoundException on JDK 21.
Caused by: java.lang.ClassNotFoundException: javax.servlet.http.HttpServletRequest
I'd like to ask if there are any upgrade or compatibility plans.
see trpc-spring-support/trpc-springmvc/src/main/java/com/tencent/trpc/springmvc/TRpcServiceHandlerMapping.java#L28
The text was updated successfully, but these errors were encountered: