-
Notifications
You must be signed in to change notification settings - Fork 125
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
Support for spring boot 3.2.0 #663
Comments
I am also currently migrating to spring boot 3.2.1 and I have incompaibility issues.
Is there any workaround until then ? |
Is this a duplicate to #651? |
Indeed, thanks for the link |
Hi team, any plans to release spring boot 3.2.x compatible version ? |
I have created a fork that fixes the Spring Boot 3.2 issue and I published a new version to Maven Central. Just replace the starter dependency in your <dependency>
<groupId>com.jardoapps.reactivefeign</groupId>
<artifactId>feign-reactor-spring-cloud-starter</artifactId>
<version>4.1.0</version>
<type>pom</type>
</dependency> If you need any other modules, just replace the groupId with Credit for the fix belongs to @ramzes3333. |
@kptfh are you still supporting this library? |
released version 4.1.0 with support of SB3.2 |
Hi team, when can we expect the support for spring boot 3.2.0. the current release version is only working till spring boot 3.1.6 and not for 3.2.0.
The text was updated successfully, but these errors were encountered: