previously there was this kind of error stacktrace:
Caused by: java.lang.IllegalArgumentException: false
at org.apache.fury.util.Preconditions.checkArgument(Preconditions.java:52)
at org.apache.fury.Fury.deserialize(Fury.java:765)
at org.apache.fury.Fury.deserialize(Fury.java:815)
at org.apache.fury.Fury.deserialize(Fury.java:808)
at org.apache.camel.component.fury.FuryDataFormat.unmarshal(FuryDataFormat.java:79)
Related issues
Does this PR introduce any user-facing change?
[ ] Does this PR introduce any public API change?
[ ] Does this PR introduce any binary protocol compatibility change?
What does this PR do?
previously there was this kind of error stacktrace:
Related issues
Does this PR introduce any user-facing change?
Benchmark