vaadin / kubernetes-kit

Other
2 stars 2 forks source link

fix: dont attempt pessimistic on NotSerializableException #50

Closed mcollovati closed 1 year ago

mcollovati commented 1 year ago

Description

When optimistic serialization fails with NotSerializableException it does not make sense to attemp pessimistic approach, since it will fail with the same error.

Fixes #49

Type of change

Checklist

Additional for Feature type of change