-
JDK8
Dubbo:3.2.0
为什么以下两种情况都会解码失败
1.service.exec(new HashMap() {{
put("flag", 1);
}}); // 失败
Map params....
params.put("flag",1);
serv…
-
Uploading smaller text documents succeeds, but uploading a csv with 3000 records and a size of 35mb fails, causing subsequent tests of upload to fail until restart.
unstructured-1 | 2023-12-31 2…
-
# Bug Report
Which version of the demo you are using?
Commit #1088
## Symptom
Followed the steps on https://opentelemetry.io/docs/demo/docker-deployment/
After running docker compose up…
-
```java
java.lang.reflect.InaccessibleObjectException: Unable to make field final int java.math.BigInteger.signum accessible: module java.base does not "opens java.math" to unnamed module @795cd85e
…
-
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: xxx
* Operating Syst…
-
### **Hi Envoy Team,**
I'm doing active + passive health cheking in my envoy but I'm getting a strange behaviour detailed below:
### **Scenario**
- A cluster with 2 lb_endpoints (lb_endpoint…
-
**Is your feature request related to a problem? Please describe.**
My application needs support a `x-application/hessian2` media type, and we created a HttpMessageConverter like this:
```java
pub…
-
**If you are reporting *any* crash or *any* potential security issue, *do not*
open an issue in this repo. Please report the issue via emailing
envoy-security@googlegroups.com where the issue will b…
-
**What steps did you take and what happened:**
I have deployed contour gateway provisioner following the getting started documentation. The provisioner came up successfully. I then tried creating a G…
-
最近想升级一下项目中的hessian,希望能用JSONB对比一下hessian/kryo/protobuf 等常用序列化后的的体积大小。帮助评估具体收益。