John Watson
John Watson
For Java, we get automatic Javadoc publishing via javadoc.io. https://www.javadoc.io/doc/io.opentelemetry I'm not sure if the docs-deployment was another thing, though.
This new module ends up being 100% internal classes, correct? Can we maybe merge it into the dependent jars at build time so we don't have to publish it?
> > Can we maybe merge it into the dependent jars at build time so we don't have to publish it? > > Merging would probably make sense if there...
I can't tell on github, but does this end up with overlapping package names with the module you moved stuff from? We need to make sure they both export the...
> > I can't tell on github, but does this end up with overlapping package names with the module you moved stuff from? We need to make sure they both...
Looks like this needs some conflicts resolved, @jack-berg
@mateuszrzeszutek are you able to provide a PR to address this?
@nevenamanova are you able to provide a PR with the fix for this?
Since we are on the verge of deprecating/removing this exporter, due to Jaeger no longer supporting the underlying technology, I think it's unlikely that we'll patch this.
@willarmiros Can you review this?