Skip to content

Commit

Permalink
Merge pull request #724 from staktrace/log4jcache
Browse files Browse the repository at this point in the history
Mark the Log4j2PluginsCacheFileTransformer as cacheable.
  • Loading branch information
johnrengelman authored Jul 20, 2022
2 parents 7a90e22 + bfd98ae commit 3844331
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import static org.apache.logging.log4j.core.config.plugins.processor.PluginProce
* @see <a href="https://github.com/edwgiz/maven-shaded-log4j-transformer">edwgiz/maven-shaded-log4j-transformer</a>
* @see <a href="https://github.com/edwgiz/maven-shaded-log4j-transformer/blob/master/src/main/java/com/github/edwgiz/mavenShadePlugin/log4j2CacheTransformer/PluginsCacheFileTransformer.java">PluginsCacheFileTransformer.java</a>
*/
@CacheableTransformer
class Log4j2PluginsCacheFileTransformer implements Transformer {

private final List<File> temporaryFiles
Expand Down

0 comments on commit 3844331

Please sign in to comment.