micrometer-metrics / micrometer-samples

Sample apps to demo Micrometer features
Apache License 2.0
61 stars 21 forks source link

Add H2 dependency to task subproject #37

Closed izeye closed 1 year ago

izeye commented 1 year ago

This PR adds H2 dependency to the task subproject as Spring Cloud Task depends on Spring Boot JDBC Starter which requires a database since 3.0.3.

The SpringCloudTaskApplicationTests.should_record_metrics() is failing for the reason now.

See https://github.com/spring-cloud/spring-cloud-task/releases/tag/v3.0.3

jonatan-ivanov commented 1 year ago

Thank you very much!