dubbo
dubbo copied to clipboard
The java implementation of Apache Dubbo. An RPC and microservice framework.
dubbo 3.1.9 版本 我用的 spring-boot, 在配置文件里加入了 ``` dubbo: application: # 关闭序列化严格检查 check-serializable: false protocol: serialization: hessian2 hessian: allow-non-serializable: true ``` 但仍然报 `must implement java.io.Serializable`. 我做了点研究,发现 allow-non-serializable 似乎无法生效,源码里用的 `serializerFactory.setAllowNonSerializable(Boolean.parseBoolean(System.getProperty("dubbo.hessian.allowNonSerializable", "false")));` 这样似乎只有...
`Caused by: java.lang.NoClassDefFoundError: javax/ws/rs/WebApplicationException at org.apache.dubbo.rpc.protocol.rest.RestProtocol.(RestProtocol.java:85) ~[dubbo-3.2.0-beta.6.jar:3.2.0-beta.6] at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] at org.apache.dubbo.common.beans.support.InstantiationStrategy.instantiate(InstantiationStrategy.java:94) ~[dubbo-common-3.2.0-beta.6.jar:3.2.0-beta.6] at org.apache.dubbo.common.extension.ExtensionLoader.createExtensionInstance(ExtensionLoader.java:832) ~[dubbo-common-3.2.0-beta.6.jar:3.2.0-beta.6] at...
- [ x ] 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 使用 xds 部署在 kubernetes 后,会报...
## What is the purpose of the change remove spring-context-support dependency ## Brief changelog remove spring-context-support dependency and add related files ## Verifying this change No ## Checklist - [x]...
### Pre-check - [X] I am sure that all the content I provide is in English. ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found...
### Background There is already a Metadata Service in Dubbo. Why consider introducing support for OpenAPI? There are several considerations: - **Standardization and Ecosystem Support**: OpenAPI is an industry standard...
## What is the purpose of the change Refer: https://github.com/apache/dubbo/issues/14298 ## Brief changelog ## Verifying this change ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) field for the...
## What is the purpose of the change ## Brief changelog ## Verifying this change ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) field for the change (usually...
### Pre-check - [X] I am sure that all the content I provide is in English. ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found...
### Pre-check - [X] I am sure that all the content I provide is in English. ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found...