mmodzelewski commented on code in PR #2637:
URL: https://github.com/apache/iggy/pull/2637#discussion_r2745359486
##########
foreign/java/java-sdk/src/test/java/org/apache/iggy/serde/BytesDeserializerTest.java:
##########
@@ -749,4 +752,83 @@ void
shouldDeserializePersonalAccessTokenInfoWithoutExpiry() {
assertThat(tokenInfo.expiryAt()).isEmpty();
}
}
+
+ @Nested
+ class JsonDeserialization {
+
+ private static final tools.jackson.databind.ObjectMapper MAPPER =
Review Comment:
please use `ObjectMapperFactory.getInsance()` instead, otherwise we're not
testing against the sdk setup
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]