vaadin / kubernetes-kit

Other
2 stars 2 forks source link

fix: unwrap lambda deserialization cause #136

Closed mcollovati closed 4 months ago

mcollovati commented 4 months ago

Based on the JDK version, SerializedLambda.readResolve may differently wrap the cause of error. This change analyzes the exception to unwrap the root cause of the failure, allowing the debug tool to provide the trace of potential unserializable lambda candidates.

References vaadin/flow-components#6256