jmfayard
06/05/2019, 8:56 AMif (object == null) for java classes like org.springframework.data.mongodb.core.query.Criteria
who redefine public boolean equals(Object obj): Boolean and forgot the @Nullable annotation, while the package is marked at @NonNullApi.
Work around: if (object === null) is workingkrotki
06/05/2019, 2:50 PM=== ?jmfayard
06/05/2019, 2:59 PM