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

Support for spring boot 3.2.0 #663

Open
sahassakhare opened this issue Jan 8, 2024 · 5 comments
Open

Support for spring boot 3.2.0 #663

sahassakhare opened this issue Jan 8, 2024 · 5 comments

Comments

@sahassakhare
Copy link

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
Copy link

razvdana commented Jan 12, 2024

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
Copy link

Is this a duplicate to #651?

@razvdana
Copy link

Is this a duplicate to #651?

Indeed, thanks for the link

@sahassakhare
Copy link
Author

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

@Jardo-51
Copy link

Jardo-51 commented May 8, 2024

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.

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

4 participants