Skip to content

Commit

Permalink
Update Task Thin Executions list function for parity with 2.11.x
Browse files Browse the repository at this point in the history
Updated task thin executions link handing and added extra test for parity with 2.11.x.
Update minimum supported version of client.

See spring-cloud#6062
  • Loading branch information
corneil committed Nov 12, 2024
1 parent 2e8f708 commit d0a457e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class TaskTemplate implements TaskOperations {

private static final String DEFINITION_RELATION = "tasks/definitions/definition";

private static final String VALIDATION_MIN_VERSION = "3.0.0";
private static final String VALIDATION_MIN_VERSION = "3.0.0-SNAPSHOT";

private static final String EXECUTIONS_RELATION = "tasks/executions";

Expand Down

0 comments on commit d0a457e

Please sign in to comment.