You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/02/17 08:35:09 UTC

[GitHub] [kafka] chia7712 opened a new pull request #10140: MINOR: remove unused helper methods from utils classes

chia7712 opened a new pull request #10140:
URL: https://github.com/apache/kafka/pull/10140


   ### removed methods
   
   1. `CollectionUtils#subtractMap`
   1. `CollectionUtils#groupPartitionDataByTopic`
   1. `Utils#mkObjectProperties`
   1. `Utils#safe`
   1. `Utils#concatListsUnmodifiable`
   1. `Utils#transformMap`
   1. `Utils#UncheckedCloseable`
   1. `OAuthBearerExtensionsValidatorCallback#ignoredExtensions` (this method is used by testing only and it can be replaced by other method. `CollectionUtils#subtractMap` is used by only this method)
   
   ### removed classes
   1. `CollectionUtilsTest`
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org