TelegramBots
TelegramBots copied to clipboard
Spring configuration
Adding new spring boot config while keeping the old spring.factories. This should provide basic support for both Spring Boot 2 and 3. May still break if you use the wrong Jakarta versions.
I still would suggest having
[META-INF/spring.factories]
for the mean time with a [META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports] side by side. This should already do the job to support both, Spring Boot 2 & 3 at the same time.Originally posted by @patbaumgartner in https://github.com/rubenlagus/TelegramBots/issues/1155#issuecomment-1445306344
@rubenlagus could you please merge it? It supports Spring Boot 2 & 3. Thank you!
@rubenlagus Is there a way to help you with making your starter ready for Spring Boot 3.1? I would be happy to support you with the work.
This should be completed now