Similarly to https://github.com/spring-projects/spring-boot/pull/35191, this PR adds support for auto-configuring SpanAspect which enables the usage of @NewSpan and @ContinueSpan.
The PR depends on changes only available in the latest snapshot of Micrometer Tracing (also 1.2.0-RC1) so it should be blocked until Boot moves to SNAPSHOT or RC1 (the first commit does the upgrade).
Comment From: mhalbritter
Hey @jonatan-ivanov, Andy updated to Micrometer Tracing 1.2.0-SNAPSHOT in https://github.com/spring-projects/spring-boot/commit/a630baf32abb558f1b4b8e896ab8ea0dbea924b8
If you have the time, could you rebase this PR on top of the lastest main?
Comment From: jonatan-ivanov
@mhalbritter 👍🏼 Done.
Comment From: mhalbritter
Thanks @jonatan-ivanov !