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

Add support for Spring Boot 3+ #1265

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

homich1991
Copy link

In accordance to documentation on migration to SpringBoot 3 autoconfiguration file, from now should be placed slightly different.

Keeping both files (old and new) will keep support for versions older than Spring Boot 3 and will bring support of newer versions.

Also added documentation on @AfterBotRegistration annotation

@Juratbek
Copy link

Juratbek commented Sep 7, 2023

I am also facing trouble while using this library with Spring Boot 3. Please release a new version for support

@equeiroz1
Copy link

There is already a PR fixing this: #1196 . I don't know why it's not merged.

@rubenlagus could you please do it ? Thanks in advance.

@mikhail-sidnev
Copy link

@Juratbek, while auto-config does not work automatically we have a workaround:

@Import(org.telegram.telegrambots.starter.TelegramBotStarterConfiguration.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 this pull request may close these issues.

None yet

4 participants