java icon indicating copy to clipboard operation
java copied to clipboard

plantUml sequence diagrams don't show technology

Open Leooo opened this issue 7 months ago • 1 comments

Description

Pretty similarly to this, the sequence diagram plantUML export of dynamic diagrams doesn't show the technology currently. This hinders understanding when, say, a flow is a Kafka command or event as opposed to an http request.

Many thanks!

Priority

Low (I have no budget and there's no rush, please add this feature for free)

More information

Using https://github.com/structurizr/java/blob/master/structurizr-export/src/main/java/com/structurizr/export/plantuml/StructurizrPlantUMLExporter.java which I think is the only plantUML exported that allows sequence diagrams

Leooo avatar Jun 02 '25 12:06 Leooo

Just an additional note that Mermaid sequence diagrams do show technology, but don't seem to convert colors of lines / text (plantUml shows colors on lines but not text).

Leooo avatar Jun 08 '25 15:06 Leooo

Thanks for the fix @simonbrowndotje !

Leooo avatar Oct 03 '25 15:10 Leooo