[
https://issues.apache.org/jira/browse/MSHARED-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17727118#comment-17727118
]
ASF GitHub Bot commented on MSHARED-1251:
-----------------------------------------
khmarbaise commented on code in PR #33:
URL: https://github.com/apache/maven-archiver/pull/33#discussion_r1209374152
##########
src/main/java/org/apache/maven/archiver/MavenArchiveConfiguration.java:
##########
@@ -35,6 +35,10 @@ public class MavenArchiveConfiguration {
private boolean recompressAddedZips = true;
+ /**
+ * @deprecated See <a
href="https://bugs.openjdk.org/browse/JDK-8305597">JDK-8305597</a>
+ */
+ @Deprecated
Review Comment:
The point is that the usage of index.list has been marked deprecated and is
not being used starting with JDK18
https://www.oracle.com/java/technologies/javase/18-relnote-issues.html
Furthermore as already referenced in JDK21 it will be completely being
removed. Also it's good to have a reminder here...
> Deprecate the JAR Index feature (JDK-8302819)
> ---------------------------------------------
>
> Key: MSHARED-1251
> URL: https://issues.apache.org/jira/browse/MSHARED-1251
> Project: Maven Shared Components
> Issue Type: New Feature
> Components: maven-archiver
> Reporter: Slawomir Jaranowski
> Priority: Major
>
> See https://bugs.openjdk.org/browse/JDK-8305597
--
This message was sent by Atlassian Jira
(v8.20.10#820010)