merlimat opened a new pull request, #25421:
URL: https://github.com/apache/pulsar/pull/25421

   ## Summary
   - Add @SuppressWarnings("deprecation") for intentional usage of deprecated 
APIs across all modules:
     - ProducerStats/ConsumerStats deprecated interface implementations
     - Swagger @Api(description=...) deprecated annotation attribute
     - Deprecated autoAck, enableTls, and other backward-compat config methods
     - Deprecated auth provider interface methods
     - Deprecated WordUtils, RandomStringUtils, Topics, and Namespaces methods
   - Replace deprecated RandomStringUtils.randomAlphanumeric() with new API
   - Replace deprecated StringUtils.equals() with Objects.equals()
   
   ## Documentation
   - [ ] `doc-required`
   - [x] `doc-not-needed`
   - [ ] `doc`
   - [ ] `doc-complete`
   
   ## Matching PR in forked repositories
   - [ ] Matching PR in forked repository
   
   _This PR is part of a series to fix all compile warnings in production code._


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