Merge branch '7.0.x'

This commit is contained in:
Sam Brannen
2026-03-22 17:33:01 +01:00
@@ -54,6 +54,6 @@ class ConcurrentOperationExecutor : Ordered {
lockFailureException = ex
}
} while (numAttempts <= this.maxRetries)
throw lockFailureException!!
throw lockFailureException
}
} // end::snippet[]