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

Improve support of spring boot 3.0 (#146) #148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 13, 2023

  1. Improve support of spring boot 3.0 (opentracing-contrib#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.
    
    Closes: opentracing-contrib#146
    
    See also:
    https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migration-Guide#auto-configuration-files
    onyn committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    9ada412 View commit details
    Browse the repository at this point in the history