You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/08/10 02:56:26 UTC

[GitHub] [dubbo] mobile664042 opened a new issue, #10437: hessian协议在dubbo3中被删除了吗

mobile664042 opened a new issue, #10437:
URL: https://github.com/apache/dubbo/issues/10437

   <!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy -->
   
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   
   ## Ask your question here
   
   dubbo3中不再支持hessian协议了吗?dubbo2中还支持的,因为漏洞的问题升级到dubbo3,发现用不了,查看源码,发现已删除相关协议,我这需要怎么处理啊
   
   ![image](https://user-images.githubusercontent.com/1433479/183800286-298dc6e9-a478-4828-9388-483803dd686f.png)
   
   
   
   


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


[GitHub] [dubbo] AlbumenJ commented on issue #10437: hessian协议在dubbo3中被删除了吗

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #10437:
URL: https://github.com/apache/dubbo/issues/10437#issuecomment-1211632235

   > 感觉有点坑,看到下面这个链接。 https://dubbo.apache.org/zh/docs/v3.0/references/protocols/hessian/
   > 
   > 硬是没有把关键的依赖给补上。
   
   https://github.com/apache/dubbo-website/pull/1368 已经补充


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


[GitHub] [dubbo] mobile664042 commented on issue #10437: hessian协议在dubbo3中被删除了吗

Posted by GitBox <gi...@apache.org>.
mobile664042 commented on issue #10437:
URL: https://github.com/apache/dubbo/issues/10437#issuecomment-1210413019

   > 1.0.0
   
   这个可以了,这是在哪里有说明?


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


[GitHub] [dubbo] AlbumenJ commented on issue #10437: hessian协议在dubbo3中被删除了吗

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #10437:
URL: https://github.com/apache/dubbo/issues/10437#issuecomment-1210168765

   <dependency>
     <groupId>org.apache.dubbo.extensions</groupId>
     <artifactId>dubbo-rpc-hessian</artifactId>
     <version>1.0.0</version>
   </dependency>
   
   


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


[GitHub] [dubbo] CrazyHZM closed issue #10437: hessian协议在dubbo3中被删除了吗

Posted by GitBox <gi...@apache.org>.
CrazyHZM closed issue #10437: hessian协议在dubbo3中被删除了吗
URL: https://github.com/apache/dubbo/issues/10437


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


[GitHub] [dubbo] yangzhongj commented on issue #10437: hessian协议在dubbo3中被删除了吗

Posted by GitBox <gi...@apache.org>.
yangzhongj commented on issue #10437:
URL: https://github.com/apache/dubbo/issues/10437#issuecomment-1210144385

   <!-- https://mvnrepository.com/artifact/org.apache.dubbo/dubbo-serialization-hessian2 -->
   <dependency>
       <groupId>org.apache.dubbo</groupId>
       <artifactId>dubbo-serialization-hessian2</artifactId>
       <version>3.0.10</version>
       <scope>test</scope>
   </dependency>
   


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


[GitHub] [dubbo] yangzhongj commented on issue #10437: hessian协议在dubbo3中被删除了吗

Posted by GitBox <gi...@apache.org>.
yangzhongj commented on issue #10437:
URL: https://github.com/apache/dubbo/issues/10437#issuecomment-1210143529

   需要单独引入hessian 模块


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


[GitHub] [dubbo] AlbumenJ commented on issue #10437: hessian协议在dubbo3中被删除了吗

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #10437:
URL: https://github.com/apache/dubbo/issues/10437#issuecomment-1210673354

   官网上面关于 spi-extensions 的确实需要补一下,我这几天会弄下


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


[GitHub] [dubbo] yangzhongj commented on issue #10437: hessian协议在dubbo3中被删除了吗

Posted by GitBox <gi...@apache.org>.
yangzhongj commented on issue #10437:
URL: https://github.com/apache/dubbo/issues/10437#issuecomment-1210144486

   <!-- https://mvnrepository.com/artifact/org.apache.dubbo/dubbo-serialization-hessian2 -->
   <dependency>
       <groupId>org.apache.dubbo</groupId>
       <artifactId>dubbo-serialization-hessian2</artifactId>
       <version>3.0.10</version>
   </dependency>
   


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


[GitHub] [dubbo] mobile664042 commented on issue #10437: hessian协议在dubbo3中被删除了吗

Posted by GitBox <gi...@apache.org>.
mobile664042 commented on issue #10437:
URL: https://github.com/apache/dubbo/issues/10437#issuecomment-1210450437

   感觉有点坑,看到下面这个链接。
   https://dubbo.apache.org/zh/docs/v3.0/references/protocols/hessian/
   
   硬是没有把关键的依赖给补上。
   


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