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

Autoconfiguration migration from spring.factories to imports #27

Merged
merged 1 commit into from
Dec 29, 2022

Conversation

Koallider
Copy link
Contributor

@Koallider Koallider commented Dec 27, 2022

Fixes #26. In Spring-boot 3 support for spring.factories was removed. I moved autoconfiguration to
META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
This change allows spring-boot-starter-telegram to work in projects which are using spring-boot 3

@codecov-commenter
Copy link

Codecov Report

Merging #27 (d59d45d) into master (4eb531b) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master      #27   +/-   ##
=========================================
  Coverage     49.64%   49.64%           
  Complexity      176      176           
=========================================
  Files            31       31           
  Lines           836      836           
  Branches        120      120           
=========================================
  Hits            415      415           
  Misses          403      403           
  Partials         18       18           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Koallider Koallider changed the title Fixes #26. Autoconfiguration migration from spring.factories to imports Dec 27, 2022
@kshashov kshashov merged commit 4e863aa into kshashov:master Dec 29, 2022
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 this pull request may close these issues.

Server doesn't start properly with spring-boot version 3.0.1
3 participants