PlaytikaOSS / feign-reactive

Reactive Feign client inspired by https://github.com/OpenFeign project
Apache License 2.0
610 stars 125 forks source link

How can I know the compatible version of Spring Boot? #598

Open clgraf opened 1 year ago

clgraf commented 1 year ago

When updating Spring Boot version, where can I find witch version of feign-reactive should I use?

alvonchu commented 1 year ago

I would like to know the same

jaume-pinyol commented 1 year ago

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.