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
JAVA-3055: Prevent PreparedStatement cache to be polluted if a request is cancelled.
There was a critical issue when the external code cancels a request, indeed the cached CompletableFuture will then always throw a CancellationException.
This may happens, for example, when used by reactive like Mono.zip or Mono.firstWithValue.
patch by Luc Boutier; reviewed by Alexandre Dutra and Bret McGuire
reference: #1757
0 commit comments