Skip to content

[Issue] SpringStatusChecker execute errors on non-XML Spring configuration  #3615

Closed
@mercyblitz

Description

Environment

  • Dubbo version: ALL
  • Operating System version: ALL
  • Java version: ALL

Error code:

            while (cls != null && method == null) {
                try {
                    method = cls.getDeclaredMethod("getConfigLocations", new Class<?>[0]);
                } catch (NoSuchMethodException t) {
                    cls = cls.getSuperclass();
                }
            }

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions