You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
No, there is no exception in the log. I just hit a breakpoint for IllegalStateException (in AutoConfigurationClass.getAnnotationMetadata line 237) while investigating another issue. So it may affect autoconfiguration sorting.
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 thanorg.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAutoConfiguration
.The text was updated successfully, but these errors were encountered: