Spring Boot 3.1 migration- No qualifying bean of type 'reactor.netty.http.client.HttpClient' available

27 views Asked by At

I'm migrating to Spring Boot 3.1 and getting below error related HttpClient

Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'reactor.netty.http.client.HttpClient' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}

I'm using NettyRoutingFilter for Disabling Host Name Verification.

I tried adding httpClient5 dependency but it didn't work out.

0

There are 0 answers