rubenlagus / TelegramBots

Java library to create bots using Telegram Bots API
https://telegram.me/JavaBotsApi
MIT License
4.79k stars 1.23k forks source link

Support for Spring Boot 3 #1144

Open recursiveribbons opened 2 years ago

recursiveribbons commented 2 years ago

Spring Boot 3 will release in November 2022. It has multiple breaking changes including a Java 17 and Jakarta EE 9 requirement. I have been experimenting with this over on a fork, with moving everything to Java 11 and the Spring Boot Starter to Java 17, and Jakarta EE 9.

Polve commented 1 year ago

With spering boot 3.2 (just released) there is another problem: the wrong jackson library gets pulled in: jackson-module-jaxb-annotations in place of jackson-module-jakarta-xmlbind-annotations

recursiveribbons commented 12 months ago

@Polve probably time to just fork this repo, there's no sign the maintainer is gonna listen to issues

Haarolean commented 10 months ago

I'm running this with boot 3.2.1 perfectly without any issues tho