mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 20:49:34 +00:00
OTel has deprecated their semconv module and introduced a new module with different Maven coordinates. micrometer-metrics/tracing#343 will move Micrometer Tracing to the new module. Until then, we need to suppress the deprecation warnings that result from using the old one. Closes gh-37347