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

Documentation: jlink 21 deprecates some --compress values #149

Open
janosvitok opened this issue Jan 25, 2024 · 0 comments
Open

Documentation: jlink 21 deprecates some --compress values #149

janosvitok opened this issue Jan 25, 2024 · 0 comments

Comments

@janosvitok
Copy link

janosvitok commented Jan 25, 2024

      --compress <compress>             Compression to use in compressing resources:
                                        Accepted values are:
                                        zip-[0-9], where zip-0 provides no compression,
                                        and zip-9 provides the best compression.
                                        Default is zip-6.
                                        Deprecated values to be removed in a future release:
                                        0:  No compression. Equivalent to zip-0.
                                        1:  Constant String Sharing
                                        2:  Equivalent to zip-6.

Source: openjdk/jdk@784f7b1

TODO:

Mention in documentation that for JDK 21+ '--compress', 'zip-6' instead of '--compress', '2' must be used.

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