Skip to content

[Question]: Why was spring-boot-starter-aop removed from dependencies? #1035

Closed
@maxl2287

Description

@maxl2287

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! :)

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions