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

IRepository.PROP_COMPRESSED is confusing #539

Open
tivervac opened this issue Aug 20, 2024 · 0 comments
Open

IRepository.PROP_COMPRESSED is confusing #539

tivervac opened this issue Aug 20, 2024 · 0 comments

Comments

@tivervac
Copy link
Contributor

SimpleArtifactRepository.getActualLocation with the compress flag set to true will only look for a .jar file.

For example, this is used here with the value of the IRepository.PROP_COMPRESSED property.

This property's documentation only mentioned that the repository metadata is compressed, not how it is (jar vs xz) compressed.

I would expect either the documentation to mention that compression can be achieved through .jar and .xz, or only one of them. Usages such as SimpleArtifactRepository.getActualLocation should then adhere to this definition

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

No branches or pull requests

1 participant