anukalp2804 commented on code in PR #1350:
URL: https://github.com/apache/maven-scm/pull/1350#discussion_r2649107026


##########
maven-scm-api/src/main/java/org/apache/maven/scm/command/changelog/AbstractChangeLogCommand.java:
##########
@@ -45,6 +52,12 @@ protected abstract ChangeLogScmResult 
executeChangeLogCommand(
             String datePattern)
             throws ScmException;
 
+    /**
+     * @deprecated This legacy overload is kept for backward compatibility.
+     * It may not be supported by all SCM providers and in many cases
+     * results in an {@link ScmException}. Providers that still rely on it
+     * should consider migrating to the newer changelog execution APIs.
+     */

Review Comment:
   Thanks for the suggestion. Before updating, I want to confirm the correct
   replacement API reference with maintainers to ensure accuracy.



-- 
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]

Reply via email to