java-spring-jaeger icon indicating copy to clipboard operation
java-spring-jaeger copied to clipboard

Improve support of spring boot 3.0 (#146)

Open onyn opened this issue 2 years ago • 4 comments

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

onyn avatar Jan 13 '23 10:01 onyn

This should get merged and released ASAP. A really simple fix for failing to start the Spring Boot app. Thanks @onyn

dhladik avatar Jan 20 '23 08:01 dhladik

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.

gdisanto avatar May 15 '23 08:05 gdisanto

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.

onyn avatar May 15 '23 20:05 onyn

Thanks @onyn, I think you are right... it looks like this project is not supported anymore.

gdisanto avatar Jun 01 '23 07:06 gdisanto