Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spring boot 3 auto conf support #13

Open
ahmedhus opened this issue Oct 25, 2023 · 0 comments · May be fixed by #14
Open

Spring boot 3 auto conf support #13

ahmedhus opened this issue Oct 25, 2023 · 0 comments · May be fixed by #14

Comments

@ahmedhus
Copy link

ahmedhus commented Oct 25, 2023

Auto-configuration not working when using spring boot 3 or above as the usage of spring.factories has been dropped in favor of org.springframework.boot.autoconfigure.AutoConfiguration.imports file. More details here.

As a workaround, auto-configurations can be be manually imported manually using @ImportAutoConfiguration({TracerAutoConfiguration.class, TracerRegisterAutoConfiguration.class})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant