You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.19. Reactive Support
As the OpenFeign project does not currently support reactive clients, such as Spring WebClient, neither does Spring Cloud OpenFeign.We will add support for it here as soon as it becomes available in the core project.
Until that is done, we recommend using feign-reactive for Spring WebClient support.
It was working perfectly until upgrade to spring boot 3.2.x.
After upgrade application doesn't work due to:
java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.propertySourcesPlaceholderConfigurer
...
Caused by: java.lang.IllegalArgumentException: Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
The problem is that the bug ticket was created on 08.12.2023. A fix was proposed several days after the ticket was opened. However, so far, there has been no action taken by the repository owner. Alternative forks and solutions have already emerged, yet feign-reactive from PlaytikaOSS still appears in the Spring documentation as recommended. What should we do in such a situation? I would rather like to use libraries officially recommended by Spring.
The text was updated successfully, but these errors were encountered:
Thanks @tomaszwasik. PlayatikaOSS is an independent org. Spring Cloud OpenFeign is now in maintenance only mode (we're suggesting migrating over to Spring interface clients). I will update the documentation. Closing in favour of #968.
Hello,
based on https://docs.spring.io/spring-cloud-openfeign/docs/current/reference/html/#reactive-support
it is recommended to use feign-reactive in Spring boot WebFlux projects.
It was working perfectly until upgrade to spring boot 3.2.x.
After upgrade application doesn't work due to:
proper bug ticket was raised in feign-client repository: PlaytikaOSS/feign-reactive#651
The problem is that the bug ticket was created on 08.12.2023. A fix was proposed several days after the ticket was opened. However, so far, there has been no action taken by the repository owner. Alternative forks and solutions have already emerged, yet feign-reactive from PlaytikaOSS still appears in the Spring documentation as recommended. What should we do in such a situation? I would rather like to use libraries officially recommended by Spring.
The text was updated successfully, but these errors were encountered: