[
https://issues.apache.org/jira/browse/MSHARED-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17727104#comment-17727104
]
ASF GitHub Bot commented on MSHARED-1251:
-----------------------------------------
jorsol commented on code in PR #33:
URL: https://github.com/apache/maven-archiver/pull/33#discussion_r1209280099
##########
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:
It's an internal mark that the field should no longer be used, it helps to
detect the places where it's used and is a reminder that in the future it could
be removed.
> 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)