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
Hey @tiru67 , this is a good catch, thanks. The log4j dep is pushed by a transient dep from the shade plugin. I have rolled the plugin forward in #1376; waiting for a review from one of the other maintainers. In the meantime, you should be able to pull from this branch and get started!
The dependency is used during the build phase for shading, and from what I can see shouldn't result in a build of the examples including an impacted version of log4j only.
mvn install fails in environment that block log4j:2.15.0 dependencies from downloading due to security vulnerabilities.
Q: What were you trying to accomplish?
A: I am trying to setup my local environment for contribution.
Expected Behavior
mvn install -DskipTests
should succeedCurrent Behavior
Build Failure
Powertools for AWS Lambda (Java) library Examples - Core FAILURE
Possible Solution
Upgrade
with
in
Steps to Reproduce (for bugs)
maven-shade-plugin.log4j2-cachefile-transformer version 2.15
and its dependenciesEnvironment
The text was updated successfully, but these errors were encountered: