Support for spring boot 3.2.0
sahassakhare opened this issue · 7 comments
sahassakhare commented
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
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
Is this a duplicate to #651?