mosche commented on code in PR #25534: URL: https://github.com/apache/beam/pull/25534#discussion_r1114292414
########## CHANGES.md: ########## @@ -88,6 +88,7 @@ ## Deprecations * X behavior is deprecated and will be removed in X versions ([#X](https://github.com/apache/beam/issues/X)). +* Avro classes are deprecated to use in module `beam-sdks-java-core` and will be eventually removed ([#24749](https://github.com/apache/beam/issues/24749)). Review Comment: Nitpick... maybe like below? Though not important ```suggestion * @deprecated Avro related classes are deprecated in module <code>beam-sdks-java-core</code> and ``` -- 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]
