ThreadPoolTaskExecutor deprecated? #34273
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: invalid
An issue that we don't feel is valid
Hi.
We're updating
Spring Boot
from3.3
to3.4
.I found a deprecation warning that we forgot to handle with the
3.0
upgrade:ListenableFuture
.We are not using this directly, but overriding
ThreadPoolTaskExecutor
'ssubmitListenable
method.I don't see any deprecation warning on the
ThreadPoolTaskExecutor
class, nor it's functions that usesListenableFuture
.It is also implementing
AsyncListenableTaskExecutor
that is also deprecated. From this I guess this class should be also deprecated.My goal is now to replace this
ThreadPoolTaskExecutor
with a close equivalent.Though I didn't found yet what I'm looking for.
The text was updated successfully, but these errors were encountered: