Sjoerd Talsma
Sjoerd Talsma
@bensigelman I agree on all three of your points. re. 1: I cannot create this repo in opentracing-contrib, so it would be great if anyone with the power to do...
[shameless plug]: This idea is exactly the reason I created the _context-propagation_ java library (could be ported to other languages with threadlocal concepts I guess): - https://github.com/talsma-ict/context-propagation
One tip to save you **a lot** of time (which it cost me): If you're thinking of using the nice 'multi-release-jar' feature of Java9 for your doclet: it doesn't work....
What I remember from PlantUML server (long time ago) is that it used the URL to contain an encoded version of the textual plantuml diagram. Due to maximum URL sizes...
It's not so trivial to implement; which context should be propagated in the runnable of `runAfterEither` from two completable futures for example.. I have given it a go though in...
PlantUML `1.2022.7` finally removed all the printStrackTrace usages, replacing it with a custom `Logme` utility class wrapping a `java.util.Logger`. Hopefully the `System.out` and `System.err` usages get removed soon too.
Maybe experiment with e.g. #124 as a proof of concept how to implement this.
@bmarwell Do you know of a way to define a `.puml` diagram with a color definition in such a way that the generated `.svg` image displays correctly in both regular...
> Hi, not really (I have not looked into it yet). But the box inner colour (bg colour) is fixed yellow, so a fixed black font should suffice. That sounds...
@bmarwell, do you think you could test with the [latest snapshot version](https://oss.sonatype.org/content/repositories/snapshots/nl/talsmasoftware/umldoclet/2.0.13-SNAPSHOT/) whether this issue still persists? I upgraded the PlantUML version and if I open the SVG images and...