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
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.
Originally posted by @yuuresuzuki in #1745
The text was updated successfully, but these errors were encountered: