Upgraded to Camden SR5
This commit upgrades Spring Cloud Task to Camden SR5 and makes the required changes to do so. Resolves #276
This commit is contained in:
@@ -57,6 +57,12 @@ public class TaskSinkConfiguration {
|
||||
TaskStatus taskStatus = new TaskStatus(taskLaunchId, state, null);
|
||||
return taskStatus;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void cleanup(String id) {}
|
||||
|
||||
@Override
|
||||
public void destroy(String appName) {}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user