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
It might be useful to determine the number of tries depending on some Spring property.
Similar to @EnabledIf(expression = "...") there could be something like @Tries(expression = "...", loadContext = true).
The text was updated successfully, but these errors were encountered:
It might be useful to determine the number of tries depending on some Spring property.
Similar to
@EnabledIf(expression = "...")
there could be something like@Tries(expression = "...", loadContext = true)
.The text was updated successfully, but these errors were encountered: