desruisseaux commented on code in PR #11599:
URL: https://github.com/apache/maven/pull/11599#discussion_r2649093876
##########
impl/maven-core/src/main/java/org/apache/maven/DefaultMaven.java:
##########
@@ -402,9 +402,16 @@ private void persistResumptionData(MavenExecutionResult
result, MavenSession ses
}
/**
- * Nobody should ever use this method.
- *
- * @deprecated If you use this method and your code is not in Maven Core,
stop doing this.
+ * @deprecated since 3.x
Review Comment:
Since Maven 4 requires Java 17, the "since 3.x" in Javadoc should be
replaced by `@Deprecated(since = "3.x")` in main code, ideally with "3.x"
replaced by the real version when this method was first deprecated. Then, the
`<p>` can be removed at least for the first paragraph.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]