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

Update the latest code #20

Merged
merged 18 commits into from
Dec 18, 2018
Merged

Update the latest code #20

merged 18 commits into from
Dec 18, 2018

Commits on Dec 12, 2018

  1. Configuration menu
    Copy the full SHA
    61eff59 View commit details
    Browse the repository at this point in the history
  2. Modified to lower camel case (#2945)

    CrazyHZM authored and beiwei30 committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    6c9f74c View commit details
    Browse the repository at this point in the history
  3. Improve several map iteration (#2938)

    biyuhao authored and beiwei30 committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    227a169 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Configuration menu
    Copy the full SHA
    b8c3e84 View commit details
    Browse the repository at this point in the history
  2. Limit the times of registry retry. (#2946)

    The default value is 3.
    carryxyh authored and beiwei30 committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    afcb9f2 View commit details
    Browse the repository at this point in the history
  3. fixed involve (#2957)

    fixed a typo
    0xflotus authored and carryxyh committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    1eb3067 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. [Dubbo-2328]Fix the concurrency limit of 'ActiveLimitFilter' to calcu…

    …late atomicity (#2445)
    
    * [Dubbo-2328]Fix the concurrency limit of 'ActiveLimitFilter' to calculate atomicity
    
    * format
    
    * test timeout
    
    * count fix
    
    * format
    wj1369884616 authored and beiwei30 committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    2fad342 View commit details
    Browse the repository at this point in the history
  2. should not skipTests (#2958)

    zhaixiaoxiang authored and beiwei30 committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    f5be817 View commit details
    Browse the repository at this point in the history
  3. RestProtocol will be failed to export. (#2965)

    * [REST] make the model init before export
    
    * add line return to ActiveLimitFilter for checkstyle rule
    Jeff-Lv authored and beiwei30 committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    31de870 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Update CHANGES.md (#2978)

    wuhulala authored and beiwei30 committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    c558459 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5faea2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99632b3 View commit details
    Browse the repository at this point in the history
  4. add the notice of checkstyle (#2983)

    * add the notice of code style
    
    * modify the pic
    
    * del teh faq.md, move to dubbo-website
    lexburner authored and lovepoem committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    0648887 View commit details
    Browse the repository at this point in the history
  5. Documentation/2935#dubbo rpc api (#2967)

    * added dubbo-rpc-api filter documentation for issue no #2935
    
    * wrong @see java.io.File was added, removed this version of checkins
    
    * Close all ports after tests finish (#2906)
    
    * fix testCustomExecutor (#2904)
    
    * Graceful shutdown enhancement in Spring (#2901)
    
    * Simplify the code logic of the method AbstractClusterInvoker#reselect. (#2826)
    
    * Simplify the code logic of the method AbstractClusterInvoker#reselect.
    
    * Minor modification for code style.
    
    * create AbstractRouter (#2909)
    
    * create AbstractRouter
    
    * router default method
    
    * router default method
    
    * router default method
    
    * mockinvoker
    
    * Added javadoc for dubbo-filter module dubbo github issue 2884 (#2921)
    
    * Enhance unit test (#2920)
    
    * Change Readme dubbo-sample hyperlink (#2927)
    
    * Simply TagRouter (#2924)
    
    * make telnet config work again (#2925)
    
    * Remove the log to putRandomPort when one protocol use random port (#2931)
    
    * optimize findConfigedPorts method of ServiceConfig to log only one time when userandom port
    
    * move the log to method putRandomPort
    
    * Fix DubboShutdownHook Memory Leak (#2922)
    
    * Improve UT grammar and remove unnecessary braces. (#2930)
    
    * Improve UT grammer, fix compiler warnings.
    
    * Remove unnecessary braces.
    
    * re-enable testCustomExecutor  (#2917)
    
    * fix testCustomExecutor
    
    * fix ci
    
    * Fixing test-order dependency for FstObjectInputTest (#2815)
    
    * re-enable testCustomExecutor (#2913)
    
    * Resetting ExtensionLoader to remove test order dependencies in StickyTest (#2807)
    
    * optimize the RondRobinLoadBalance and MockClusterInvoker (#2932)
    
    delete unused logic and take the logger out.
    
    * [Dubbo-2864] Fix build failed with -Prelease (#2923)
    
    fixes #2864
    
    * Fix telnet can not find method with enum type (#2803)
    
    * [dubbo-2766] fix the bug of isMatch method of InvokeTelnetHandler (#2787)
    
    * enhance org.apache.dubbo.rpc.protocol.dubbo.telnet.InvokeTelnetHandler#isMatch (#2941)
    
    * enhance isMatch
    
    * remove useless imports
    
    * [Dubbo-2766]Fix 2766 and enhance the invoke command (#2801)
    
    * add getter and setter for ServiceConfig's interfaceName property#2353
    
    * add interfaceName to ignoreAttributeNames and change the unit test
    
    * delete the demo source code and update the unit test
    
    * unchange ServiceConfig
    
    * update unit test
    
    * update unit test
    
    * fix #2798 and enhance invoke command
    
    * Delete useless assignments (#2939)
    
    * Replace anonymous class with method reference (#2929)
    
    * Replace anonymous class with method reference
    
    * Revert changes as per @beiwei30 code review
    
    * Optimize retry for FailbackRegistry. (#2763)
    
    * Abstract retry task
    
    * Task for retry.
    
    * Fix sth.
    
    * Finish Optimize. fix ci failed.
    
    * Optimize retry for FailbackRegistry.
    The retry operation splits into specific operations, such as subscriptions and registrations. This approach allows for very precise retry control.
    
    * Optimize retry for FailbackRegistry.
    The retry operation splits into specific operations, such as subscriptions and registrations. This approach allows for very precise retry control.
    
    * Optimize logger warn's msg.
    
    * Optimize FailedNotifiedTask's run method.
    Optimize addXXXTask, directly return if we already have a retry task.
    
    * Optimize notify logic, just notify when the urls is not empty.
    
    * Optimize notify logic, just notify when the urls is not empty.
    
    * Optimize timer that use daemon thread.
    
    * standardize semantics of all mergers,enhance mergeFactory and testcase (#2936)
    
    * Modified to lower camel case (#2945)
    
    * Improve several map iteration (#2938)
    
    * added dubbo-rpc-api filter documentation for issue no #2935
    
    * wrong @see java.io.File was added, removed this version of checkins
    khanimteyaz authored and beiwei30 committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    b3d44a6 View commit details
    Browse the repository at this point in the history
  6. fix referOrDestroyCallbackService.referOrDestroyCallbackService to Ca…

    …mel-case fix issues #2973 (#2979)
    leihuazhe authored and beiwei30 committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    fa41d6f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2963, fix potential concurrency issue in a simple…

    …r way for ActiveLimitFilter and ExecuteLimitFilter.
    beiwei30 authored and chickenlj committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    e6e7ea8 View commit details
    Browse the repository at this point in the history
  8. enhance ConsistentHashLoadBalance ut (#2947)

    * enhance ConsistentHashLoadBalance ut
    
    * modify the consistent hash loadbalance unit test
    
    * rformate code
    lixiaojiee authored and beiwei30 committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    83a75d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. [Dubbo-619] Fix consumer will generate wrong stackTrace (#2956)

    * [Dubbo-619] Fix consumer will generate wrong stackTrace when provider throws exception with empty stackTrace
    
    * add license
    zhaixiaoxiang authored and beiwei30 committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    e4acdf7 View commit details
    Browse the repository at this point in the history