Merge branch '3.2.x'

This commit is contained in:
Moritz Halbritter
2024-02-12 10:19:46 +01:00
50 changed files with 68 additions and 8 deletions

View File

@@ -110,6 +110,7 @@ public class CachingOperationInvoker implements OperationInvoker {
this.cachedResponses.entrySet().removeIf((entry) -> entry.getValue().isStale(accessTime, this.timeToLive));
}
catch (Exception ex) {
// Ignore
}
}

View File

@@ -79,6 +79,7 @@ class HealthEndpointTests extends
Thread.sleep(100);
}
catch (InterruptedException ex) {
// Ignore
}
return this.up;
};