Andrzej Ryżko

Results 5 comments of Andrzej Ryżko

Following fix should solve the problem: ``` Index: feign-reactor-spring-configuration/src/main/java/reactivefeign/spring/config/ReactiveFeignClientsRegistrar.java IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== diff --git a/feign-reactor-spring-configuration/src/main/java/reactivefeign/spring/config/ReactiveFeignClientsRegistrar.java b/feign-reactor-spring-configuration/src/main/java/reactivefeign/spring/config/ReactiveFeignClientsRegistrar.java --- a/feign-reactor-spring-configuration/src/main/java/reactivefeign/spring/config/ReactiveFeignClientsRegistrar.java (revision 01ff94d5eafceaa49c1ca2aee1928a8808ae56b9) +++ b/feign-reactor-spring-configuration/src/main/java/reactivefeign/spring/config/ReactiveFeignClientsRegistrar.java (date 1702303241012) @@ -178,7...

I think it's best to wait for the authors to release an official package with this fix. For testing purposes, you can clone my fork with this fix, build it,...

> Do you have any estimation when the version with the fix will be released? Thanks, ahead @zzzzizu123 Unfortunately, I do not have the knowledge of when the version with...

> Hi, we also encountered the same issue. This limits us to upgrade spring-boot to 3.1 only. Is there any timeline planned for the fix? I think the project is...

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