Skip to content

Migrate to Spring Boot 3

Tomáš Vazač requested to merge feature/migrate-to-spring-boot-3 into master

In order to use this library in newer project we need to upgrade Spring Boot to version 3.x and Spring Cloud to 2022.x

The only breaking changes where found when extracting a HTTP status from response.

Merge request reports