You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "wang-laoshi (via GitHub)" <gi...@apache.org> on 2023/04/06 08:51:41 UTC

[GitHub] [dubbo] wang-laoshi commented on issue #12017: jdk17+springboot3+dubbo3.2.0-beta6,报错:java.lang.NoClassDefFoundError: javax/ws/rs/WebApplicationException

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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org