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

integration transport module with spring-mvc #1957

Merged
merged 20 commits into from Feb 23, 2021

Commits on Jan 8, 2021

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

Commits on Jan 20, 2021

  1. fix review for alibaba#1957

    shenbaoyong committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    c5160e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

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

Commits on Jan 30, 2021

  1. fix pr1957 review problem

    shenbaoyong committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    24e89cf View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. dashboard: Fix issue of memory leak in real-time monitoring page (ali…

    …baba#1905)
    
    * Fix issue of memory leak in metric.js
    zhangkai253 authored and shenbaoyong committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    3469fd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7f3682 View commit details
    Browse the repository at this point in the history
  3. Refactor SpiLoader and enhance SPI mechanism (alibaba#1383)

    * Add `@Spi` annotation as the general annotation for SPI definition.
    * Add isDefault in @SPI, add loadDefaultInstance and improve loadFirstInstanceOrDefault method, improve test cases
    * Add SpiLoaderException class for thrown when something goes wrong while loading Provider
    * Rearrange packages of base SPI mechanism
    
    NOTE: this PR contains breaking changes regarding API.
    cdfive authored and shenbaoyong committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    7fe09ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1540d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf4f364 View commit details
    Browse the repository at this point in the history
  6. dependency: Upgrade fastjson to 1.2.75 (alibaba#2006)

    Signed-off-by: LIU Ming <hit_oak_tree@126.com>
    liuming-dev authored and shenbaoyong committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    ebedd6d View commit details
    Browse the repository at this point in the history
  7. dependency: Upgrade snakeyaml to 1.26 in sentinel-cluster-server-envo…

    …y-rls module (alibaba#2003)
    
    Signed-off-by: LIU Ming <hit_oak_tree@126.com>
    liuming-dev authored and shenbaoyong committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    82d2818 View commit details
    Browse the repository at this point in the history
  8. Improve RocketMQ integration example (alibaba#1757)

    - The demo was unable to run and stop because of missing namesrv configuration, and now fixed.
    PeineLiang authored and shenbaoyong committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    643850d View commit details
    Browse the repository at this point in the history
  9. Remove unused code (alibaba#1991)

    Remove unused code in DefaultBlockExceptionHandler#handle
    zhouyongshen authored and shenbaoyong committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    d372ff9 View commit details
    Browse the repository at this point in the history
  10. Update source/target JDK version to 1.8 and update documents

    Signed-off-by: Eric Zhao <sczyh16@gmail.com>
    sczyh30 authored and shenbaoyong committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    a66bc2b View commit details
    Browse the repository at this point in the history
  11. Use JDK 1.8 native LongAdder instead and remove legacy LongAdder

    Signed-off-by: Eric Zhao <sczyh16@gmail.com>
    sczyh30 authored and shenbaoyong committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    149cf88 View commit details
    Browse the repository at this point in the history
  12. Polish SpiLoader and SentinelConfig

    Signed-off-by: Eric Zhao <sczyh16@gmail.com>
    sczyh30 authored and shenbaoyong committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    c291c33 View commit details
    Browse the repository at this point in the history
  13. Bump version to 1.8.1

    Signed-off-by: Eric Zhao <sczyh16@gmail.com>
    sczyh30 authored and shenbaoyong committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    5d63417 View commit details
    Browse the repository at this point in the history
  14. Bump version to 1.8.2-SNAPSHOT

    Signed-off-by: Eric Zhao <sczyh16@gmail.com>
    sczyh30 authored and shenbaoyong committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    efcda7e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6cc8684 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4ab9f41 View commit details
    Browse the repository at this point in the history