java
java copied to clipboard
Structurizr for Java
### Description Pretty similarly to [this](https://github.com/structurizr/dotnet/pull/44/files), 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...
### Description Add deployment view support for filtered views. Great for architecture migration. ### Priority Low (I have no budget and there's no rush, please add this feature for free)...
### Description In my case, I often must add deploymentGroup to all elements on a deploymentNode. Adding deploymentGroup attribute to a deploymentNode would make things much simpler. ### Priority Low...
### Description Mermaid and PlantUML support grouping participants in boxes, which could help sequence diagrams exported from Structurizr act more like its collaboration diagrams (i.e. show software system and group...
### Description Hi there To add context to dynamic views which are expressed as sequence diagrams it would be extremely helpful to be able to include notes in the sequence....
### Description The latest version of PlantUML 1.2025.0 is more restrictive regarding remote image URLs: https://github.com/plantuml/plantuml/discussions/2083#discussioncomment-12267296 For instance, with the AWS theme, the PlantUML exporter will generate: ``` rectangle "Amazon...
Hello, This is my first contribution to Structurizr, and I’d like to take a moment to thank you for building this project. We use it extensively for representing our architecture,...
### Description Theme is close to issue https://github.com/structurizr/java/issues/162 Can we add explicit tagging to dynamic relation description? ### Priority I have no budget and there's no rush, please add this...
### Description I have to admit, this is somehow the same issue as previously raised in https://github.com/structurizr/export/issues/57 When having multiple groups with the same name, they are not rendered correctly...
It is quite hard currently to understand large sequence diagrams created using Structurizr, as the participants are not grouped by parent. This PR is starting to resolve this. It may...