Deprecate ByteArraySerdes 50/111650/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 7 May 2024 18:46:07 +0000 (20:46 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 7 May 2024 18:46:30 +0000 (20:46 +0200)
This is another serdes, it should be deprecated.

Change-Id: I6eab2a136cb1bc3f1f4629561752d8abcb26db56
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
atomix-storage/src/test/java/io/atomix/storage/journal/ByteArraySerdes.java

index 79ce9097a3af945c424fc435e694473609ce1075..c8789b829fabb69ed6c3c40f1d95f0cc877cc61c 100644 (file)
@@ -20,6 +20,7 @@ import io.atomix.storage.journal.JournalSerdes.EntryOutput;
 import io.atomix.storage.journal.JournalSerdes.EntrySerdes;
 import java.io.IOException;
 
+@Deprecated(forRemoval = true, since="9.0.3")
 final class ByteArraySerdes implements EntrySerdes<byte[]> {
     @Override
     public byte[] read(final EntryInput input) throws IOException {