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

Fix bugs and improve default fallback logic of Apache Dubbo adapter #1680

Merged
merged 2 commits into from
Aug 20, 2020

Commits on Aug 19, 2020

  1. Add RuntimeException converting method in BlockException and polish l…

    …ogic for validation
    
    Signed-off-by: Eric Zhao <sczyh16@gmail.com>
    sczyh30 committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    b2dd10f View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Fix NPE bug and improve default fallback in Dubbo 2.7.x adapter

    - Fix NPE bug in consumer filter (when non-biz error occurred)
    - Improve default fallback in Dubbo 2.7.x adapter: convert the BlockException to a simple RuntimeException (with necessary message)
    - Polish code and comments
    
    Signed-off-by: Eric Zhao <sczyh16@gmail.com>
    sczyh30 committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    02e23d1 View commit details
    Browse the repository at this point in the history