PlaytikaOSS/feign-reactive

Support for spring boot 3.2.0

sahassakhare opened this issue · 7 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.

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 #651?

Is this a duplicate to #651?

Indeed, thanks for the link