Hi Dennis,
I also have troubles reproducing this compilation failure. However, I've
noticed that
our samples are buildable only under JDK8. This is fixed now and all samples
could be
properly build using JDK8 up to JDK16-ea. May be we should introduce Jenkins
job for
samples? WDYT?
Best Regards,
Andriy Redko
AM> Hi Dennis,
AM> I build the sample localy - no compilation errors; no internal API used [1]
AM> 1.
AM>
https://github.com/apache/cxf/blob/master/distribution/src/main/release/samples/jax_rs/tracing_brave/src/main/java/demo/jaxrs/tracing/server/CatalogTracing.java#L22-L25
AM> On 8/18/20, Dennis Kieselhorst <[email protected]> wrote:
>> Hi Dan,
>> this compilation failure in samples seems to be related to your dependency
>> update?!
>> jax_rs_tracing_brave: Compilation failure
>> [ERROR]
>> cxf/distribution/src/main/release/samples/jax_rs/tracing_brave/src/main/java/demo/jaxrs/tracing/server/CatalogTracing.java:[77,39]
>> cannot access brave.internal.propagation.CorrelationFieldScopeDecorator
>> [ERROR] class file for
>> brave.internal.propagation.CorrelationFieldScopeDecorator not found
>> Best,
>> Dennis