rubenlagus / TelegramBots

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

Support for Spring Boot 3 #1144

Open recursiveribbons opened 1 year ago

recursiveribbons commented 1 year 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 10 months 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 10 months ago

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

Haarolean commented 8 months ago

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