-
com.alibaba.com.caucho.hessian.io.SerializerFactory getDeserializer
```
try {
Class cl = Class.forName(type, false, _loader);// 消费端api没有升级时,这里会重复反射,当qps非常高时,会造成CPU占用严重飙高
deserializer = getDeseri…
ghsau updated
5 years ago
-
**[Peter Dettman](https://jira.spring.io/secure/ViewProfile.jspa?name=peter.dettman)** opened **[SPR-6041](https://jira.spring.io/browse/SPR-6041?redirect=false)** and commented
The Caucho hessian li…
-
I run `mvn:dependency tree` on the dubbo-registry-nacos module, and the output is below:
```
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------< org.apache.dubbo:dubbo-registry-nacos…
-
**[Ho Tri Bao](https://jira.spring.io/secure/ViewProfile.jspa?name=hotribao)** opened **[SPR-5469](https://jira.spring.io/browse/SPR-5469?redirect=false)** and commented
Currently, regardless in whic…
-
* 集成 [dubbo](https://github.com/dubbo-js/dubbo-remoting) 时,AddressGroup 的 addressList 为空
```
// sofa-rpc-node/lib/client/consumer.js 中
async _init() {
this._addressGroup = this.createAddre…
-
### Environment
* Dubbo version: 2.6.5
* Java version: 1.8
### Steps to reproduce this issue
1. 客户端调用服务端发生异常,异常往上抛
2. ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler 代理之…
-
公司历史项目几乎使用的都是dubbox2.8.4, 现在新的项目准备使用dubbo 2.7
请问dubbo2.7 能否直接兼容dubbox2.8.4
本人有尝试过通过dubbo-spring-boot-starter集成dubbo2.7 直接消费dubbox的提供的服务,
结果在调用时报错了, 跟踪了一下代码, 发现response 返回状态码40 BadRequest
使用的是…
-
## Project Description
### Requirement:
Add unit test to enhance the test coverage
Welcome everyone to join in,you can comment on the issue that you're interest with.
### Project addre…
-
https://github.com/apache/incubator-dubbo/blob/46b3458564cd0387d50f26f566556917cb74b999/dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ReferenceConfig.java#L329
```
if (url != n…
-
目前知道使用下面方式,切换序列化类
```
com.weibo
serialization-extension
1.1.1
```
```