|
|
|
@ -28,9 +28,9 @@ class SleuthPresentVerifier implements CompatibilityVerifier {
@@ -28,9 +28,9 @@ class SleuthPresentVerifier implements CompatibilityVerifier {
|
|
|
|
|
private static final String ERROR_DESCRIPTION = "Spring Cloud Sleuth is not compatible with this Spring Cloud release train"; |
|
|
|
|
|
|
|
|
|
private static final String ACTION = """ |
|
|
|
|
Migrate from Spring Cloud Sleuth to Micrometer Tracing . |
|
|
|
|
You can check the Sleuth 3.1 Migration Guide over here [https://github.com/micrometer-metrics/tracing/wiki/Spring-Cloud-Sleuth-3.1-Migration-Guide].\s
|
|
|
|
|
If you want to disable this check, just set the property [spring.cloud.compatibility-verifier.enabled=false]"""; |
|
|
|
|
Migrate from Spring Cloud Sleuth to Micrometer Tracing . |
|
|
|
|
You can check the Sleuth 3.1 Migration Guide over here [https://github.com/micrometer-metrics/tracing/wiki/Spring-Cloud-Sleuth-3.1-Migration-Guide].\s
|
|
|
|
|
If you want to disable this check, just set the property [spring.cloud.compatibility-verifier.enabled=false]"""; |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public VerificationResult verify() { |
|
|
|
|