You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added the powertools-logging dependency on our project.
And I build our project, and success. but I got the warning message as follow.
[INFO] --- aspectj:1.13.1:compile (default) @ our_project_name ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[WARNING] advice defined in software.amazon.lambda.powertools.logging.internal.LambdaLoggingAspect has not been applied [Xlint:adviceDidNotMatch]
/my_home_directory/.m2/repository/software/amazon/lambda/powertools-logging/1.18.0/powertools-logging-1.18.0.jar!software/amazon/lambda/powertools/logging/internal/LambdaLoggingAspect.class:0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I added the powertools-logging dependency on our project.
And I build our project, and success. but I got the warning message as follow.
I add the dependency in the pom.xml as follow.
I build by jdk 11.
Why is this happen?
If you have any idea, let me know how to fix it.
Or if I can ignore it, let me know too.
Beta Was this translation helpful? Give feedback.
All reactions