Commit Graph

2431 Commits

Author SHA1 Message Date
cvictory 38e0f15be3 [maven-release-plugin] prepare release dubbo-2.6.5 2018-11-13 18:51:19 +08:00
cvictory 7b1985a1a6 fix #2459 sha512 issue 2018-11-13 16:13:20 +08:00
ken.lj c290991cb5 Update release note 2018-11-13 16:07:32 +08:00
ken.lj faa0abf7c2 [Dubbo-2678] Add ability to turn off SPI auto injection, special support for Object type. (#2681)
* Add ability to turn off SPI auto injection, special support for generic Object type injection.

* Add ability to turn off SPI auto injection, special support for generic Object type injection.

* disable() is redundant in DisableInject annotation.
2018-11-13 15:57:03 +08:00
cvictory 9cc4f933a2 2.6.5 release note change (#2775)
* release 2.6.5

*  edit release note for 2.6.5 (rewrite log)

* mmm

* edit release note to remove some unuseful word

* merge from upstream and origin
2018-11-12 11:20:56 +08:00
cvictory 2af5a6ddbb modify 2.6.5 release log (replace pr link with issue link) (#2716)
* release 2.6.5

*  edit release note for 2.6.5 (rewrite log)
2018-10-31 10:48:49 +08:00
cvictory c84d79f99f 2.6.5 release changes.md (#2708)
* release 2.6.5

* release 2.6.5

* release 2.6.5 changes

* add 2.6.5 release note

* add 2.6.5 release note
2018-10-30 14:15:47 +08:00
cvictory c5a5b64a10 release 2.6.5 (#2705) 2018-10-29 19:34:12 +08:00
小马哥 bb9fd69233 Bug Fix & Enhancement (#2687)
* Polish apache/incubator-dubbo#2235 apache/incubator-dubbo#2251 apache/incubator-dubbo-spring-boot-project#243

* Fixed bugs and optimized imports

* Remove local PropertySourcesUtils and re-use it from spring-context-extras

* Add Test cases for YAML properties
issues :
apache/incubator-dubbo-spring-boot-project/issues/273

* Optimize imports using code-style template

* Refactor Utilities class

* Fixed test cases

* [Enhancement] @EnableDubboConfigBinding annotates @Repeatable apache/incubator-dubbo#1770

* Bug fix

* Remove feature :
[Enhancement] @EnableDubboConfigBinding annotates @Repeatable apache/incubator-dubbo#1770
2018-10-29 15:33:16 +08:00
jasonjoo2010 e0bf21aed5 remove author info for RoundRobinLoadBalance (#2696) 2018-10-29 10:45:55 +08:00
jasonjoo2010 e4725cd687 Smooth Round Robin selection (#2647) 2018-10-26 11:35:17 +08:00
Ian Luo f58997f4aa
#2016: merge fix from 2.7.0 to 2.6.x (#2680) 2018-10-24 13:57:21 +08:00
Ian Luo a531a5cb9a
#1903: merge issue 1903's fix from 2.7.0 to 2.6.x (#2668) 2018-10-23 12:11:34 +08:00
小马哥 dca95745c4 @Service and @Reference Optimization (#2657)
* Polish apache/incubator-dubbo#2235 apache/incubator-dubbo#2251 apache/incubator-dubbo-spring-boot-project#243

* Fixed bugs and optimized imports
2018-10-19 14:45:10 +08:00
nzomkxia 2e826a65c7 fix #2063 2018-10-11 16:56:51 +08:00
Jerrick Zhu 0b94b35992
fix #1641, support get system load on windows. (#2621) 2018-10-10 10:59:59 +08:00
yizhenqiang 311d2b06bc Fixed 2.6.x branch a minor issue with doConnect not using getConnectTimeout() in NettyClient,like #2595 (#2622) 2018-10-09 15:25:23 +08:00
时无两丶 156ac39bb3
Fix incorrect descriptions for dubbo-serialization module for 2.6.x. (#2624)
Fix incorrect descriptions for dubbo-serialization module for 2.6.x.
2018-10-09 15:15:40 +08:00
Jerrick Zhu 5adb9bfb59
update release script (#2615) 2018-10-09 11:46:53 +08:00
cbolgiano c4eb4e8ceb Removed jdk9 from .travis.yml. (#2609) 2018-10-09 08:50:29 +08:00
Jerrick Zhu 79ea2acba8
fix #2600, add javadoc plugin to dubbo-all module (#2602) 2018-10-08 16:38:29 +08:00
zhuyong f77c9fcc5e Merge branch '2.6.4-release' into 2.6.x 2018-10-08 15:15:15 +08:00
时无两丶 28e10374a9
Optimize LeastActiveLoadBalance and add weight test case. (#2584) 2018-09-29 15:56:19 +08:00
Jerrick Zhu 0ac21f0697
fix #2560, use target/test-classes as the basedir (#2564) 2018-09-27 10:43:40 +08:00
zhuyong d7af5d917c [maven-release-plugin] prepare for next development iteration 2018-09-17 17:51:18 +08:00
zhuyong 88037747a3 [maven-release-plugin] prepare release dubbo-2.6.4 2018-09-17 17:51:07 +08:00
zhuyong f7baac7cd0 Merge branch '2.6.4-release' of github.com:apache/incubator-dubbo into 2.6.4-release 2018-09-17 14:59:42 +08:00
zhuyong 3750059072 change port for unit test 2018-09-17 14:59:15 +08:00
Huxing Zhang 57399a2cf0 Enhance NOTICE file. 2018-09-17 10:54:48 +08:00
zhuyong 39ea8a8aa8 add change log for 2.6.4 2018-09-14 17:37:44 +08:00
凝雨 5968f1a3f8 fix time, timestamp, SQL. Date type conversion problems (#2502) 2018-09-14 08:58:40 +08:00
Jerrick Zhu 2881738b7d
add cache for travis, fix ut for stable (#2501) 2018-09-13 16:48:00 +08:00
ken.lj a0c1bef09f Prepare for the next development version 2018-09-12 14:54:12 +08:00
ken.lj d57a58c9a1 Merge branch '2.6.3-release' into 2.6.x
# Conflicts:
#	all/pom.xml
#	distribution/pom.xml
#	dubbo-common/pom.xml
#	dubbo-serialization/dubbo-serialization-api/pom.xml
#	dubbo-serialization/dubbo-serialization-hessian2/pom.xml
#	dubbo-serialization/dubbo-serialization-jdk/pom.xml
#	dubbo-test/pom.xml
2018-09-12 14:28:47 +08:00
Jerrick Zhu acd7000224
remove dubbo-all javadoc plugin (#2456) 2018-09-06 11:45:46 +08:00
Jerrick Zhu 97d20a3622
Qos enhancement, take #2153 back to 2.6.x (#2455) 2018-09-06 11:45:34 +08:00
Jerrick Zhu 7ece161538
upgrade javadoc to 3.0.1 (#2454) 2018-09-06 11:11:36 +08:00
Jerrick Zhu 52e9290d12
fix telnet invoke NPE #2218 (#2273) (#2453) 2018-09-06 09:57:44 +08:00
时无两丶 8ae95c9542 Direct return when the server goes down unnormally. (#2451) 2018-09-06 09:26:12 +08:00
ken.lj c7e7c14346
Merge pull request #2417, add release script (draft). 2018-09-05 09:09:43 +08:00
时无两丶 ba51bab395 New ascii logo for 2.6.x (#2402) 2018-08-29 18:13:03 +08:00
ken.lj 6ce7b11f98 [maven-release-plugin] prepare release dubbo-2.6.3 2018-08-27 09:42:50 +08:00
zhuyong b6b5415068 complete LICENSE for test xml, fix checkstyle problem 2018-08-24 15:23:52 +08:00
ken.lj d60e8240c3 [maven-release-plugin] prepare for next development iteration 2018-08-20 19:09:03 +08:00
ken.lj 3963d8fd93 [maven-release-plugin] prepare release dubbo-2.6.3 2018-08-20 19:08:51 +08:00
ken.lj 375e2b9db6 Fix version issue: 2.6.2-SNAPSHOT to 2.6.3-SNAPSHOT 2018-08-20 19:03:03 +08:00
ken.lj 84f3215a4f Include 'apache' in release package name. 2018-08-20 16:09:38 +08:00
ken.lj f33e5b37d4 Replace outdated license header 2018-08-20 16:09:02 +08:00
ken.lj 84b0afb300 Revert version to 2.6.2-SNAPSHOT to prepare for 2.6.3 RC4 2018-08-20 15:51:55 +08:00
Jerrick Zhu 97124e91f4
fix retries to 2, #2162 (#2303) 2018-08-15 21:27:02 +08:00