He-Pin opened a new pull request, #2810: URL: https://github.com/apache/pekko/pull/2810
## Motivation New `fromTry` and `fromTryKeepException` factory methods (added in #2796) lack `@since` annotations, which are standard in Pekko for API stability tracking. ## Modification Added `@since 2.0.0` Scaladoc tags to both methods. ## Result Consistent API documentation with version tracking for all public methods. ## References - Follow-up to #2796 (StatusReply.fromTry factories). - Follows existing convention (e.g., `Behaviors.scala @since 1.1.0`, `Source.scala @since 1.2.0`). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
