Skip to content

Wrong autoconfig dependency in TraceAsyncCustomAutoConfiguration #2230

Closed
@bleipold

Description

There seems to be a misconfiguration of autoconfiguration in the class org.springframework.cloud.sleuth.autoconfig.instrument.async.TraceAsyncCustomAutoConfiguration.

@AutoConfigureAfter( name = {"org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAutoConfiguration"}, value = {BraveAutoConfiguration.class} )

I think it has to be org.springframework.cloud.sleuth.autoconfig.instrument.scheduling.TraceSchedulingAutoConfiguration rather than org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAutoConfiguration.

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions