-
Notifications
You must be signed in to change notification settings - Fork 797
[Question]: Why was spring-boot-starter-aop removed from dependencies? #1035
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Just to confirm that this issue affecting multiple dependent projects. We have added the dependency directly to resolve the issue. It would be good to know why the dependency was removed and why it was there in the first place. Unfortunately, the Resilience4J annotations are just silently ignored without it (unless you have tests verifying their behaviour, which we fortunately had). Thanks 🙂 |
@jjlharrison Exactly we had the same issue. This issue only came up by having verification tests, which did not trigger retries at all after upgrading spring-cloud-dependencies :) |
Hello |
Hi all, we have discover that |
Hello, @OlgaMaciaszek ! |
I agree that it would be preferable, however, we do a major/minor release usually just once a year and given the AOT bug, it would have been problematic to wait that much, so since it was a bugfix, we decided to go ahead with it. We're sorry for any inconvenience this might have caused. |
As other says, this goes for all the starters, that are removed. The documentation should at least be updated, as it is clearly wrong pt. (eg https://spring.io/projects/spring-cloud-sleuth) |
@lazee Spring Cloud Sleuth is a separate project. If you've found any other problem in Spring Cloud OpenFeign docs, please create a separate GH issue and we'll fix it. |
Hi together,
just a short question.
We are using resilience4j, which needs:
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! :)
The text was updated successfully, but these errors were encountered: