Skip to content

Commit

Permalink
Improve support of spring boot 3.0 (opentracing-contrib#146)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
onyn committed Jan 13, 2023
1 parent f0a5191 commit 1e7c4d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
io.opentracing.contrib.java.spring.jaeger.starter.JaegerAutoConfiguration

0 comments on commit 1e7c4d8

Please sign in to comment.