KIP-363 Make FunctionConversions deprecated#5562
Conversation
b715601 to
32a5b31
Compare
|
We are waiting for the min of 72h of the KIP vote to finish: Which means we can merge this after 26 Aug 2018 18:24:56 GMT Can we label this Thanks |
|
👍 |
|
@guozhangwang This is all good to merge |
|
@joan38 I just replied to the KIP thread -- also note, that the vote did not pass yet and the KIP is not accepted yet. It's required to have 3 binding votes (so far only Guozhang gave binding +1). Also, can you update this PR accordingly? Thanks a lot. |
221e5ed to
345ae3b
Compare
Do you know what this means? |
|
@joan38 spotbugs was added recently, you can run |
|
Thanks @guozhangwang Is it possible to disable this since it's a copy and past from the other class? |
|
@joan38 . Hmm. I'm not sure why it's running for that one class. Perhaps the other class is already excluded, and this one doesn't match the pattern? The exclusions are here: |
|
@vvcephei you are right, it is excluded. Other than that are we happy with the change? |
|
spotbug still fails in jenkins: |
345ae3b to
d69eadb
Compare
|
It's now ready to merge |
Reviewers: John Roesler <vvcephei@users.noreply.github.com>, Guozhang Wang <wangguoz@gmail.com>

As pointed out in this comment #5539 (comment) the object
FunctionConversionsis only of internal use and therefore should be private to the lib only so that we can do changes without going through KIP like this one.KIP: https://cwiki.apache.org/confluence/display/KAFKA/KIP-363%3A+Make+FunctionConversions+private
@guozhangwang @vvcephei @mjsax @debasishg and whoever wants to join the party 😄