Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
clgraf opened this issue May 12, 2023 · 2 comments
Open

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

clgraf opened this issue May 12, 2023 · 2 comments

Comments

@clgraf
Copy link

clgraf commented May 12, 2023

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

@alvonchu
Copy link

alvonchu commented Jun 9, 2023

I would like to know the same

@jaume-pinyol
Copy link

jaume-pinyol commented Jun 12, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants