java icon indicating copy to clipboard operation
java copied to clipboard

Structurizr for Java

Results 31 java issues
Sort by recently updated
recently updated
newest added

### Description Hi @simonbrowndotje , Thanks for awesome project. While working on modelling our system we encountered on a situation that our systemContext views that had implied relationships from containers...

bug

### Description Add support to filter on element properties. When described like : service = softwareSystem "Service" { url "https://dev.azure.com/dev/shared/_git/service" description "Provides a Service." properties { owner "Service Team" type...

enhancement

### Expected Context views are created from the groovy inline script, same as when running the exact same code from test. Instead, an illegalargument exception is thrown: `com.structurizr.dsl.StructurizrDslParserException: Error running...

bug

### Description When describing the whole system it is useful to have dedicated documentation for small elements like `container`. However, `!docs` except a folder. So we do have to create...

enhancement

### Description Currently scripts/plugins seem to be applied to the current state and therefore need to be run at appropriate time(s), but it could be valuable to define behaviors that...

enhancement

### Description Add support for providing [`theme`](https://docs.structurizr.com/dsl/language#theme) by a **file**. The [`!include` keyword](https://docs.structurizr.com/dsl/includes) allows for 3 different types of resources : `!include ` While the [`theme` keyword](https://docs.structurizr.com/dsl/language#theme) allows for only...

enhancement

Doesn't really fix a bug (therefore no ticket, the previous code worked correctly as well), just syntactic sugar and slight performance increasements by not synchronizing the whole object, rather use...

### Description The errors produced by structurizr are very opaque. When something fails, it should tell more details. For example: ``` The element "customer" can not be added to this...

enhancement

### Description Currently scripts have no file name in debug info, so when I'm trying to debug them I get no breakpoints and no stepping around. ### Priority I have...

enhancement

- [x] add technology to sequence diagrams when using StructurizrPlantUMLExporter. Resolves https://github.com/structurizr/java/issues/425