feign-reactive
feign-reactive copied to clipboard
How can I know the compatible version of Spring Boot?
When updating Spring Boot version, where can I find witch version of feign-reactive should I use?
I would like to know the same
Hi! You can check this file in each release: https://github.com/PlaytikaOSS/feign-reactive/blob/develop/feign-reactor-parent/pom.xml#L22
<spring-cloud-bom.version>2022.0.0</spring-cloud-bom.version>
<spring-boot-dependencies-bom.version>3.0.1</spring-boot-dependencies-bom.version>
You don't get the exact compatibility but you can get an idea.
- Reactive feign 3.3.0 until Spring 2.7.X
- Reactive feign 4.0.0 from Spring 3.x