petrov-mg commented on code in PR #13425:
URL: https://github.com/apache/ignite/pull/13425#discussion_r3706904825
##########
modules/json/src/main/java/org/apache/ignite/internal/jackson/IgniteObjectMapper.java:
##########
@@ -96,7 +97,7 @@ public IgniteObjectMapper(GridKernalContext ctx) {
if (ctx != null) {
module.addDeserializer(BinaryObject.class, new
IgniteBinaryObjectJsonDeserializer(ctx));
- IgnitePredicate<String> clsFilter =
ctx.marshallerContext().classNameFilter();
+ IgnitePredicate<String> clsFilter =
MarshallerUtils.classNameFilter();
Review Comment:
It seems that the following null check is no longer required.
--
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]