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

   ## Summary
   - Add proper generic type parameters to raw types (Class<?>, Map<K,V>, 
List<?>, CompletableFuture<?>, Schema<?>, etc.) across all modules
   - Add @SuppressWarnings("unchecked") for unavoidable casts (type erasure, 
reflective operations, generic array creation, external API constraints)
   - Add @SuppressWarnings("rawtypes") where raw types are required by external 
APIs (BookKeeper AbstractConfiguration, TestNG interfaces, 
AtomicReferenceFieldUpdater)
   - Parameterize ProducerInterceptor/ProducerInterceptorWrapper generics
   - Fix MetadataStore/MetadataCacheConfig generic signatures consistently
   
   ## 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