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

Preserve executability of files for tar archives #71

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

masc3d
Copy link

@masc3d masc3d commented Oct 31, 2018

contributing to #23

@thrau
Copy link
Owner

thrau commented Nov 8, 2018

it seems that this PR only covers one very specific case and introduces quite a lot of changes just to make that one case work. i think it would be more useful to take a more general approach to #23 using the Java 7 features.

@masc3d
Copy link
Author

masc3d commented Nov 10, 2018

@thrau yes, it covers "only" the most common and relevant use case, as preserving executability is a key feature of eg tar archives.

there's not really many changes here, but you probably refer to fixing the inconsistent way factory has been handling CommonsArchiver
This was necessary and should be merged anyhow as it's a potential generic defect.

imho best way forward would be to merge and do minor cleanup if necessary after #23 has been implemented.

@masc3d
Copy link
Author

masc3d commented Nov 10, 2018

everything to make it work is essentially in specialized TarAchiver

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.

2 participants