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

spetz pushed a change to branch banner
in repository https://gitbox.apache.org/repos/asf/iggy.git


    omit 4d3354f19 Merge branch 'master' into banner
    omit b87b6a6f7 fix(java): size wire strings by UTF-8 byte length, not char 
count (#4068)
    omit 32317c6e9 chore: add Iggy banner to server startup
     add 97fe18755 chore: add Iggy banner to server startup

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   (4d3354f19)
            \
             N -- N -- N   refs/heads/banner (97fe18755)

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:
 core/server/src/banner.rs                          |  50 ++++---
 .../apache/iggy/examples/async/AsyncConsumer.java  |   3 +-
 .../apache/iggy/client/async/MessagesClient.java   |   2 +-
 .../client/async/tcp/ConsumerGroupsTcpClient.java  |  10 +-
 .../async/tcp/PersonalAccessTokensTcpClient.java   |  14 +-
 .../iggy/client/async/tcp/StreamsTcpClient.java    |  22 ++-
 .../iggy/client/async/tcp/TopicsTcpClient.java     |   4 +-
 .../iggy/client/async/tcp/UsersTcpClient.java      |  46 +++---
 .../iggy/client/async/tcp/vsr/VsrLoginCodec.java   |  58 ++------
 .../org/apache/iggy/identifier/Identifier.java     |  32 +----
 .../main/java/org/apache/iggy/message/Message.java |   3 +-
 .../java/org/apache/iggy/message/Partitioning.java |  42 +-----
 .../org/apache/iggy/serde/BytesSerializer.java     |  37 +++--
 .../client/async/tcp/vsr/VsrLoginCodecTest.java    | 159 ---------------------
 .../client/blocking/tcp/BytesSerializerTest.java   | 109 ++------------
 .../client/blocking/tcp/MessagesTcpClientTest.java |  35 -----
 .../client/blocking/tcp/StreamTcpClientTest.java   |  24 ----
 .../org/apache/iggy/identifier/IdentifierTest.java |  49 -------
 .../java/org/apache/iggy/message/MessageTest.java  |   9 --
 .../org/apache/iggy/message/PartitioningTest.java  |  60 --------
 20 files changed, 130 insertions(+), 638 deletions(-)
 delete mode 100644 
foreign/java/java-sdk/src/test/java/org/apache/iggy/client/async/tcp/vsr/VsrLoginCodecTest.java

Reply via email to