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

Support for spring boot 3.2.0

Open sahassakhare opened this issue 1 year ago • 6 comments

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.

sahassakhare avatar Jan 08 '24 11:01 sahassakhare

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 ?

razvdana avatar Jan 12 '24 10:01 razvdana

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

ramzes3333 avatar Jan 17 '24 12:01 ramzes3333

Is this a duplicate to #651?

Indeed, thanks for the link

razvdana avatar Jan 17 '24 12:01 razvdana

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

sahassakhare avatar Feb 27 '24 12:02 sahassakhare

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.

Jardo-51 avatar May 08 '24 19:05 Jardo-51

@kptfh are you still supporting this library?

wdallastella avatar Jun 26 '24 14:06 wdallastella

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

kptfh avatar Sep 04 '24 07:09 kptfh