A void @Async method has nowhere to report failure, so the exception reaches an AsyncUncaughtExceptionHandler you probably have not configured - and the default one only logs. Returning CompletableFuture makes the failure the caller's.
Run this yourself in the Online Java Compiler, spin up a live REST API in the API Sandbox, or practise with Java interview questions.
Published 2026-08-25