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

@DubboReference parameters do not put into methodParameters correctly! #9597

Closed
1 task done
warmonipa opened this issue Jan 20, 2022 · 1 comment
Closed
1 task done
Labels
type/bug Bugs to being fixed
Milestone

Comments

@warmonipa
Copy link

warmonipa commented Jan 20, 2022

  • I have searched the issues of this repository and believe that this is not a duplicate.

Environment

  • Dubbo version: 2.7.15
  • Operating System version: Mac OS
  • Java version: 1.8

Steps to reproduce this issue

  1. Add @DubboReference(parameters = {"xxx.mock", "force:return fake"}
  2. Startup consumer without providers
  3. xxx method's mock do not degrade

Expected Behavior

xxx method's mock can degrade!

Actual Behavior

xxx method's mock do not degrade

@CrazyHZM
Copy link
Member

Fixed in #9599

@CrazyHZM CrazyHZM added this to the 2.7.16 milestone Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Bugs to being fixed
Projects
None yet
Development

No branches or pull requests

2 participants