url
stringlengths
79
94
original_message
stringlengths
5
2.73k
message
stringlengths
0
2.61k
original_label
stringclasses
4 values
is_good
bool
2 classes
is_bad
bool
2 classes
binary_label
float64
0
1
https://github.com/apache/dubbo/commit/4c51b0d885d732793e0ca80d166c59eb7c49be0d
fix comments
fix comments
Why and What
false
true
0
https://github.com/apache/dubbo/commit/2c36be62d3ecd1d8fc6526cfffc83e7630110589
rename log file from alibaba to custom-access (#2057)
rename log file from alibaba to custom-access
Why and What
false
false
null
https://github.com/apache/dubbo/commit/4fbdc4ff7e628b1132ed8b3e87246a0825d7cba9
Fix random ut falling in DubboMonitorTest (#3327)
Fix random ut falling in DubboMonitorTest
No What
false
false
null
https://github.com/apache/dubbo/commit/1e6800bea49698c6d27b0ab05a1ffb15edff634b
seperate retry from AbstractMetadataReport
seperate retry from AbstractMetadataReport
No Why
false
false
null
https://github.com/apache/dubbo/commit/d3469fde5038c71b7a69e44735e708c06bc720c2
delete class
delete class
No Why
false
true
0
https://github.com/apache/dubbo/commit/3747cc36fada387a52363fc7dfc97a4c6c2b2670
Remove useless config item in xsd
Remove useless config item in xsd
Why and What
false
false
null
https://github.com/apache/dubbo/commit/8cafcab65dbb86a83e9ae3e09aba601af462c47d
combine test coverage report (#2643)
combine test coverage report
Why and What
false
false
null
https://github.com/apache/dubbo/commit/fcdf9c8ce71c26e28d23066a33eb4116a73d7d5a
update changes for 2.7.1
update changes for 2.7.1
Why and What
false
true
0
https://github.com/apache/dubbo/commit/514fd4e647b804315a5afa1c14414103f2281e4b
Support static tag group in TagRouter
Support static tag group in TagRouter
No Why
false
false
null
https://github.com/apache/dubbo/commit/336ffd1db4a65fb77285674821e86e7b9274e944
add unit test
add unit test
Why and What
false
true
0
https://github.com/apache/dubbo/commit/d73831895bc8dc9e85d6818571d6fa17a27ba404
fix #1641, support get system load on windows (#2631)
Why and What
false
false
null
https://github.com/apache/dubbo/commit/7edb71c06ee2208d0772331ad010b3147279d99d
Fix compilation problem
Fix compilation problem
No What
false
true
0
https://github.com/apache/dubbo/commit/6f86a8e71dc6925e35e7fcb0e6c18ca879b13494
add tests
add tests
Why and What
false
true
0
https://github.com/apache/dubbo/commit/6f70f03f35643910f1d214a180573bee511e3368
Remove duplicate ut classes
Remove duplicate ut classes
Why and What
false
false
null
https://github.com/apache/dubbo/commit/bcb6eeec1d978d6d572ebec875d34dc64aeb5121
fix return type (#3284)
fix return type
No What
false
false
null
https://github.com/apache/dubbo/commit/01ce1b3bf4ae94ef594ed96716d60f746ce33ac2
Change ConfigConditionRouter and TagRouter: scope and rules
Change ConfigConditionRouter and TagRouter: scope and rules
No Why
false
false
null
https://github.com/apache/dubbo/commit/9f6b8c80e1f6ee012d05e41697ddd7415b98d53f
Deactivate maven release profile.
Deactivate maven release profile.
No Why
false
false
null
https://github.com/apache/dubbo/commit/f770b7c59d8a80dd586cd415a20f6bff4f5a8f93
remove getContext() (#3235)
remove getContext()
Why and What
false
false
null
https://github.com/apache/dubbo/commit/9758809b3ab9f78f076592a288ccc530c590fb6d
reformat the code style (#1948)
reformat the code style
Why and What
false
false
null
https://github.com/apache/dubbo/commit/0e133c59ef53c3a92030881045b23e460e93ad1f
Add Router name and fix routerchain error.
Add Router name and fix routerchain error.
No Why
false
false
null
https://github.com/apache/dubbo/commit/e24e568756a0dba75d565a16039635f0cd6759e5
Extract compareTo impl to Router interface and concrete Router only responsible for provide priority. (#3240) something is waiting for us to disscuss: 1. Every Route implement should set a priority? 2.https://github.com/apache/incubator-dubbo/issues/3249
Extract compareTo impl to Router interface and concrete Router only responsible for provide priority. something is waiting for us to disscuss: 1. Every Route implement should set a priority? 2.https://github.com/apache/incubator-dubbo/issues/3249
Why and What
false
false
null
https://github.com/apache/dubbo/commit/692dbdf82ecc6f81ee0d15816276bf8184d0bd3f
Solve merge conflicts manually
Solve merge conflicts manually
No What
false
false
null
https://github.com/apache/dubbo/commit/624d3aea9c1f1f7759c71b00dd38a9bdb720cd8d
Support protocol config for reference annotation (#1675)
Support protocol config for reference annotation
Why and What
false
false
null
https://github.com/apache/dubbo/commit/e4ab9087531e2c97ea51e9e890c10d9c81fa9bc1
upgrade version manually after merge 2.6.2-release
upgrade version manually after merge 2.6.2-release
Why and What
false
false
null
https://github.com/apache/dubbo/commit/5a9ea9373084613b6da4bf34861b1b8a013274b5
Polish release notes in CHANGES.md
Polish release notes in CHANGES.md
Why and What
false
false
null
https://github.com/apache/dubbo/commit/938e52dad95af1286961374a1ae27c502b9a92f1
Add assembly plugin
Add assembly plugin
No Why
false
false
null
https://github.com/apache/dubbo/commit/bb8e93ebceaaabe21806683277ca7824b81b9246
Polish distribution pom
Polish distribution pom
No Why
false
true
0
https://github.com/apache/dubbo/commit/0d00ef25a230f0f252045fa700ec007fb4c52c6b
Correct pom version.
Correct pom version.
No Why
false
true
0
https://github.com/apache/dubbo/commit/8b6f4456d5664f4e7f32b0e772befc4b12086aaa
Minor improvement on test cases: (#1507) 1. Use org.junit.Assert instead of junit.framework.Assert(@Deprecated since Junit 4) 2. Use assertTrue and other assert methods through static import to make codes easier to read
Minor improvement on test cases: 1. Use org.junit.Assert instead of junit.framework.Assert(@Deprecated since Junit 4) 2. Use assertTrue and other assert methods through static import to make codes easier to read
Why and What
false
false
null
https://github.com/apache/dubbo/commit/c1b686545cc1adaa1ff69c1493a094b751cad52f
Remove unused code.
Remove unused code.
Why and What
false
false
null
https://github.com/apache/dubbo/commit/6ec0225cfa9b45c8349d19019f965d5c52d40a09
Remove unnecessary null check and fix typo.
Remove unnecessary null check and fix typo.
Why and What
false
false
null
https://github.com/apache/dubbo/commit/243e57130646c69c047910dd079f19cbadc57613
Remove unnecessary null check.
Remove unnecessary null check.
Why and What
false
false
null
https://github.com/apache/dubbo/commit/6912d9a14fe2c35dee306da9a8e953ba29d736da
Upgrade tomcat version to 8.5.31. (#1781)
Upgrade tomcat version to 8.5.31.
Why and What
false
false
null
https://github.com/apache/dubbo/commit/203078981bb23517703e7bbb60925b8542bc8983
Ignore testStatusChecker since it is unstable and consider removing it later.
Ignore testStatusChecker since it is unstable and consider removing it later.
Why and What
false
false
null
https://github.com/apache/dubbo/commit/f4bd1b5f2cd54a7fd4944944f94d38bc5a2b1730
supplementary change for pull request#1388
supplementary change for pull request#1388
No What
false
false
null
https://github.com/apache/dubbo/commit/3516df569777b2ec6fbe20f130f3c342caf3f476
Fix hessian-lite spelling mistake (#1779)
Fix hessian-lite spelling mistake
No What
false
false
null
https://github.com/apache/dubbo/commit/71e04fb634bf76d47c9ae55637db72fd7de50076
Fix #1411 Java Locale use '_' split language, country, variant. (#1413)
Why and What
false
false
null
https://github.com/apache/dubbo/commit/9e9e778e04aa95501e4ab9b49e8f927527e7e260
Optimize_hessian_desr_performance (#1705)
Optimize_hessian_desr_performance
Why and What
false
false
null
https://github.com/apache/dubbo/commit/34d7aa7ab671aa44764022b1bf348922da70d0e1
add ASF license head (#1459) * add ASF license head * add liscense head * add dependecies to NOTICE
add ASF license head * add ASF license head * add liscense head * add dependecies to NOTICE
No Why
false
false
null
https://github.com/apache/dubbo/commit/04576ff4ffdd5872e738b4e10e3905fe513109d2
upgrade version to 2.5.10
upgrade version to 2.5.10
Why and What
false
true
0
https://github.com/apache/dubbo/commit/a8aba7c71f49beaa3865e63c592c3509eed82e67
Polish, remove call of deprecated method
Polish, remove call of deprecated method
No Why
false
false
null
https://github.com/apache/dubbo/commit/23084275bf695f41b5f84d927c351e9b2b04a2be
Add .script route rules back for UT
Add .script route rules back for UT
No Why
false
false
null
https://github.com/apache/dubbo/commit/c94198b090cb78fb296a270742ac898a53858071
Fix UT problems after structure change
Fix UT problems after structure change
No What
false
false
null
https://github.com/apache/dubbo/commit/635bc7983287d47d1d2c637a85fe21aabacdcd27
Remove the shutdown logic from spring bean destroy to avoid competition.
Remove the shutdown logic from spring bean destroy to avoid competition.
Why and What
false
false
null
https://github.com/apache/dubbo/commit/0423219d839404186b8a5ec7dec37f6addeb58d9
#1411: Locale deserialize 'zh-hant_CN'
#1411: Locale deserialize 'zh-hant_CN'
Why and What
false
false
null
https://github.com/apache/dubbo/commit/552965ee26ee307af47b7122c6b18195b4e435e0
Fixed #1138 check serialization in case it's changed from network.
Fixed #1138 check serialization in case it's changed from network.
Why and What
false
false
null
https://github.com/apache/dubbo/commit/d8f3dd336c67316cfb147f20269acc3746c1d0fc
Change Mailing list address
Change Mailing list address
No Why
false
false
null
https://github.com/apache/dubbo/commit/1b6743ddfb2f9bf5c460eabc9a51dd902c59eb64
Add comment
Add comment
Why and What
false
true
0
https://github.com/apache/dubbo/commit/72cecba20b7f4c9be6a725c39bcc1827dbe0e306
#992 add codecov component (#993)
#992 add codecov component
Why and What
false
false
null
https://github.com/apache/dubbo/commit/7322f3ead103c4acbe2123404add364745a0a054
Translate missing content and add apache license
Translate missing content and add apache license
No Why
false
false
null
https://github.com/apache/dubbo/commit/9ca9bb04b926ba33c6755aff8373314e60f2be89
Fix typo #1260
Fix typo #1260
Why and What
false
true
0
https://github.com/apache/dubbo/commit/09722e3a93ad4ba40edf38ebdbfd7afee4977ee6
Remove unnecessary dependencies
Remove unnecessary dependencies
Why and What
false
false
null
https://github.com/apache/dubbo/commit/0d1ef9b411ea06e6b8c30439a96e0290b0b9dbf6
rename package name from CommandImpl to impl
rename package name from CommandImpl to impl
No Why
false
false
null
https://github.com/apache/dubbo/commit/d41e7225d026b2e35ed78719e4ef4fa53b201fd8
#1104 I18N effort for dubbo code base - dubbo-plugin
#1104 I18N effort for dubbo code base - dubbo-plugin
Why and What
false
false
null
https://github.com/apache/dubbo/commit/75ed5f539ec321292a2ea23de89c72fc50336422
Delete OptimizedSerialization
Delete OptimizedSerialization
Neither Why nor What
false
false
null
https://github.com/apache/dubbo/commit/cf3a54e41526751b284c22189fcfad555a88a515
Add test example for rest
Add test example for rest
Why and What
false
false
null
https://github.com/apache/dubbo/commit/070b4ccd35e313764e6aed8717b47a72a437ffa1
#1067: I18N effort for dubbo code base - dubbo-rpc (part1)
#1067: I18N effort for dubbo code base - dubbo-rpc (part1)
Why and What
false
false
null
https://github.com/apache/dubbo/commit/8e20d1ca06597e75903cb97c6a01c470686fcf08
#1055 Translate the comments of dubbo-remoting module (#1065)
#1055 Translate the comments of dubbo-remoting module
Why and What
false
false
null
https://github.com/apache/dubbo/commit/720a3afe31d883c16778b910ece6b02da3c5215a
#1056: I18N effort for dubbo code base: dubbo-common
#1056: I18N effort for dubbo code base: dubbo-common
Why and What
false
false
null
https://github.com/apache/dubbo/commit/2da49b573c6c847380badb93e44523ada106dbd3
#1056 I18N effort for dubbo code base: dubbo-common
#1056 I18N effort for dubbo code base: dubbo-common
Why and What
false
false
null
https://github.com/apache/dubbo/commit/05461a4d6ec6e8789eb8d3beeaa78b3b8768a53e
Upgrade annotation demo
Upgrade annotation demo
No Why
false
false
null
https://github.com/apache/dubbo/commit/c7695d4fc8bf50ace2489849dcd82051785257b4
remove tree.txt
remove tree.txt
Neither Why nor What
false
true
0
https://github.com/apache/dubbo/commit/e51c52f1fdda187e033328f79ff0538ecf9c4972
Merge pull re fix qos port can only configure by System property problem
Merge pull re fix qos port can only configure by System property problem
Why and What
false
false
null
https://github.com/apache/dubbo/commit/3c6ee32e2a461fd154510a49edd2e8471fed12a4
Fixed #946, route rule should always run when changed, but should only run at every invoke when RUNTIME_KEY is true.
Fixed #946, route rule should always run when changed, but should only run at every invoke when RUNTIME_KEY is true.
No What
false
false
null
https://github.com/apache/dubbo/commit/22385dc804d550ea9f415bc9f96c2d6d10139e92
Fixed typo in NamedThreadFactory: mDeamo
Fixed typo in NamedThreadFactory: mDeamo
Why and What
false
false
null
https://github.com/apache/dubbo/commit/a72490e26dc3daf2593873439b084b36195d15ae
Adjust pull request template
Adjust pull request template
No Why
false
false
null
https://github.com/apache/dubbo/commit/ee2aaf3ad323b7060760a70160b9299fe9820b28
Ignore unit test CuratorZookeeperClientTest(no zk server)
Ignore unit test CuratorZookeeperClientTest(no zk server)
No Why
false
false
null
https://github.com/apache/dubbo/commit/6a7717970fd3abde99651d405dc1fd75bedfac1c
Update OverrideServiceImpl.java fix the bug: cant enable override
Update OverrideServiceImpl.java fix the bug: cant enable override
No What
false
false
null
https://github.com/apache/dubbo/commit/02bdd04cde1b336d34279cca7c0538e7094459fc
Fix config error of heartbeat UT in dubbo-test-examples
Fix config error of heartbeat UT in dubbo-test-examples
No What
false
false
null
https://github.com/apache/dubbo/commit/de5dfbbfd14ccf6b1f898c9f8d6ec5802ee323b0
Add package support for 'dubbo-remoting-netty4' module
Add package support for 'dubbo-remoting-netty4' module
No Why
false
false
null
https://github.com/apache/dubbo/commit/49af203aa20667a0568a19566c1e9892166435ae
Fixed #520 change Main.class wait/notify to lock/condition
Fixed #520 change Main.class wait/notify to lock/condition
Why and What
false
false
null
https://github.com/apache/dubbo/commit/d961a3e5e305e5147cb5bd837dbccd3b7dfde257
fix(dubbo-admin): webx-3.0.8 not compitable with spring-4.x
fix(dubbo-admin): webx-3.0.8 not compitable with spring-4.x
No What
false
false
null
https://github.com/apache/dubbo/commit/a8a7a88e998f00ee2dfdde98403bf7cc5f3f0fe8
add badges for last release and license
add badges for last release and license
Why and What
false
false
null
https://github.com/apache/dubbo/commit/50edbb0d1cd905c1131b783992081d1681017105
fix compiler bug
fix compiler bug
No What
false
true
0
https://github.com/apache/dubbo/commit/7c85e785b57d5d25707894d5874cbef9879e88cc
add maven-compiler-plugin to pom.xml
add maven-compiler-plugin to pom.xml
No Why
false
true
0
https://github.com/apache/dubbo/commit/d24e0016649893ceba9c083a5e1edeccc279c545
update README
update README
Why and What
false
true
0
https://github.com/apache/dubbo/commit/66139d567eef8198101368b5d8ea37458767cae4
add unit test for parsing path
add unit test for parsing path
Why and What
false
false
null
https://github.com/apache/dubbo/commit/d423cf68fac9004d44d39542a001855d38fecf5f
enable unit test under jdk6 and jdk7
enable unit test under jdk6 and jdk7
No Why
false
false
null
https://github.com/apache/dubbo/commit/b8b16fa4604e55487f2a42e5567a33df28abb554
find correct component type when the enclosing type is Foo<int[]> on JDK 7 and beyond
find correct component type when the enclosing type is Foo<int[]> on JDK 7 and beyond
No Why
false
false
null
https://github.com/apache/dubbo/commit/105a0c7d11d6e96f6ba692751b805a4a522dbd32
set ProtectionDomain for newly generated Class
set ProtectionDomain for newly generated Class
No Why
false
false
null
https://github.com/apache/dubbo/commit/841f6c2612d049ac0aa8bcbb6a00dad8d77a6fca
add ProtectionDomain for dynamicly created class
add ProtectionDomain for dynamicly created class
No Why
false
false
null
https://github.com/apache/dubbo/commit/efcb0f3b32366a32ede235219bec528a54db5f1a
update version to 2.5.4-SNAPSHOT
update version to 2.5.4-SNAPSHOT
Why and What
false
true
0
https://github.com/apache/dubbo/commit/ae19c902ba30a468ff4dbc75b0fa38e146831602
update version to 2.5.2-SNAPSHOT
update version to 2.5.2-SNAPSHOT
Why and What
false
true
0
https://github.com/apache/dubbo/commit/5dab2eb68231100bd6889d3981cc4167989a9718
release 2.4.1
release 2.4.1
Why and What
false
true
0
https://github.com/apache/dubbo/commit/5c423fd2531683a2d339120a4ab24a4319b18211
mv examples
mv examples
No Why
false
true
0
https://github.com/apache/dubbo/commit/6002838cf7a80f1d9fd230051e5977e0d0e8e183
rm dubbo-admin
rm dubbo-admin
Neither Why nor What
false
true
0
https://github.com/apache/dubbo/commit/bfac27b7fe7fb1e5439604a73e0fe59db01f1457
DUBBO-135 fix test case git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1993 1a56cb94-b969-4eaa-88fa-be21384802f2
DUBBO-135 fix test case git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1993 1a56cb94-b969-4eaa-88fa-be21384802f2
No What
false
false
null
https://github.com/apache/dubbo/commit/0b175dce80364142eabd40c406540abe2d914034
move examples git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1678 1a56cb94-b969-4eaa-88fa-be21384802f2
move examples git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1678 1a56cb94-b969-4eaa-88fa-be21384802f2
No Why
false
false
null
https://github.com/apache/dubbo/commit/502d6ef96bf92c034c1e88d46e04541df85b8da4
update version to 2.2.0-SNAPSHOT git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1551 1a56cb94-b969-4eaa-88fa-be21384802f2
update version to 2.2.0-SNAPSHOT git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1551 1a56cb94-b969-4eaa-88fa-be21384802f2
Why and What
false
false
null
https://github.com/apache/dubbo/commit/6764744115bffdcd7cde85112611dade6002fe5c
update version to 2.1.6 git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1550 1a56cb94-b969-4eaa-88fa-be21384802f2
update version to 2.1.6 git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1550 1a56cb94-b969-4eaa-88fa-be21384802f2
Why and What
false
false
null
https://github.com/apache/dubbo/commit/67fb63d6ca428e4c08934f52f867a3c49edde51a
refactor package git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1412 1a56cb94-b969-4eaa-88fa-be21384802f2
refactor package git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1412 1a56cb94-b969-4eaa-88fa-be21384802f2
Why and What
false
false
null
https://github.com/apache/dubbo/commit/034b8fa34a86a0b16559730aa3aade4f84cfdf3a
refactor package git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1409 1a56cb94-b969-4eaa-88fa-be21384802f2
refactor package git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1409 1a56cb94-b969-4eaa-88fa-be21384802f2
Why and What
false
false
null
https://github.com/apache/dubbo/commit/d99396ba9a61de1f110d11a9c7a0e336c204e590
refactor package git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1408 1a56cb94-b969-4eaa-88fa-be21384802f2
refactor package git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1408 1a56cb94-b969-4eaa-88fa-be21384802f2
Why and What
false
false
null
https://github.com/apache/dubbo/commit/a1eb950bade65c0942ce44c7834778c017e93ccd
refactor package git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1403 1a56cb94-b969-4eaa-88fa-be21384802f2
refactor package git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1403 1a56cb94-b969-4eaa-88fa-be21384802f2
Why and What
false
false
null
https://github.com/apache/dubbo/commit/d2e1488042d23e9c2f0113fed5d1ed761a26efc7
refactor package git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1400 1a56cb94-b969-4eaa-88fa-be21384802f2
refactor package git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1400 1a56cb94-b969-4eaa-88fa-be21384802f2
Why and What
false
false
null
https://github.com/apache/dubbo/commit/48cb8e41a76b49b184f2b97e61b42eb109a16229
refactor package git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1395 1a56cb94-b969-4eaa-88fa-be21384802f2
refactor package git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1395 1a56cb94-b969-4eaa-88fa-be21384802f2
Why and What
false
false
null
https://github.com/apache/dubbo/commit/cd6ab49daacdac87f9836becfed3f0197f24cabe
refactor package git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1388 1a56cb94-b969-4eaa-88fa-be21384802f2
refactor package git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1388 1a56cb94-b969-4eaa-88fa-be21384802f2
Why and What
false
false
null
https://github.com/apache/dubbo/commit/9157beac5da52530fc6336e419bf02d57e9cce6c
refactor package git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1386 1a56cb94-b969-4eaa-88fa-be21384802f2
refactor package git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1386 1a56cb94-b969-4eaa-88fa-be21384802f2
Why and What
false
false
null
https://github.com/apache/dubbo/commit/d1f1d8a70c236497aedf26e29e25c5389c2d6052
refactor package git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1383 1a56cb94-b969-4eaa-88fa-be21384802f2
refactor package git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1383 1a56cb94-b969-4eaa-88fa-be21384802f2
Why and What
false
false
null
https://github.com/apache/dubbo/commit/8ccb49ff374ca228eca59d0e6895ff9b6d896b4f
refactor package git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1378 1a56cb94-b969-4eaa-88fa-be21384802f2
refactor package git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1378 1a56cb94-b969-4eaa-88fa-be21384802f2
Why and What
false
false
null