Hello.
Since v.1.1.8, it became impossible to run and start the project using SpringCFTurnstile.
It fails with java.lang.NoClassDefFoundError: io/micrometer/core/instrument/MeterRegistry.
In my case, project does not have Spring Boot Actuator for metrics and so far there are no plans to use it.
Is Actuator mandatory now, or is there a way to disable it? Keeping configuration lines empty in .yml does not seem to be enough.
Thanks.
Hello.
Since v.1.1.8, it became impossible to run and start the project using SpringCFTurnstile.
It fails with
java.lang.NoClassDefFoundError: io/micrometer/core/instrument/MeterRegistry.In my case, project does not have Spring Boot Actuator for metrics and so far there are no plans to use it.
Is Actuator mandatory now, or is there a way to disable it? Keeping configuration lines empty in .yml does not seem to be enough.
Thanks.