Previously if a user was using the Parallelization trait, the only way they had to get rid of the deprecation notices triggered was to override getParallelExecutableFactory(). This is not ideal as we recommend to override configureParallelExecutableFactory() instead.
This PR moves the deprecations to ::configureParallelExecutableFactory().
Previously if a user was using the
Parallelization
trait, the only way they had to get rid of the deprecation notices triggered was to overridegetParallelExecutableFactory()
. This is not ideal as we recommend to overrideconfigureParallelExecutableFactory()
instead.This PR moves the deprecations to
::configureParallelExecutableFactory()
.