Updated Task to the latests snapshot of Micrometer

Updated to handle the batch changes

Removing aot execution from sample apps

Remove snapshot version and rely on bom

Signed-off-by: Glenn Renfro <grenfro@vmware.com>
This commit is contained in:
Glenn Renfro
2022-10-03 10:55:37 -04:00
parent b7b7de5337
commit 2ef93291fc
22 changed files with 57 additions and 147 deletions

View File

@@ -51,6 +51,9 @@ import static org.springframework.cloud.task.listener.TaskObservations.UNKNOWN;
*/
public class TaskObservationsTests {
/**
* Prefix for the spring cloud task project.
*/
public static final String PREFIX = "spring.cloud.task";
private TaskObservations taskObservations;