wang-laoshi commented on issue #12017: URL: https://github.com/apache/dubbo/issues/12017#issuecomment-1498709720
javax.servlet.ServletContext 这个来自 javax.servlet javax.servlet-api 不是jdk自带的api,和jdk版本是没关系的 ------------------- 上述这句话没错,但是springboot3已经不使用javax了,取而代之的是Jakarta-api,因此报错。 如果dubbo3.2.0要支持springboot3的话,需要废弃所有跟javax有关的api -- 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]
