feign-reactive
feign-reactive copied to clipboard
Support for spring boot 3.2.0
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.
I am also currently migrating to spring boot 3.2.1 and I have incompaibility issues. Application context loading fails on ReactiveFeignClientFactoryBean.
Caused by: java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
Is there any workaround until then ?
Is this a duplicate to https://github.com/PlaytikaOSS/feign-reactive/issues/651?
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 pom.xml
with this, and it should work:
<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 com.jardoapps.reactivefeign
and the version with 4.1.0
.
Credit for the fix belongs to @ramzes3333.
@kptfh are you still supporting this library?
released version 4.1.0 with support of SB3.2 fill free to reopen this ticket in case of any issues