Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark the Log4j2PluginsCacheFileTransformer as cacheable. #724

Merged
merged 1 commit into from Jul 20, 2022

Conversation

staktrace
Copy link
Contributor

This transfomer doesn't take any custom inputs; it has
deterministic behaviour based on the files getting shaded.
This means it doesn't pose any additional requirements on the
cacheability of the overall ShadowJar task. Therefore we
should be able to mark it cacheable.

This transfomer doesn't take any custom inputs; it has
deterministic behaviour based on the files getting shaded.
This means it doesn't pose any additional requirements on the
cacheability of the overall ShadowJar task. Therefore we
should be able to mark it cacheable.
@staktrace
Copy link
Contributor Author

staktrace commented Nov 12, 2021

I would also love to see a new release including this change sooner rather than later, as it would provide a rather large speedup for us. Thank you for all your work on this plugin, I really appreciate it!

@johnrengelman johnrengelman added this to the 7.1.3 milestone Jul 20, 2022
@johnrengelman johnrengelman merged commit 3844331 into johnrengelman:master Jul 20, 2022
@johnrengelman johnrengelman modified the milestones: 7.1.3, 8.0 Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants