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
As Simple Java Mail was stuck in Java 7 for a long time, it had to support a homebrew version of CompletableFuture that allowed handlers for success and exceptions. Now that we've finally moved on to Java 8, we can replace everything with CompletableFuture.
The text was updated successfully, but these errors were encountered:
bbottema
changed the title
Replace homebrew asyn result handling (AsyncResponse) with CompletableFuture proper
Replace homebrew async result handling (AsyncResponse) with CompletableFuture proper
Jan 2, 2022
As Simple Java Mail was stuck in Java 7 for a long time, it had to support a homebrew version of CompletableFuture that allowed handlers for success and exceptions. Now that we've finally moved on to Java 8, we can replace everything with CompletableFuture.
The text was updated successfully, but these errors were encountered: