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
The predefined value of MaxRetries ist 0. Groovy interpret this as a
boolean false instead of an integer.
A call with 0 raised the following exception:
Cannot cast object 'false' with class 'java.lang.Boolean' to class
'java.lang.Integer'
The applied fix, catches a possible boolean value and transforms it to
an integer.
0 commit comments