This is an automated email from the ASF dual-hosted git repository.
merlimat pushed a change to branch lightproto-migration-bkproto
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
from c209f2ca86 Migrate BookkeeperProtocol from protobuf-java to LightProto
add 15303d5154 Fix checkstyle: remove redundant same-package imports
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/bookkeeper/proto/AuthHandler.java | 1 -
.../java/org/apache/bookkeeper/proto/BookieProtocol.java | 1 -
.../java/org/apache/bookkeeper/proto/CompletionKey.java | 1 -
.../org/apache/bookkeeper/proto/ForceLedgerProcessorV3.java | 5 -----
.../apache/bookkeeper/proto/GetBookieInfoProcessorV3.java | 5 -----
.../proto/GetListOfEntriesOfLedgerProcessorV3.java | 5 -----
.../bookkeeper/proto/LongPollReadEntryProcessorV3.java | 3 ---
.../org/apache/bookkeeper/proto/PacketProcessorBaseV3.java | 4 ----
.../org/apache/bookkeeper/proto/PerChannelBookieClient.java | 13 -------------
.../org/apache/bookkeeper/proto/ReadEntryProcessorV3.java | 5 -----
.../org/apache/bookkeeper/proto/ReadLacProcessorV3.java | 5 -----
.../org/apache/bookkeeper/proto/WriteEntryProcessorV3.java | 5 -----
.../org/apache/bookkeeper/proto/WriteLacProcessorV3.java | 5 -----
.../apache/bookkeeper/proto/BookieProtoEncodingTest.java | 3 +--
.../apache/bookkeeper/proto/ForceLedgerProcessorV3Test.java | 7 -------
.../bookkeeper/proto/LongPollReadEntryProcessorV3Test.java | 5 -----
.../test/java/org/apache/bookkeeper/proto/MockBookies.java | 1 -
.../apache/bookkeeper/proto/TestBackwardCompatCMS42.java | 1 -
.../apache/bookkeeper/proto/TestBookieRequestProcessor.java | 7 -------
.../apache/bookkeeper/proto/WriteEntryProcessorV3Test.java | 7 -------
20 files changed, 1 insertion(+), 88 deletions(-)