Add deprecation notices for features impacted by SC-Deployer

This commit is contained in:
Glenn Renfro
2025-04-28 17:32:41 -04:00
parent dbec2b04b1
commit 1d4e1593ac
15 changed files with 41 additions and 18 deletions

View File

@@ -22,8 +22,9 @@ package org.springframework.cloud.task.listener;
*
* @author Michael Minella
* @since 1.2
* @deprecated since 3.0 in favor of the default implementations of
*
* {@link TaskExecutionListener}
* @deprecated since 3.0 in favor of the default implementations of
*/
@Deprecated
public class TaskExecutionListenerSupport implements TaskExecutionListener {