NoamHuang opened a new issue, #4270:
URL: https://github.com/apache/servicecomb-java-chassis/issues/4270

   兼容性问题1:新版本中, EdgeInvocation从org.apache.servicecomb.edge.core包中移除了, 
原先我们基于这个依赖做可靠性,当找不到目标服务的实例时,走IP转发, 请问是否有替代功能的类, 
我看到有个名称相似的类EdgeInvocationCreator,但我目前无法直接使用, 可以列出兼容代码示例吗?
   
   兼容性问题2: 新版本中, 
org.apache.servicecomb.core包下面的Invocation类的.getRequestEx().getHeaderNames(); 
和.getRequestEx().getHeader(headerName);.getRequestEx().getMethod()等3个方法都被移除了,请问是否有替代的方法,
 可以列出兼容代码示例吗? 其中getRequestEx() 
响应参数HttpServletRequest在老版本的springboot2.x中,在java.servlet.http包下面;  
HttpServletRequest在
   新版本的springboot 3.x中,HttpServletRequest在.jakarta.servlet.http下面
   
   兼容性问题3:新版本中, org.apache.servicecomb.foundation.vertx.http 
包下面HttpServletResponseEx类的.getStatus()和 getContentType()方法被移除了,请问是否有替代的方法, 
可以列出兼容代码示例吗?
   


-- 
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]

Reply via email to