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

   ## Summary
   - Add @Builder.Default to initialized fields in @Builder classes (Resources, 
TopicPolicies)
   - Add @EqualsAndHashCode(callSuper=false) to @Data classes extending 
non-Object types
   - Remove redundant @Getter on fields that already have manual getters
   - Remove ineffective @SneakyThrows on delegating constructors 
(ZKMetadataStore)
   - Add explicit casts for non-varargs calls (ReflectionUtils, 
PulsarWebResource)
   - Replace synchronized on value-based Optional with dedicated lock 
(PersistentTopic)
   - Replace deprecated BlockingArrayQueue two-arg constructor 
(WebExecutorThreadPool)
   
   ## 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