Skip to content

Commit

Permalink
Add note to whats-new doc about constructor removal
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Renfro <[email protected]>
  • Loading branch information
cppwfs committed Nov 5, 2024
1 parent e260fca commit 2b753d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whats-new.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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<Container> healthCheck)` has been replaced by `DockerComposeRule.waitingForService(String serviceName, HealthCheck<Container> 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

0 comments on commit 2b753d1

Please sign in to comment.