java-spring-jaeger
java-spring-jaeger copied to clipboard
Improve support of spring boot 3.0 (#146)
Spring boot 2.7 introduces new way for registering autoconfiguration classes. And then spring.factories file was deprecated. As of boot 3.0 support of spring.factories files was dropped.
See also: https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migration-Guide#auto-configuration-files
This should get merged and released ASAP. A really simple fix for failing to start the Spring Boot app. Thanks @onyn
Hi all, Will this fix be merged eventually? At the moment, we are using a workaround to make the library working with Spring boot 3.
Starting Jan 31, 2022 OpenTracing project was archived by CNCF. Also official OpenTracing website suggests migration to OpenTelemetry. I think OpenTracing project have no future and any development was abandoned in favor of OpenTelemetry.
Moreover, spring promotes its own solution for tracing - Micrometer Tracing, starting from boot 3.0. This is facade over OpenTelementry tracer.
Just forget about OpenTracing and move to Micrometer.
Thanks @onyn, I think you are right... it looks like this project is not supported anymore.