feign-reactive icon indicating copy to clipboard operation
feign-reactive copied to clipboard

How can I know the compatible version of Spring Boot?

Open clgraf opened this issue 1 year ago • 2 comments

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

clgraf avatar May 12 '23 14:05 clgraf

I would like to know the same

alvonchu avatar Jun 09 '23 04:06 alvonchu

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

jaume-pinyol avatar Jun 12 '23 11:06 jaume-pinyol