adoroszlai opened a new pull request, #6378:
URL: https://github.com/apache/ozone/pull/6378

   ## What changes were proposed in this pull request?
   
   Builders in subclasses of `WithMetadata` and `WithObjectID` all have their 
own code for setting the properties from the base classes.  The goal of this 
task is to reduce code duplication by creating builders in the base classes and 
using them in the subclasses.
   
   Existing subclass builder methods are kept for covariant return to be able 
to keep existing chained method calls (e.g. return `OmBucketInfo` instead of 
`WithMetadata`).
   
   https://issues.apache.org/jira/browse/HDDS-10518
   
   ## How was this patch tested?
   
   CI:
   https://github.com/adoroszlai/ozone/actions/runs/8277449313


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

Reply via email to