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 the signature error when using reflection to access the org.springframework.core.annotation.AnnotatedElementUtils#getMergedAnnotation method #14156

Merged

Commits on May 6, 2024

  1. fix: fix the signature error when using reflection to access the org.…

    …springframework.core.annotation.AnnotatedElementUtils#getMergedAnnotation method
    
    Fix the problem,the method
    org.apache.dubbo.config.spring.util.AnnotationUtils#tryGetMergedAnnotation
    utilizes reflection to access
    org.springframework.core.annotation.AnnotatedElementUtils#getMergedAnnotation.
    However, there is a signature mismatch in the method's input parameters,
    which leads to an inability to retrieve the correct method.
    Consequently, this results in the failure to obtain the
    mergedAnnotation.
    jkoChen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e492779 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

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