This is an automated email from the ASF dual-hosted git repository.

maciej pushed a change to branch java-serde
in repository https://gitbox.apache.org/repos/asf/iggy.git


 discard 3f159baa1 Merge branch 'master' into java-serde
 discard 8d7731ff7 Merge branch 'master' into java-serde
 discard 510fa7480 refactor(java): unify deserialization and serialization code 
for tcp clients
     add ccd21a6a7 refactor(java): unify deserialization and serialization code 
for tcp clients

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   (3f159baa1)
            \
             N -- N -- N   refs/heads/java-serde (ccd21a6a7)

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/iggy/serde/BytesDeserializer.java   |  7 +-
 .../apache/iggy/serde/BytesDeserializerTest.java   | 82 ++++++++++++++++++++++
 2 files changed, 86 insertions(+), 3 deletions(-)
 create mode 100644 
foreign/java/java-sdk/src/test/java/org/apache/iggy/serde/BytesDeserializerTest.java

Reply via email to