Support for Spring Boot 3
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.
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
@Polve probably time to just fork this repo, there's no sign the maintainer is gonna listen to issues
I'm running this with boot 3.2.1 perfectly without any issues tho