Skip to content

Commit 8302481

Browse files
Added big info about Sleuth not working with Boot 3; fixes gh-2245
1 parent 5a8a9ff commit 8302481

File tree

5 files changed

+55
-1
lines changed

5 files changed

+55
-1
lines changed

README.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ image::https://badges.gitter.im/spring-cloud/spring-cloud-sleuth.svg[Gitter,link
1212

1313
== Spring Cloud Sleuth
1414

15+
=== !!!! IMPORTANT !!!!
16+
17+
Spring Cloud Sleuth's last minor version is 3.1. You can check the https://github.com/spring-cloud/spring-cloud-sleuth/tree/3.1.x[3.1.x] branch for the latest commits.
18+
19+
WARNING: Spring Cloud Sleuth will not work with Spring Boot 3.x onward. The last major version of Spring Boot that Sleuth will support is 2.x.
20+
21+
The core of this project got moved to https://micrometer.io/docs/tracing[Micrometer Tracing] project and the instrumentations will be moved to https://micrometer.io/[Micrometer] and all respective projects (no longer all instrumentations will be done in a single repository.
22+
23+
You can check the https://github.com/micrometer-metrics/tracing/wiki/Spring-Cloud-Sleuth-3.1-Migration-Guide[Micrometer Tracing migration guide] to learn how to migrate from Spring Cloud Sleuth to Micrometer Tracing.
24+
25+
=== Introduction
26+
1527
Spring Cloud Sleuth provides Spring Boot auto-configuration for distributed tracing.
1628

1729
Sleuth configures everything you need to get started.

docs/src/main/asciidoc/README.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ image::https://badges.gitter.im/spring-cloud/spring-cloud-sleuth.svg[Gitter,link
55

66
== Spring Cloud Sleuth
77

8+
=== !!!! IMPORTANT !!!!
9+
10+
Spring Cloud Sleuth's last minor version is 3.1. You can check the https://github.com/spring-cloud/spring-cloud-sleuth/tree/3.1.x[3.1.x] branch for the latest commits.
11+
12+
WARNING: Spring Cloud Sleuth will not work with Spring Boot 3.x onward. The last major version of Spring Boot that Sleuth will support is 2.x.
13+
14+
The core of this project got moved to https://micrometer.io/docs/tracing[Micrometer Tracing] project and the instrumentations will be moved to https://micrometer.io/[Micrometer] and all respective projects (no longer all instrumentations will be done in a single repository.
15+
16+
You can check the https://github.com/micrometer-metrics/tracing/wiki/Spring-Cloud-Sleuth-3.1-Migration-Guide[Micrometer Tracing migration guide] to learn how to migrate from Spring Cloud Sleuth to Micrometer Tracing.
17+
18+
=== Introduction
19+
820
Spring Cloud Sleuth provides Spring Boot auto-configuration for distributed tracing.
921

1022
Sleuth configures everything you need to get started.

docs/src/main/asciidoc/spring-cloud-sleuth.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
= Spring Cloud Sleuth Reference Documentation
33
Adrian Cole, Spencer Gibb, Marcin Grzejszczak, Dave Syer, Jay Bryant
44

5+
== !!!! IMPORTANT !!!!
6+
7+
Spring Cloud Sleuth's last minor version is 3.1. You can check the https://github.com/spring-cloud/spring-cloud-sleuth/tree/3.1.x[3.1.x] branch for the latest commits.
8+
9+
WARNING: Spring Cloud Sleuth will not work with Spring Boot 3.x onward. The last major version of Spring Boot that Sleuth will support is 2.x.
10+
11+
The core of this project got moved to https://micrometer.io/docs/tracing[Micrometer Tracing] project and the instrumentations will be moved to https://micrometer.io/[Micrometer] and all respective projects (no longer all instrumentations will be done in a single repository.
12+
13+
You can check the https://github.com/micrometer-metrics/tracing/wiki/Spring-Cloud-Sleuth-3.1-Migration-Guide[Micrometer Tracing migration guide] to learn how to migrate from Spring Cloud Sleuth to Micrometer Tracing.
14+
515
:docinfo: shared
616
include::_attributes.adoc[]
717

docs/src/main/asciidoc/spring-cloud-sleuth.htmlsingleadoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
= Spring Cloud Sleuth Reference Documentation
33
Adrian Cole, Spencer Gibb, Marcin Grzejszczak, Dave Syer, Jay Bryant
44

5+
== !!!! IMPORTANT !!!!
6+
7+
Spring Cloud Sleuth's last minor version is 3.1. You can check the https://github.com/spring-cloud/spring-cloud-sleuth/tree/3.1.x[3.1.x] branch for the latest commits.
8+
9+
WARNING: Spring Cloud Sleuth will not work with Spring Boot 3.x onward. The last major version of Spring Boot that Sleuth will support is 2.x.
10+
11+
The core of this project got moved to https://micrometer.io/docs/tracing[Micrometer Tracing] project and the instrumentations will be moved to https://micrometer.io/[Micrometer] and all respective projects (no longer all instrumentations will be done in a single repository.
12+
13+
You can check the https://github.com/micrometer-metrics/tracing/wiki/Spring-Cloud-Sleuth-3.1-Migration-Guide[Micrometer Tracing migration guide] to learn how to migrate from Spring Cloud Sleuth to Micrometer Tracing.
14+
515
:docinfo: shared
616
include::_attributes.adoc[]
717

@@ -11,4 +21,4 @@ include::using.adoc[leveloffset=+1]
1121
include::project-features.adoc[leveloffset=+1]
1222
include::howto.adoc[leveloffset=+1]
1323
include::integrations.adoc[leveloffset=+1]
14-
include::appendix.adoc[leveloffset=+1]
24+
include::appendix.adoc[leveloffset=+1]

docs/src/main/asciidoc/spring-cloud-sleuth.pdfadoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
= Spring Cloud Sleuth Reference Documentation
33
Adrian Cole, Spencer Gibb, Marcin Grzejszczak, Dave Syer, Jay Bryant
44

5+
== !!!! IMPORTANT !!!!
6+
7+
Spring Cloud Sleuth's last minor version is 3.1. You can check the https://github.com/spring-cloud/spring-cloud-sleuth/tree/3.1.x[3.1.x] branch for the latest commits.
8+
9+
WARNING: Spring Cloud Sleuth will not work with Spring Boot 3.x onward. The last major version of Spring Boot that Sleuth will support is 2.x.
10+
11+
The core of this project got moved to https://micrometer.io/docs/tracing[Micrometer Tracing] project and the instrumentations will be moved to https://micrometer.io/[Micrometer] and all respective projects (no longer all instrumentations will be done in a single repository.
12+
13+
You can check the https://github.com/micrometer-metrics/tracing/wiki/Spring-Cloud-Sleuth-3.1-Migration-Guide[Micrometer Tracing migration guide] to learn how to migrate from Spring Cloud Sleuth to Micrometer Tracing.
14+
515
include::_attributes.adoc[]
616

717
include::legal.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)