anukalp2804 opened a new issue, #1344: URL: https://github.com/apache/maven-scm/issues/1344
### New feature, improvement proposal Summary: The method executeChangeLogCommand in AbstractChangeLogCommand is marked as deprecated but lacks Javadoc explaining why it is deprecated or how implementations should migrate. Current behavior: The method is annotated with @Deprecated but does not document the deprecation rationale or any recommended alternative. Expected behavior: Deprecated APIs should document the reason for deprecation and indicate whether a replacement exists or if the method is kept for backward compatibility. Scope: Documentation-only changes in maven-scm-api/src/main/java/org/apache/maven/scm/command/changelog/AbstractChangeLogCommand.java Notes: No functional behavior changes are expected. I can work on this if it sounds reasonable. -- 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]
