adispennette

Results 4 issues of adispennette

I have a multi module project using gradle kotlin DSL and I have configured the integration test set: ``` testSets { create("testIntegration") { dirName = "test-integration" } } ``` I...

I am using logback 1.1.2 libraries and the latest (0.6) logback-audit and I am getting the following error. java.lang.NoClassDefFoundError: ch/qos/logback/core/joran/spi/Pattern at ch.qos.logback.audit.client.joran.JoranConfigurator.addInstanceRules(JoranConfigurator.java:38) at ch.qos.logback.core.joran.GenericConfigurator.buildInterpreter(GenericConfigurator.java:116) at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:146) at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:135) at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:99)...

is there any documentation on what the various metric published by micrometer mean? I am making a lot of guesses but don't actually know for sure what they are relaying.

help wanted

I am seeing the below error when trying to build using the gradle plugin. Is there a way to update the versions of the transitive dependencies? ``` ~/Library/Caches/node-gyp/13.2.0/include/node/v8.h:3550:37: note: candidate...