Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master branch to 3.x dev branch #3718

Merged
merged 221 commits into from
Mar 26, 2019
Merged

Commits on Jan 3, 2019

  1. Release resource after use in ConfigParserTest (apache#3127)

    Release resource after use in ConfigParserTest
    biyuhao authored and carryxyh committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    2147d90 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. add javadoc for registry and some code (apache#3140)

    add javadoc for registry and optimize code
    Leishunyu authored and carryxyh committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    4b2b673 View commit details
    Browse the repository at this point in the history
  2. Correct spelling error (apache#3146)

    kexianjun authored and ralf0131 committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    ba27bc5 View commit details
    Browse the repository at this point in the history
  3. Code optimization (apache#3118)

    * code optimization
    * useless import
    * optimization
    CrazyHZM authored and ralf0131 committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    f36bed9 View commit details
    Browse the repository at this point in the history
  4. Code rule (apache#3016)

    x-ultimate authored and ralf0131 committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    ddb518d View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. code optimization (apache#3167)

    code optimization
    CrazyHZM authored and carryxyh committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    e095bd9 View commit details
    Browse the repository at this point in the history
  2. Add javadoc for dubbo-serialization module(apache#3002). (apache#3004)

    Add javadoc for dubbo-serialization module(apache#3002).
    majinkai authored and carryxyh committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    e632504 View commit details
    Browse the repository at this point in the history
  3. optimize ReconnectTimerTask's log output (apache#3162)

    * optimize log output
    
    * Separate logs for reconnect and close
    
    * remove reconnect exception log
    kexianjun authored and carryxyh committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    2cbc83f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. add some small optimize (apache#3171)

    * modify some log describe
    
    * use java8 lambda expression
    lixiaojiee authored and carryxyh committed Jan 9, 2019
    1 Configuration menu
    Copy the full SHA
    f4e96a4 View commit details
    Browse the repository at this point in the history
  2. fix telnet trace times is always 1 (apache#3038)

    * fix telnet trace times is always 1
    
    * use StringUtils determine if the string is empty
    
    * Fix 3105 , make invoke command with Json string parameter without "class" key
    
    * Fix 3105 ,Keep the class key to support overloaded methods
    
    * optimize InvokerTelnetHandlerTest
    LiZhenNet authored and beiwei30 committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    460c3a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Upgrade junt to junit5 (apache#3149)

    * upgrade junit to junit5
    
    * modify test
    
    * 批量修改upgrade_junt_to_junit5
    
    * 删除多余的文件
    
    * fi test case
    
    * Disabled soem test case temporarily
    
    * upgrade junit to junit5 and batch modify test case
    
    * copy some code from jupiter5.4.0.M1 for some issues
    
    * 修改rat福泽
    
    * update rat path
    
    * revert case
    
    * add junit-platform-surefire-provider to maven-surefire-plugin
    
    * update dependency
    
    * fix coverage issue (#1)
    
    * use jupiter 5.4.0-M1 and remove junit5 source code
    lovepoem authored and beiwei30 committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    5298afd View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

  1. Format change.

    ralf0131 committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    bb18512 View commit details
    Browse the repository at this point in the history
  2. fix wrong word spelling (apache#3217)

    mimihom authored and lovepoem committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    67df884 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Fix provicer --> provider (apache#3222)

    mimihom authored and ralf0131 committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    505b41d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1f4466 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de204cf View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Optimize the code: fix CallbackServiceCodec.java exportOrunexportCall…

    …backService method issue. (apache#3199)
    
    * Optimize the code: fix url to null, NullPointerException, change private variable to camel mode.
    * Optimize the code: exportOrUnexportCallbackService method camel mode.
    * Optimize the code: fix method:encodeInvocationArgument private callbackStatus is camel writing.
    * Optimize the code: fix name issue
    * Exporter is a noun, we should use a verb here, like Export.
    * The generics that can be inferred automatically are also deleted.
    zhaoyuguang authored and ralf0131 committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    f76ae21 View commit details
    Browse the repository at this point in the history
  2. Refactor telnet invoke command (apache#3210)

    * refactor telnet invoke command
    
    * add select command for telnet
    
    * fix test case
    LiZhenNet authored and beiwei30 committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    0e0fbd5 View commit details
    Browse the repository at this point in the history
  3. Remove deprecated AnnotationBean, please refer apache#1485 for the ne…

    …w method to replace. (apache#3232)
    chickenlj authored and mercyblitz committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    3c38f20 View commit details
    Browse the repository at this point in the history
  4. [Dubbo-3231]keep TagRouter consistent with 2.6.x (apache#3233)

    * keep TagRouter consistent with 2.6.x
    
    * refactor filterUsingStaticTag using lambda in tagRouter
    chickenlj authored and cvictory committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    5acb4bf View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    66afe96 View commit details
    Browse the repository at this point in the history
  2. wrong event setting (apache#3043)

    * wrong event setting
    
    * modify event seeting
    
    * modify
    CrazyHZM authored and beiwei30 committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    416c575 View commit details
    Browse the repository at this point in the history
  3. call the util method (apache#3230)

    * Code optimization, call the util method
    
    * mofidy
    
    * modify *
    
    * import package
    CrazyHZM authored and beiwei30 committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    458a450 View commit details
    Browse the repository at this point in the history
  4. Qos heart (apache#3170)

    * qos heart question fix apache#3165
    
    * modify
    
    * judge if it's a IdleStateEvent
    
    * add UT
    
    * modify
    CrazyHZM authored and beiwei30 committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    43d74b3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request apache#3246 from cvictory:2.7.0-release remove gso…

    …n from dubbo.jar in shading mode , and change to dependency way.
    
    * just for modify comments and imports
    
    * remove gson from dubbo.jar in shading mode, add dependency
    cvictory authored and chickenlj committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    8c2fbc8 View commit details
    Browse the repository at this point in the history
  6. Extract compareTo impl to Router interface and concrete Router only r…

    …esponsible for provide priority. (apache#3240)
    
    something is waiting for us to disscuss:
    1. Every Route implement should set a priority?
    2.apache#3249
    chickenlj authored and cvictory committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    e24e568 View commit details
    Browse the repository at this point in the history
  7. Protocol compatibility (apache#3254)

    add default method into Protocol .
    chickenlj authored and cvictory committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    a8e1d26 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Configuration menu
    Copy the full SHA
    f770b7c View commit details
    Browse the repository at this point in the history
  2. modify some typos (apache#3257)

    * modify some typos
    
    * fix some other addionalParameterKeys and paramter typos
    mimihom authored and carryxyh committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    16fbc93 View commit details
    Browse the repository at this point in the history
  3. Merge 2.6.6 source code into 2.7 (apache#3241)

    * Merge 2.6.6 source code into 2.7
    
    * Fixed logging level for apache#3241 (comment)
    
    * Change the implementation for apache#3241
    
    * Remove the implementation Ordered, because it does not work in Spring Framework : apache#3241
    
    * Remove the implementation Ordered, because it does not work in Spring Framework : apache#3241
    
    * Only Optimize Imports
    mercyblitz authored and cvictory committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    78accf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e73624c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de3014d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d98b24c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f6b8c8 View commit details
    Browse the repository at this point in the history
  8. Fix final name.

    ralf0131 committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    6675c82 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44b4e42 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. must shutdown thread pool when no in use (apache#3255)

    * must shutdown thread pool when no in use
    scxwhite authored and carryxyh committed Jan 18, 2019
    1 Configuration menu
    Copy the full SHA
    fda71e7 View commit details
    Browse the repository at this point in the history
  2. Update 2.7.0 release notes

    ralf0131 committed Jan 18, 2019
    3 Configuration menu
    Copy the full SHA
    477ef97 View commit details
    Browse the repository at this point in the history
  3. Igonre .patch file.

    ralf0131 committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    1c78148 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4f39a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de4f91b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2019

  1. Configuration menu
    Copy the full SHA
    5f62633 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2134b89 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2019

  1. Bring back redis auth UT (apache#3278)

    biyuhao authored and ralf0131 committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    576a413 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb59913 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. fix return type (apache#3284)

    mjaow authored and beiwei30 committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    bcb6eee View commit details
    Browse the repository at this point in the history
  2. use standardcharset.utf-8 instead of literal (apache#3285)

    * use standardcharset.utf-8 instead of literal
    
    * remove unused import
    mjaow authored and beiwei30 committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    ca84f6c View commit details
    Browse the repository at this point in the history
  3. Move the iteration of methods of a service config to the if block of …

    …the class have method declared not by Object; remove some useless parameter type (apache#3282)
    tswstarplanet authored and beiwei30 committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    d470679 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e18ec0d View commit details
    Browse the repository at this point in the history
  5. Add shutdown command for telnet (apache#3280)

    * telnet add shutdown command
    
    * refactor rename shutDown to shutdown
    
    * remove unregister  in doDestroy
    
    * unregister the ShutdownHook when the shutdown command invoked
    LiZhenNet authored and beiwei30 committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    0a2b9bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbc1f79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    614bceb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2b62d3 View commit details
    Browse the repository at this point in the history
  9. Fix typo (apache#3293)

    htynkn authored and ralf0131 committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    9f3ac61 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Improve/heartbeat (apache#3276)

    * add the notice of code style
    
    * modify the pic
    
    * del teh faq.md, move to dubbo admin
    
    * improve:remove the heartbeat on server side
    
    * improve:change the scope of timer to static
    lexburner authored and beiwei30 committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    0f86000 View commit details
    Browse the repository at this point in the history
  2. code optimization (apache#3297)

    CrazyHZM authored and beiwei30 committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    215ed36 View commit details
    Browse the repository at this point in the history
  3. further enhancement for pull request apache#3297, also fix an issue i…

    …ntroduced in this pull request (apache#3303)
    
    * further enhancement for pull request apache#3297, also fix an issue introduced
    in this pull request
    
    * rename the variable
    
    * enhance the readability
    beiwei30 committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    73d9cd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d75ce73 View commit details
    Browse the repository at this point in the history
  5. Merge branch '2.7.0-release'

    # Conflicts:
    #	dubbo-cluster/src/main/java/org/apache/dubbo/rpc/cluster/router/AbstractRouter.java
    #	dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/router/ConfigConditionRouterTest.java
    #	dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/router/TagRouterTest.java
    #	dubbo-common/src/main/java/org/apache/dubbo/common/Constants.java
    #	dubbo-common/src/test/java/org/apache/dubbo/common/URLTest.java
    #	dubbo-compatible/src/test/java/org/apache/dubbo/config/ConfigTest.java
    #	dubbo-compatible/src/test/java/org/apache/dubbo/config/ReferenceConfigTest.java
    #	dubbo-compatible/src/test/java/org/apache/dubbo/rpc/cluster/RouterTest.java
    #	dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractConfig.java
    #	dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java
    #	dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractServiceConfig.java
    #	dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/RegistryConfig.java
    #	dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ServiceConfig.java
    #	dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/config/AbstractInterfaceConfigTest.java
    #	dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/config/ReferenceConfigTest.java
    #	dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/config/ServiceConfigTest.java
    #	dubbo-config/dubbo-config-api/src/test/java/org/apache/dubbo/config/cache/CacheTest.java
    #	dubbo-config/dubbo-config-spring/pom.xml
    #	dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/AnnotationBean.java
    #	dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/ConfigCenterBean.java
    #	dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/ServiceBean.java
    #	dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/ReferenceAnnotationBeanPostProcessor.java
    #	dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/ConfigTest.java
    #	dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/ServiceBeanTest.java
    #	dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/beans/factory/annotation/AnnotationPropertyValuesAdapterTest.java
    #	dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/beans/factory/annotation/DubboConfigBindingBeanPostProcessorTest.java
    #	dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/beans/factory/annotation/ReferenceAnnotationBeanPostProcessorTest.java
    #	dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/beans/factory/annotation/ServiceAnnotationBeanPostProcessorTest.java
    #	dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/context/annotation/DubboComponentScanRegistrarTest.java
    #	dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/context/annotation/DubboConfigBindingRegistrarTest.java
    #	dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/context/annotation/DubboConfigBindingsRegistrarTest.java
    #	dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/context/annotation/DubboConfigConfigurationTest.java
    #	dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/context/annotation/EnableDubboConfigTest.java
    #	dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/context/annotation/EnableDubboTest.java
    #	dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/context/context/annotation/provider/HelloServiceImpl.java
    #	dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/context/properties/DefaultDubboConfigBinderTest.java
    #	dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/extension/SpringExtensionFactoryTest.java
    #	dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/schema/DubboNamespaceHandlerTest.java
    #	dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/status/DataSourceStatusCheckerTest.java
    #	dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/status/SpringStatusCheckerTest.java
    #	dubbo-config/dubbo-config-spring/src/test/java/org/apache/dubbo/config/spring/util/PropertySourcesUtilsTest.java
    #	dubbo-metadata-report/dubbo-metadata-report-zookeeper/src/test/java/org/apache/dubbo/metadata/store/zookeeper/ZookeeperMetadataReportTest.java
    #	dubbo-remoting/dubbo-remoting-zookeeper/src/test/java/org/apache/dubbo/remoting/zookeeper/curator/CuratorZookeeperTransporterTest.java
    #	dubbo-rpc/dubbo-rpc-api/src/test/java/org/apache/dubbo/rpc/RpcContextTest.java
    #	dubbo-rpc/dubbo-rpc-dubbo/src/test/java/org/apache/dubbo/rpc/validation/ValidationTest.java
    #	dubbo-rpc/dubbo-rpc-hessian/pom.xml
    #	dubbo-rpc/dubbo-rpc-http/src/main/java/org/apache/dubbo/rpc/protocol/http/HttpProtocol.java
    chickenlj committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    68fa9c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04bcfe2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0f124d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    971d6d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d688d92 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    132c20b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4527b7d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5c75eb2 View commit details
    Browse the repository at this point in the history
  13. remove unused import (apache#3311)

    * remove not used import
    
    * remove unused import
    lovepoem committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    d3b2439 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    bfdde7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0642b3e View commit details
    Browse the repository at this point in the history
  3. Merge pull request apache#3295, unregister consumer url when client d…

    …estroyed (referenceconfig#destroy).
    
    * fix client reconnect offline provider.
    
    * refactor cancel future.
    
    * fix client reconnect offline provider.
    
    * refactor cancel future.
    
    * fix client reconnect offline provider.
    
    * refactor cancel future.
    
    * fix unregister when client destroyed
    zonghaishang authored and chickenlj committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    d27fb1f View commit details
    Browse the repository at this point in the history
  4. Optimize heartbeat (apache#3299)

    * Optimize heartbeat.
    We should cancel the timeout when the client or server is close.
    
    * change the hashedWheelTimer's ticks
    
    * Optimize tasks keeper.
    
    * fix timeout cancel to task cancel.
    keep task directly.
    carryxyh authored and beiwei30 committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    b4aa515 View commit details
    Browse the repository at this point in the history
  5. simply telnet command enabled check logic (apache#3316)

    * simply telnet command enabled check
    kexianjun authored and carryxyh committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    babf0d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e07038b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Configuration menu
    Copy the full SHA
    33f1726 View commit details
    Browse the repository at this point in the history
  2. Fix maven compile warning (apache#3322)

    biyuhao authored and ralf0131 committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    4d78772 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21a608c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    faf3983 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c72708b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fbdc4f View commit details
    Browse the repository at this point in the history
  7. Merge pull request apache#3017, fixes apache#2981, refresh invocation…

    …'s attachments in each invoke.
    
    Fixes apache#2981.
    carryxyh authored and chickenlj committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    6a87dc5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9cdb2f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    15faa9b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Fix thrift protocol, use path to locate exporter. (apache#3331)

    * Fix thrift protocol, use path to locate exporter.
    
    * Fix UT
    chickenlj authored and carryxyh committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    e3aac2d View commit details
    Browse the repository at this point in the history
  2. fix apache#2842. remove duplicate SPI definitions for 2.7.x (apache#3340

    )
    
    remove duplicate SPI definitions for 2.7.x
    cvictory authored and carryxyh committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    ece58a8 View commit details
    Browse the repository at this point in the history
  3. fix org.apache.dubbo replace com.alibaba.dubbo (apache#3338)

    org.apache.dubbo replace com.alibaba.dubbo
    CrazyHZM authored and carryxyh committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    5a67a19 View commit details
    Browse the repository at this point in the history
  4. fix the typo of notification mail list address (apache#3335)

    fix the typo of notification mail list address
    tswstarplanet authored and carryxyh committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    26f010d View commit details
    Browse the repository at this point in the history
  5. Review code of TypeDefinitionBuilder (apache#3064)

    * Review code of TypeDefinitionBuilder
    1. use init method to init builds' list
    
    * use single list for all builders.
    Seems like the builder is thread-safe, we can keep them static and final.
    
    * clean code.
    carryxyh authored and cvictory committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    ed8bb74 View commit details
    Browse the repository at this point in the history
  6. [Dubbo-3339] Remove futility check code (apache#3346)

    * Remove futility check code
    Bricks-Man authored and carryxyh committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    a6d55fa View commit details
    Browse the repository at this point in the history
  7. add no-argument constructor method to URL.java fix apache#3342 (apach…

    …e#3350)
    
    * Fix NullPointerException when Hessian instantiate URL with JavaDeserializer
    qq925716471 authored and carryxyh committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    6dcd593 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. Configuration menu
    Copy the full SHA
    c8cf56b View commit details
    Browse the repository at this point in the history
  2. Package name error (apache#3354)

    kunblue authored and ralf0131 committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    2300fca View commit details
    Browse the repository at this point in the history
  3. some optimize on ExtensionLoader (apache#3307)

    * some optimize on ExtensionLoader
    * make ci rerun
    * fix compile error
    * fix ci failure
    lixiaojiee authored and ralf0131 committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    21046c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Configuration menu
    Copy the full SHA
    2308a36 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    95fc75a View commit details
    Browse the repository at this point in the history
  2. [Dubbo-900] Fix 通过 override 修改 hessian协议的提供者的配置 不生效 apache#900 (apach…

    …e#3363)
    
    * reExport fail fix#900
    
    * modify
    
    * use Objects.equals
    
    * compare URL for all proxy protocol
    CrazyHZM authored and beiwei30 committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    df9f998 View commit details
    Browse the repository at this point in the history
  3. delete useless judgment (apache#3326)

    CrazyHZM authored and beiwei30 committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    f5b6d2a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Fix self assignment (apache#3301)

    * Fix self assignment
    * Replace set with list to insure item order
    * Minor tweak of codestyle
    biyuhao authored and ralf0131 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    1f02113 View commit details
    Browse the repository at this point in the history
  2. [Dubbo-2423] Multicast demo fails with message "Can't assign requeste…

    …d address". (apache#3317)
    
    * Fix apache#2423, Multicast demo fails with message "Can't assign requested address"
    
    * temporarily disable ipv6 test
    chickenlj authored and beiwei30 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    7b529a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f262f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58e35b2 View commit details
    Browse the repository at this point in the history
  5. enhance unit test and logging (apache#3374)

    * enhance unit test and logging
    
    * enhance logging message
    
    * fix unit test
    
    * make code clean
    beiwei30 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    d7e95b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1efa457 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47abf6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a074319 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fd16a2b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Configuration menu
    Copy the full SHA
    19c1af8 View commit details
    Browse the repository at this point in the history
  2. first pull request (apache#3396)

    hjq2016 authored and cvictory committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    dd2e16b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7826f27 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    663738f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35f1914 View commit details
    Browse the repository at this point in the history
  3. Enhancement/logger factory (apache#3389)

    * polishing LoggerFactory
    * polishing code using map.computeIfAbsent
    * fix ci failure
    * remove unnecessary break in switch
    * call overloaded method
    * update as requested
    * add unit test
    kezhenxu94 authored and ralf0131 committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    342f37a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93a8ee0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b89d41 View commit details
    Browse the repository at this point in the history
  6. Fix license issues (apache#3382)

    * Fix license issues
    
    * revert change to Netty's copyright
    ralf0131 authored and beiwei30 committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    2a91684 View commit details
    Browse the repository at this point in the history
  7. [Dubbo-936]fix The nc command is unstable in the dubbo startup script a…

    …pache#936 (apache#3375)
    
    * fix dubbo启动脚本中nc命令不稳定 apache#936
    
    * modify
    CrazyHZM authored and beiwei30 committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    5d7b25a View commit details
    Browse the repository at this point in the history
  8. refactor ScriptRouter: (apache#3404)

    1, remove priority field, the same as super class
    2, remove getUrl method, the same as super class
    3, refactor constructor, extract method: getRule, getEngine
    4, refactor route, extract method: createBindings, getRoutedInvokers
    wanghbxxxx authored and beiwei30 committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    713a3ea View commit details
    Browse the repository at this point in the history
  9. Clean pom.xml file apache#3186 (apache#3211)

    * update as requested
    * add meta space size arguments
    kezhenxu94 authored and htynkn committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    ea45921 View commit details
    Browse the repository at this point in the history
  10. [Enhancement] Use ThreadLocalRandom and try-with-resource (apache#3239)

    * polish
    
    * fix code reviews
    
    * empty
    kun-song authored and beiwei30 committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    dbab8c5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b09a150 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    99771a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. Acesslog dateformat enhancemnet (apache#3274)

    * apache#3026 Access log related changed
    
    * Reviwe comment incorporated given by @satansk and removed unuded method
    
    * Incorporated @beiwei30 review comment, incorporated common-lang3 time package modified version
    
    * Added rat entry for common lang3 FastDateFormat related java files
    
    * switch back to jdk's dateformatter
    khanimteyaz authored and beiwei30 committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    5146f6d View commit details
    Browse the repository at this point in the history
  2. refactor loadClass method (apache#3410)

    * refactor: expression is always true, remove it
    (names != null && names.length > 0)
    
    * Update dubbo-common/src/main/java/org/apache/dubbo/common/extension/ExtensionLoader.java
    
    Co-Authored-By: wanghbxxxx <wanghbxxxx@gmail.com>
    
    * Update ExtensionLoader.java
    
    * Update ExtensionLoader.java
    
    * Update ExtensionLoader.java
    
    * Update ExtensionLoader.java
    wanghbxxxx authored and beiwei30 committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    dcee618 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e692d8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ecf2dd View commit details
    Browse the repository at this point in the history
  5. [Dubbo-3069]Use regular expressions to judge fix apache#3069 (apache#…

    …3093)
    
    * Use regular expressions to judge fix apache#3069
    
    *  moved into Constants class
    
    * modify
    
    * Unused import
    
    * modify
    
    * can not put it in front
    
    * catch NumberFormatException and return 'null' if necessary
    
    * remove recursive call
    
    * support .1 and 1.
    
    * modify
    CrazyHZM authored and beiwei30 committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    c2c9de9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. Support multiple shared links (apache#2457)

    * make dubbo support multiple shared links, upgrading RPC throughput
    
    * Fix compilation error
    
    * Fix compilation error
    
    * opti import
    
    * if add {}
    
    * checkstyle fail
    
    * fix getSharedClient referenceCount calculation error bug
    
    * 优化 import
    
    * Fix the problem that the getSharedClient thread is not safe
    
    * Fix the problem that the getSharedClient thread is not safe
    
    * Try fixing ci error, https://travis-ci.org/apache/incubator-dubbo/jobs/453185295
    
    * 将DEFAULT_CONNECTIONS_KEY修改成SERVICE_CONNECTIONS_KEY
    
    * dubbo.xsd add shareconnections attribute,
    
    * Optimize code format
    
    * Fix mult connect ghost connect  problem
    
    * format code
    
    * Remove the concept of ghostClientMap and ghost connection. In fact, ghostClient is LazyConnectExchangeClient. At present, the LazyConnectExchangeClient object is added directly in ReferenceCountExchangeClient to realize the mapping relationship with ReferenceCountExchangeClient. The relationship between previous ghostClient and url mapping is not applicable to the current new share. Multiple connections.
    
    * Optimize the ReferenceCountExchangeClient and remove the reference to the lazyConnectExchangeClient because it doesn't make much sense; add locks in the close operation of the AbstractClient, because connect, disconnect, and close should not be done at the same time.
    
    * format code
    
    * try remove close lock
    
    * Restore close method
    
    * Restore ReferenceCountExchangeClient reference to LazyConnectExchangeClient object
    
    * Optimize the logic of using the LazyConnectExchangeClient inside the ReferenceCountExchangeClient; Supplemental shared multi-connected unit test
    yizhenqiang authored and beiwei30 committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    d2b5914 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a88b32 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Configuration menu
    Copy the full SHA
    5ab3138 View commit details
    Browse the repository at this point in the history
  2. Update junit to 5.4.0 release version (apache#3441)

    * update junit to 5.4.0 release version
    * remove uesles config
    lovepoem committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    bccac78 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Configuration menu
    Copy the full SHA
    ba282a8 View commit details
    Browse the repository at this point in the history
  2. Add checkstyle rule for redundant import (apache#3444)

    * add checkstyle for redundant import and fix all issue in repo
    
    * fix git diff issue
    htynkn authored and beiwei30 committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    b2901f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9e176b View commit details
    Browse the repository at this point in the history
  4. refactor adaptive extension class code creation: extract class Adapti…

    …veClassCodeGenerator (apache#3419)
    
    * refactor adaptive extension class code creation:
    extract createAdaptiveExtensionClassCode to class
    AdaptiveClassCodeGenerator
    
    * add some comment
    
    * add license and comment
    
    * remove main method
    wanghbxxxx authored and beiwei30 committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    7a53a1b View commit details
    Browse the repository at this point in the history
  5. refactor javassist compiler: extract class CtClassBuilder (apache#3424)

    * refactor JavassistCompiler
    
    * rename variable names
    
    * reformat code
    
    * refactor: prepend modifier of constructor, field and method outside the
    JavassistClassInfo
    
    * add null for ClassUtils.getSimpleClassName
    
    * rename JavassistClassInfo to CtClassBuilder
    wanghbxxxx authored and beiwei30 committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    caac0b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b757e19 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Bugfix/timeout queue full (apache#3451)

    replace ArrayBlockingQueue with LinkedBlockingQueue and remove capacity.
    lexburner authored and carryxyh committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    8a02f9a View commit details
    Browse the repository at this point in the history
  2. extract 2 methods: (apache#3453)

    isSetter: test if a method is a setter
    getSetterProperty: get property for setter, for instance setVersion
    return "version"
    wanghbxxxx authored and kexianjun committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    36c75d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa2316e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10912c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Configuration menu
    Copy the full SHA
    cad253a View commit details
    Browse the repository at this point in the history
  2. possibly bug fix (apache#3460)

    wanghbxxxx authored and beiwei30 committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    6f28ff4 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Configuration menu
    Copy the full SHA
    6058846 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff0ce37 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Class comment error (apache#3481)

    Bricks-Man authored and lixiaojiee committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    bd6e5f1 View commit details
    Browse the repository at this point in the history
  2. enhancement: extract duplicated method calls to variable (apache#3482)

    extract duplicated method calls to variable
    kezhenxu94 authored and carryxyh committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    e72e0b2 View commit details
    Browse the repository at this point in the history
  3. [Enhancement]: language level migration (apache#3485)

    * use java7 diamond operator
    
    * replace Collections.sort with List.sort
    
    * extract duplicated code blocks
    
    * use StandardCharsets.UTF_8
    
    * use try-with-resources
    
    * use java7 diamond operator
    
    * enhance log message
    
    * fix unit tests failures
    kezhenxu94 authored and CrazyHZM committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    9c049f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d33784d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. fix typo (apache#3491)

    kezhenxu94 authored and lixiaojiee committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    2b12c16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    813fed5 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Configuration menu
    Copy the full SHA
    9031a4c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    7c236ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    717c15e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Fix invocation of toString on an array (apache#3507)

    Fix invocation of toString on an array
    Hiroaki Yoshida authored and carryxyh committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    aadf57d View commit details
    Browse the repository at this point in the history
  2. Fix inefficient use of keySet iterator instead of entrySet iterator (a…

    …pache#3508)
    
    Fix inefficient use of keySet iterator instead of entrySet iterator
    Hiroaki Yoshida authored and carryxyh committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    e918fa4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f415fda View commit details
    Browse the repository at this point in the history
  4. Merge pull request apache#3515, add metadataFactory SPI config for al…

    …l-in-one shade jar.
    
    Fixes apache#3514, missing redis metadata SPI extension in dubbo.jar.
    foreveryang321 authored and chickenlj committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    a362986 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    112ad0c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. [Dubbo-3106]Make getRegistered return unmodifiable collection. apache…

    …#3106 (apache#3425)
    
    * make getRegistered return unmodifiable collection. apache#3106
    
    * fix ci failure
    kezhenxu94 authored and CrazyHZM committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    a40c2f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request apache#3527 Bricks-Man/incubator-dubbo, fix accide…

    …ntally check exchanger in setDispatcher
    
    fixes apache#3518
    Bricks-Man authored and chickenlj committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    55285a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd7d3ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44348f4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request apache#3532 from beiwei30:use-concurrent-map, avoi…

    …d using synchronized.
    beiwei30 authored and chickenlj committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    43e92d3 View commit details
    Browse the repository at this point in the history
  6. Fix context filter's bug (apache#3526)

    carryxyh authored and ralf0131 committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    f71a95b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Modify MetadataReportRetry ThreadName (apache#3550)

    * fix: rename the thread name from DubboRegistryFailedRetryTimer to DubboMetadataReportRetryTimer in MetadataReportRetry
    cvictory authored and carryxyh committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    6b589f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. fix issue apache#3533 (apache#3548)

    hekrxe authored and lixiaojiee committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    e89b3f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05a98f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Merge pull request apache#3528, fixes apache#208, setOnreturn does no…

    …t work with generic invocation.
    beiwei30 authored and chickenlj committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    6034ceb View commit details
    Browse the repository at this point in the history
  2. fix issue apache#274: monitor的cluster一定是failsafe的,而且无法修改 (apache#3523)

    * fix issue apache#274: monitor的cluster一定是failsafe的,而且无法修改
    
    * remove unused import
    beiwei30 authored and chickenlj committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    4aaa542 View commit details
    Browse the repository at this point in the history
  3. Merge pull request apache#3520, fix apache#538 polish the process of …

    …deciding the ip to bind.
    beiwei30 authored and chickenlj committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    ade0cd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5434ab7 View commit details
    Browse the repository at this point in the history
  5. a more elegant way (apache#3567)

    CalvinKirs authored and carryxyh committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    b149378 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Configuration menu
    Copy the full SHA
    0355cd3 View commit details
    Browse the repository at this point in the history
  2. Add go implementation link.

    ralf0131 committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    e1cb03b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Configuration menu
    Copy the full SHA
    8c934c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Merge pull request apache#3566, optimize compareTo of Router to guara…

    …ntee consistent behaviour.
    lexburner authored and chickenlj committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    e8d645b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb85d07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f7b0c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. [DUBBO-3476]: NullPointerException happened when using SpringContaine…

    …r.getContext() (apache#3600)
    
    *     apache#3476: NullPointerException happened when using SpringContainer.getContext()
    
    * rollback change for DEFAULT_SPRING_CONFIG
    beiwei30 authored and cvictory committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    25f2d4c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Configuration menu
    Copy the full SHA
    6a70284 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. dubbo-parent是头文件不包含依赖。替换成dubbo, 同时增加zk连接的依赖。因为curator-framework在dubbo…

    …-dependencies当中去除掉了zookeeper的包,所以外部使用的时候需要额外配置. (apache#3516)
    awayings authored and beiwei30 committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    1420698 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af8cbe5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe049b8 View commit details
    Browse the repository at this point in the history
  4. [DUBBO-3494]: Refactor URL to URLBuilder (apache#3500)

    * refactor URL to URLBuilder. apache#3494
    
    * remove unrelated changes
    
    * replace more with URLBuilder
    
    * fix ci failure
    
    * remove unnecessary comment
    kezhenxu94 authored and beiwei30 committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    d414c7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e660df View commit details
    Browse the repository at this point in the history
  6. Dump TagRouterRule (apache#3536)

    Dump TagRouterRule since the TagRouterRule can be changed to `null` by ConfigCenter
    carryxyh authored and kezhenxu94 committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    319a766 View commit details
    Browse the repository at this point in the history
  7. Merge pull request apache#3578, fixes apache#3289, enhance tagRoute: …

    …support ip expression match.
    cvictory authored and chickenlj committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    172d694 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Configuration menu
    Copy the full SHA
    a8b28cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8827f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42646d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. Configuration menu
    Copy the full SHA
    b7ca86b View commit details
    Browse the repository at this point in the history
  2. Update maven central badge.

    ralf0131 committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    10ec77f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Configuration menu
    Copy the full SHA
    096d1da View commit details
    Browse the repository at this point in the history
  2. [Dubbo-808] Support etcd registry (apache#3605)

    * Merge https://github.com/dubbo/dubbo-registry-etcd into incubator-dubbo
    
    * Add UT to ConfigurationUtilsTest
    ralf0131 authored and zonghaishang committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    1ee4d84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c65b589 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f19335 View commit details
    Browse the repository at this point in the history
  5. Fix some etcd3 registry bugs. (apache#3632)

    * fix some bugs.
    * fix typo
    * cancel keep alive if recovery failed.
    * remove duplicate license header.
    zonghaishang authored and ralf0131 committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    fed47bf View commit details
    Browse the repository at this point in the history
  6. [Dubbo-3570] repackage compatible enhancement. (apache#3622)

    * Fixes apache#3570, NoSuchMethodError are thrown when add custorm Filter using dubbo2.6.5 and JDK1.6 and upgrade to dubbo2.7.0
    * Add compatible UT
    * fix UT
    chickenlj authored and ralf0131 committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    1f193b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Replace RpcStatus to count (apache#2984) (apache#3636)

    Daniela Marques de Morais authored and zonghaishang committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    dc04701 View commit details
    Browse the repository at this point in the history
  2. Fix when qos is disable,log will print every time. (apache#3397)

    * fix when qos is disable,log will print every time.
    
    * change qos server boos thread number 1
    LiZhenNet authored and zonghaishang committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    9ee2f23 View commit details
    Browse the repository at this point in the history
  3. add openjdk to travis (apache#3300)

    * add openjdk to travis
    
    * add openjdk to travis
    lovepoem authored and zonghaishang committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    bf3b423 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Configuration menu
    Copy the full SHA
    ea3fbc8 View commit details
    Browse the repository at this point in the history
  2. add metrics integration apache#3598 (apache#3643)

    * add metrics integration
    
    * add license
    nzomkxia authored and beiwei30 committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    e4bfb3d View commit details
    Browse the repository at this point in the history
  3. Merge pull request apache#3639, Add equivalent annotation support for…

    … MethodConfig.
    
    Fixes apache#2045
    cvictory authored and chickenlj committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    08d5f15 View commit details
    Browse the repository at this point in the history
  4. Fixes apache#3478, apache#3477 and apache#3445

    chickenlj authored and cvictory committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    2cfc2b3 View commit details
    Browse the repository at this point in the history
  5. fix heartbeat internal (apache#3579)

    carryxyh authored and beiwei30 committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    0c2232f View commit details
    Browse the repository at this point in the history
  6. Merge pull request apache#3603, configcenter share zookeeper connecti…

    …on with registry.
    
    Fixes apache#3288
    cvictory authored and chickenlj committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    9598cd0 View commit details
    Browse the repository at this point in the history
  7. correct spelling error (apache#3645)

    kexianjun authored and ralf0131 committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    ed5fea6 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Configuration menu
    Copy the full SHA
    70898ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e6cbbe View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. [Dubbo-3653] etcd as config center (apache#3663)

    * Minor refactor, no functinoal change.
    
    * Separate ConnectionStateListener
    
    * Simplify code
    
    * Fix typo
    
    * Support get external config from etcd config center
    
    * Polish diamond operator
    
    * Initial etcd support as config center
    
    * Add a put interface for JEtcdClient
    
    * Enhanced Etcd config center support with the ability to watch and cancel watch
    
    * Polish code
    
    * Distinguish modification event and delete event
    
    * Add etcd registry and configcenter to dubbo-all
    
    * Watch again when connection is re-established
    ralf0131 authored and beiwei30 committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    b2bfbc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Configuration menu
    Copy the full SHA
    79f0b7c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Configuration menu
    Copy the full SHA
    dd5ec5c View commit details
    Browse the repository at this point in the history
  2. Improve the checking of lease id. apache#3684 (apache#3692)

    It looks good.
    ralf0131 authored and zonghaishang committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    32d59f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    660624c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Configuration menu
    Copy the full SHA
    ad5f9f9 View commit details
    Browse the repository at this point in the history
  2. fix-3678 (apache#3681)

    kexianjun authored and lixiaojiee committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    da69a9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e4ff91 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Configuration menu
    Copy the full SHA
    e256320 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Configuration menu
    Copy the full SHA
    e6f473b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. remove useless imports

    chickenlj committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    8ae722b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa45fd3 View commit details
    Browse the repository at this point in the history