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
The same is true for other pages, like for logging, tracing and metrics
Unfortunately it misses dependency to aspectjtools (without it, it doesn't work), see the official page. Also please update source, target and compliance level to use Java 21 by default.
Is this related to an existing documentation section?
Hey @Vadym79, thanks for opening this issue and the other ones.
I tested this today and came to the same conclusion that aspectjtools is missing.
I think it is also a good idea to default documentation examples to Java 21 to steer users towards using new Java versions. Although we should still make clear what the minimum supported version is.
Currently, it is planned to keep Java11 as the minimum supported version in Powertools which was decided here: #1523 (comment).
What were you searching in the docs?
In the documentation page for v2 aspectj-maven-plugin is currently defined like this
The same is true for other pages, like for logging, tracing and metrics
Unfortunately it misses dependency to aspectjtools (without it, it doesn't work), see the official page. Also please update source, target and compliance level to use Java 21 by default.
Is this related to an existing documentation section?
https://docs.powertools.aws.dev/lambda/java/preview/
How can we improve?
Got a suggestion in mind?
add dependency to aspectjtools
and set source, target and compliance level to 21 in the configuration section of the aspectj-maven-plugin like in my working example
Acknowledgment
The text was updated successfully, but these errors were encountered: