diff --git a/whats-new.adoc b/whats-new.adoc index c8d6fc1ba0..9366349d41 100644 --- a/whats-new.adoc +++ b/whats-new.adoc @@ -38,7 +38,7 @@ VersionInfoProperties versionInfoProperties, SecurityStateBean securityStateBean * The following deprecated `Converters` have been removed from SCDF: `AbstractDateTimeConverter`, `DateToStringConverter`, and `StringToDateConverter`. Use the converters provided by Spring Batch. * `findByTaskNameContainsAndDslTextContains` deprecated method has been removed from `TaskDefinitionRepository`. * `DockerComposeRule.waitingForService(String serviceName, HealthCheck healthCheck)` has been replaced by `DockerComposeRule.waitingForService(String serviceName, HealthCheck healthCheck, ReadableDuration timeout)`. - +* * Removed the `DefaultTaskExecutionInfoService` constructor that does not take the `composedTaskRunnerConfigurationProperties` parameter. Use the constructor that offers the `composedTaskRunnerConfigurationProperties` parameter. === Breaking Changes Announce deprecated changes here