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
discard 15303d5154 Fix checkstyle: remove redundant same-package imports
discard c209f2ca86 Migrate BookkeeperProtocol from protobuf-java to LightProto
discard d2227704c8 Add SpotBugs excludes for lightproto-generated classes
discard 515b33d1ab Migrate DataFormats and DbLedgerStorageDataFormats from
protobuf-java to LightProto
add 58c8503562 [[BP-62] Expose batchReadUnconfirmedAsync to ReadHandle
(#4739)
add 217e62b2b2 Fix LedgerHandle.batchReadUnconfirmedAsync: use slog log
instead of LOG
add 0c8c09adf8 Migrate DataFormats and DbLedgerStorageDataFormats from
protobuf-java to LightProto
add 19647faf4a Add SpotBugs excludes for lightproto-generated classes
add ff1f5532d3 Fix checkstyle: remove redundant same-package import in
MockBookies
add 85ae81bc0e Migrate BookkeeperProtocol from protobuf-java to LightProto
add 2222dc62de Fix checkstyle: remove redundant same-package imports
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (15303d5154)
\
N -- N -- N refs/heads/lightproto-migration-bkproto (2222dc62de)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../org/apache/bookkeeper/client/LedgerHandle.java | 62 +++++++++
.../apache/bookkeeper/client/api/ReadHandle.java | 16 +++
.../bookkeeper/client/MockBookKeeperTestCase.java | 80 +++++++++++
.../bookkeeper/client/api/BookKeeperApiTest.java | 148 +++++++++++++++++++++
4 files changed, 306 insertions(+)