Closed
Description
Hi together,
just a short question.
We are using resilience4j, which needs:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
With upgrading spring-cloud-dependencies to the latest version 2023.0.2
, we faced issues that our Retry-mechanism was not working anymore.
Then we analyzed the dependencies and saw that you have removed the aop-dependency from spring-cloud-openfeign-core (6084609).
As a change we just have included aop by ourself, but we just wanted to know what was the intention of removing this.
Thanks in advance! :)