You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
Back port of Task Thin Execution List and List By Name
Updates api docs for tasks/thinexecutions/name and all HATEOAS links. Updates related tests for links.
Update find by name to return 404 when task definition doesn't exist.
Update version checking in TaskTemplate.
Fixes#5995
Copy file name to clipboardExpand all lines: spring-cloud-dataflow-rest-client/src/main/java/org/springframework/cloud/dataflow/rest/client/TaskTemplate.java
+36-6Lines changed: 36 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ public class TaskTemplate implements TaskOperations {
Copy file name to clipboardExpand all lines: spring-cloud-dataflow-rest-client/src/test/java/org/springframework/cloud/dataflow/rest/client/TaskTemplateTests.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -54,14 +54,12 @@ public void testOldDataFlow() {
0 commit comments