AspectJ doesn't work when bean is defined as the interface in configuration for a native application #35049
Labels
for: external-project
For an external project and not something we can fix
status: invalid
An issue that we don't feel is valid
When I declared bean as a class in configuration Aspect worked as expected, but when as an interface - application failed.
I prepared a small demo to show the issue: demo_aspect_native.
Steps:
mvn -Pnative native:compile
./target/demo
DefaultHomeService
toHomeService
in bean declaration)mvn -Pnative native:compile
./target/demo
: application doesn't start with error:In my real project (with almost the same configuration) when I declared a bean as an interface application started. but aspect doesn't work.
Thanks!
The text was updated successfully, but these errors were encountered: