Spring Boot Cache + Apache ignite + Spring Boot Actuator - Application fail to start when running tests.
I have a project where i use Spring Boot 2.0.0+ , Spring Boot Cache, Apache Ignite, Spring Boot Actuator and TestNG. Since i've upgraded from ignite 2.5 to ignite 2.6+ i've been facing issues while trying to run Application tests, cause everytime the application starts on the test Task, ignite fails to register it's cache metrics on the CacheMetricsRegistrarConfiguration. The application fails with the following exception: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration': Invocation of init method failed; nested exception is java.lang.AssertionError I've create an application that showcases this issue, you can access it through this link: https://github.com/pmrochaubi/apache-ignite-spring-boot-actuator Can someone explain me what's happening and how can i solve this ? Currently i'm stuck on version 2.5... Cheers, -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
