PlaytikaOSS / feign-reactive

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

Support for spring boot 3.2.0 #663

Closed sahassakhare closed 4 weeks ago

sahassakhare commented 8 months ago

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.

razvdana commented 8 months ago

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 ?

ramzes3333 commented 8 months ago

Is this a duplicate to https://github.com/PlaytikaOSS/feign-reactive/issues/651?

razvdana commented 8 months ago

Is this a duplicate to #651?

Indeed, thanks for the link

sahassakhare commented 7 months ago

Hi team, any plans to release spring boot 3.2.x compatible version ?

Jardo-51 commented 4 months ago

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.

wdallastella commented 3 months ago

@kptfh are you still supporting this library?

kptfh commented 4 weeks ago

released version 4.1.0 with support of SB3.2 fill free to reopen this ticket in case of any issues