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

Output File Stability #1

Open
LexManos opened this issue Jun 16, 2021 · 2 comments
Open

Output File Stability #1

LexManos opened this issue Jun 16, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@LexManos
Copy link
Contributor

The class files order in the output jar is determined by threads racing/first come.
It would be nice to have a command line argument that sorted the resulting classes before writing them to the FS.
This way we don't have to sacrifice the speed by using --thread 1 but still maintain the stability of the output file.
We already have timestamps set to 0, so it's just the order of entries in the jar.

@jamierocks jamierocks added the enhancement New feature or request label Jun 16, 2021
@jamierocks
Copy link
Member

This is probably something we could add to the exisring jar repacker in Atlas... hmm

@LexManos
Copy link
Contributor Author

Been a month, checking in on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants