When running the async sample from spring-native in sb-3.0.x branch in a native image, it fails. There's no exception, but the method annotated with @Async isn't executed on some worker thread but on the calling thread.