Skip to content

AopAutoConfiguration ought to be conditional on aspectjweaver #9880

Closed
@dsyer

Description

@dsyer

Most (all) of what happens in AopAutoConfiguration is to @EnableAspectJAutoProxy. Proxies cannot be created unless the aspectjweaver is on the classpath. If the user wants to use AspectJ natively they wouldn't include the weaver, so logically it makes sense to back off if the weaver isn't present.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions