Go to file
时无两丶 7df5eb6a3b Adding maven wrapper to Dubbo project (#1887)
* 当cores线程数全都使用的情况下,默认线程池会把任务放入到队列中。队列满则再创建线程(总数不会超过Max线程数)
增强线程池:在请求量阶段性出现高峰时使用
特性:cores线程全部使用的情况下,优先创建线程(总数不会超过max),当max个线程全都在忙的情况下,才将任务放入队列。请求量下降时,线程池会自动维持cores个线程,多余的线程退出。

* 当cores线程数全都使用的情况下,默认线程池会把任务放入到队列中。队列满则再创建线程(总数不会超过Max线程数)
增强线程池:在请求量阶段性出现高峰时使用
特性:cores线程全部使用的情况下,优先创建线程(总数不会超过max),当max个线程全都在忙的情况下,才将任务放入队列。请求量下降时,线程池会自动维持cores个线程,多余的线程退出。

* 补全单元测试,测试扩展是否生效

* 增加@Override注解
long 初始化赋值时,小写l改为大写L防止误读

* remove enhanced

* remove enhanced

* feat: 增加maven-wrapper,用户可以使用自己的maven,应用工程构建时将会使用工程的maven版本

* use mvnw to ci.
2018-06-05 14:09:20 +08:00
.mvn/wrapper Adding maven wrapper to Dubbo project (#1887) 2018-06-05 14:09:20 +08:00
all Ensure Dubbo can shutdown correctly when running both under tomcat and programmably. 2018-05-17 16:00:08 +08:00
bom Bump version to 2.6.2-SNAPSHOT. 2018-05-09 14:44:08 +08:00
codestyle [DUBBO-9]add apache-rat-plugin to check asf license header (#1647) 2018-04-23 11:28:22 +08:00
dependencies-bom update CXF to latest version and add test case for webservice protocol (#1564) 2018-05-28 14:46:09 +08:00
dubbo-bootstrap Merge pull request #1820, improve graceful shutdown. 2018-05-31 16:07:20 +08:00
dubbo-cluster Merge #1740 manually, fix typo. 2018-06-01 20:13:39 +08:00
dubbo-common Adding maven wrapper to Dubbo project (#1887) 2018-06-05 14:09:20 +08:00
dubbo-config Merge pull request #1873, support proxy for provider side. 2018-06-01 17:18:25 +08:00
dubbo-container Merge pull request #1820, improve graceful shutdown. 2018-05-31 16:07:20 +08:00
dubbo-demo Bump version to 2.6.2-SNAPSHOT. 2018-05-09 14:44:08 +08:00
dubbo-filter #1597: CacheFilter,when value is null,it will throw NPE(if use ehcache for jcache),why not check null here (#1828) 2018-05-22 15:25:35 +08:00
dubbo-monitor add test for monitor module (#1741) 2018-05-14 15:48:41 +08:00
dubbo-plugin Bump version to 2.6.2-SNAPSHOT. 2018-05-09 14:44:08 +08:00
dubbo-registry fix #1845 (#1851) 2018-05-28 10:21:15 +08:00
dubbo-remoting Merge pull request #1843, support implicit delivery of attachments from provider to consumer. 2018-05-31 16:21:55 +08:00
dubbo-rpc Merge pull request #1827, support generic invoke and attachment for http/hessian protocol. 2018-06-01 15:02:53 +08:00
dubbo-serialization Bump version to 2.6.2-SNAPSHOT. 2018-05-09 14:44:08 +08:00
dubbo-test Ensure merger is specified to true to demonstrate the merger feature. 2018-05-17 18:06:50 +08:00
hessian-lite Merge pull request #1843, support implicit delivery of attachments from provider to consumer. 2018-05-31 16:21:55 +08:00
.codecov.yml [Dubbo-1684] add unit test for dubbo spring config (#1809) 2018-06-01 13:07:03 +08:00
.gitignore Remove .orig file and update gitigonre. 2018-05-20 14:41:34 +08:00
.travis.yml Adding maven wrapper to Dubbo project (#1887) 2018-06-05 14:09:20 +08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-11-16 05:51:12 -06:00
CONTRIBUTING.md Create Contributing.md 2017-10-20 10:11:02 +08:00
DISCLAIMER manually merge the work made by pull request #1491 on master branch (#1554) 2018-04-04 22:54:17 -05:00
LICENSE Merge pull request #1866, clarify license for codes referencing thirdparty repositories. 2018-05-31 11:16:54 +08:00
NOTICE update NOTICE (#1703) 2018-04-26 15:02:31 +08:00
PULL_REQUEST_TEMPLATE.md Fix pull request template typo 2018-04-26 15:04:34 +08:00
README.md Add link to Wiki. 2018-04-16 09:54:13 +08:00
mvnw Adding maven wrapper to Dubbo project (#1887) 2018-06-05 14:09:20 +08:00
mvnw.cmd Adding maven wrapper to Dubbo project (#1887) 2018-06-05 14:09:20 +08:00
pom.xml Merge pull request #1843, support implicit delivery of attachments from provider to consumer. 2018-05-31 16:21:55 +08:00

README.md

Apache Dubbo (incubating) Project

Build Status codecov Gitter license maven

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