michael-o commented on code in PR #1020: URL: https://github.com/apache/maven/pull/1020#discussion_r1121456848
########## maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java: ########## @@ -443,12 +443,20 @@ public interface MavenExecutionRequest { /** * @since 3.1 + * @deprecated Since 3.9 there is no direct Maven2 interop offered at LRM level. See + * <a href="https://maven.apache.org/resolver/configuration.html">Resolver Configuration</a> page option + * {@code aether.artifactResolver.simpleLrmInterop} that provides similar semantics. */ + @Deprecated boolean isUseLegacyLocalRepository(); /** * @since 3.1 + * @deprecated Since 3.9 there is no direct Maven2 interop offered at LRM level. See + * <a href="https://maven.apache.org/resolver/configuration.html">Resolver Configuration</a> page option + * {@code aether.artifactResolver.simpleLrmInterop} that provides similar semantics. */ + @Deprecated MavenExecutionRequest setUseLegacyLocalRepository(boolean useLegacyLocalRepository); Review Comment: Those commens should say that those are noop or *always* `false` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org