* remove dubbo-test-examples and dubbo-test-benchmark * rename package to org.apache.dubbo * support old SPI file * remove final for RpcException and URL * add debug sysout in UT * add debug info in UT * ignore 2 cases temporary * add finally clear for SHUTDOWN_WAIT_KEY property * clear SHUTDOWN_WAIT_KEY before test * add dubbo SPI and interface bridge class * support EchoService and GenericService * rename groupId to org.apache.dubbo * add debug info for UT |
||
|---|---|---|
| .mvn/wrapper | ||
| all | ||
| bom | ||
| codestyle | ||
| dependencies-bom | ||
| distribution | ||
| dubbo-bootstrap | ||
| dubbo-cluster | ||
| dubbo-common | ||
| dubbo-compatible | ||
| dubbo-config | ||
| dubbo-container | ||
| dubbo-demo | ||
| dubbo-filter | ||
| dubbo-monitor | ||
| dubbo-plugin | ||
| dubbo-registry | ||
| dubbo-remoting | ||
| dubbo-rpc | ||
| dubbo-serialization | ||
| dubbo-test | ||
| .codecov.yml | ||
| .gitignore | ||
| .travis.yml | ||
| CHANGES.md | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| DISCLAIMER | ||
| LICENSE | ||
| NOTICE | ||
| PULL_REQUEST_TEMPLATE.md | ||
| README.md | ||
| mvnw | ||
| mvnw.cmd | ||
| pom.xml | ||
README.md
Apache Dubbo (incubating) Project
Apache Dubbo (incubating) is a high-performance, java based RPC framework open-sourced by Alibaba. Please visit dubbo official site for quick start and documentations, as well as Wiki for news, FAQ, and release notes.
We are now collecting dubbo user info in order to help us to improve dubbo better, pls. kindly help us by providing yours on issue#1012: Wanted: who's using dubbo, thanks :)
Links
- Side projects
- Dubbo Spring Boot - Spring Boot Project for Dubbo.
- Dubbo ops - The reference implementation for dubbo ops(dubbo-admin,dubbo-monitor-simple,dubbo-registry-simple,etc.).
- Dubbo website - Apache Dubbo (incubating) documents
- Dubbo rpc-jsonrpc - The Json rpc module of Apache Dubbo (incubating) project
- Dubbo feature-test - Apache Dubbo (incubating) feature test
- Dubbo docs - Apache Dubbo (incubating) documentation
- Developer Mailing list - Any questions or suggestions? Subscribe to (dev@dubbo.incubator.apache.org) to discuss with us.
- Gitter channel - Online chat room with Dubbo developers.
- Dubbo user manual(English) or Dubbo用户手册(中文) - Describe how to use Dubbo and all features of Dubbo concretely.
- Dubbo developer guide(English) or Dubbo开发手册(中文) - Detailly introduce the design principal, extension mechanisms, code conventions, version control and building project, etc.
- Dubbo admin manual(English) or Dubbo管理手册(中文) - Describe how to use Dubbo registry and admin-console.