You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This workaround doesn't work with primitive types, causing errors like: java.lang.NullPointerException: Cannot invoke "java.lang.Long.longValue()" because the return value of "co.elastic.clients.util.ApiTypeHelper.requireNonNull(Object, Object, String)" is null.
Primitive types should be set to their default values when the workaround is enabled.
The text was updated successfully, but these errors were encountered:
This workaround doesn't work with primitive types, causing errors like:
java.lang.NullPointerException: Cannot invoke "java.lang.Long.longValue()" because the return value of "co.elastic.clients.util.ApiTypeHelper.requireNonNull(Object, Object, String)" is null
.Primitive types should be set to their default values when the workaround is enabled.
The text was updated successfully, but these errors were encountered: