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

Deprecate the JAR Index feature (JDK-8302819) #268

Merged
merged 1 commit into from
May 1, 2023

Conversation

jorsol
Copy link
Contributor

@jorsol jorsol commented Apr 28, 2023

The JAR Index mechanism is a legacy optimization from early JDK releases to allow downloading of JAR files to be postponed when loading applets or other classes over the network. The feature has been disabled by default since Java 18. Time has come to remove the feature from the Java runtime and also to add a warning to the jar tool when the -i/--generate-index option is used.

See: https://bugs.openjdk.org/browse/JDK-8305597

Signed-off-by: Jorge Solórzano <jorsol@gmail.com>
@slawekjaranowski slawekjaranowski merged commit c84755c into codehaus-plexus:master May 1, 2023
@slawekjaranowski
Copy link
Member

@jorsol thanks
For reference: https://issues.apache.org/jira/browse/MSHARED-1251

@jorsol jorsol deleted the deprecate-jarindex branch May 5, 2023 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants