Attempting to use the latest version fails in a freshly generated maven project.
$ mvn clean verifyTests will run and succeed
DemoTest will fail with
[ERROR] com.example.DemoTest Time elapsed: 0.581 s <<< ERROR!
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [brave.propagation.CurrentTraceContext] could not be loaded: Error instantiating bean of type [brave.propagation.CurrentTraceContext]: 'brave.propagation.CurrentTraceContext$Builder brave.propagation.ThreadLocalCurrentTraceContext.newBuilder()'
Caused by: io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [brave.propagation.CurrentTraceContext]: 'brave.propagation.CurrentTraceContext$Builder brave.propagation.ThreadLocalCurrentTraceContext.newBuilder()'
Caused by: java.lang.NoSuchMethodError: 'brave.propagation.CurrentTraceContext$Builder brave.propagation.ThreadLocalCurrentTraceContext.newBuilder()'
@graemerocher this is blocking us from using 2.0.0, do you anticipate that dependency bump you did in grpc will resolve? Something we can help get into 2.0.1 quickly?
Will have a look on Monday
Most helpful comment
Will have a look on Monday