extenda / structurizr-to-png

Create PNGs from Structurizr DSL
MIT License
21 stars 7 forks source link

feat!: Remove support for external location with new Structurizr version #89

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the maven group with 13 updates in the / directory:

Package From To
io.vertx:vertx-stack-depchain 4.4.4 4.5.9
com.structurizr:structurizr-client 1.24.1 2.2.0
com.structurizr:structurizr-core 1.24.1 2.2.0
com.structurizr:structurizr-dsl 1.30.2 2.2.0
com.structurizr:structurizr-export 1.15.0 2.2.0
commons-cli:commons-cli 1.5.0 1.8.0
net.sourceforge.plantuml:plantuml 1.2023.10 1.2024.6
org.fusesource.jansi:jansi 2.4.0 2.4.1
org.apache.maven.plugins:maven-compiler-plugin 3.11.0 3.13.0
org.apache.maven.plugins:maven-surefire-plugin 3.1.2 3.3.1
org.jacoco:jacoco-maven-plugin 0.8.10 0.8.12
org.apache.maven.plugins:maven-dependency-plugin 3.6.0 3.7.1
org.apache.maven.plugins:maven-jar-plugin 3.3.0 3.4.2

Updates io.vertx:vertx-stack-depchain from 4.4.4 to 4.5.9

Updates com.structurizr:structurizr-client from 1.24.1 to 2.2.0

Release notes

Sourced from com.structurizr:structurizr-client's releases.

v2.2.0

  • structurizr-dsl: Adds support for element/relationship property expressions (structurizr/java#297).
  • structurizr-dsl: Adds a way to specify the implied relationships strategy via a fully qualified class name when using !impliedRelationships.
  • structurizr-dsl: Adds the ability to include single files as documentation (structurizr/java#303).

v2.1.4

  • structurizr-core: Fixes structurizr/java#306 (Workspace.trim() is not correctly removing relationships when the destination of a relationship is removed from the workspace).

v2.1.3

v2.1.2

  • structurizr-core: Adds better backwards compatibility to deal with old workspaces and those created by third party tooling that are missing view order property on views.
  • structurizr-export: Fixes structurizr/java#263 (C4PlantUMLExporter not following C4-PlantUML best practices with c4plantuml.tags true).

v2.1.1

  • structurizr-core: Fixes problem with ordering of relationship view vertices.

v2.1.0

  • structurizr-core: ViewSet.isEmpty() was missing a check for image views.
  • structurizr-core: Promotes ModelView.copyLayoutInformationFrom() to be public, to allow individual view layout information to be merged.
  • structurizr-client: Fixes structurizr/java#257 (Serialization to JSON is not deterministic).
  • structurizr-dsl: Fixes structurizr/java#252 (DSL parser does not seem to handle curly brackets balance).
  • structurizr-dsl: Deprecates !constant, adds !const and !var (see structurizr/java#253).
  • structurizr-export: Fixes structurizr/java#258 (Plantuml renderer: Group and system of same name yields puml code resulting in error).

v2.0.0

  • structurizr-core: Removes deprecated concepts - enterprise and software system/person location.
  • structurizr-core: Adds Workspace.trim() to trim a workspace of unused elements (i.e. those not associated with any views).
  • structurizr-core: Adds support for SVG image views (structurizr/java#249).
  • structurizr-core: View keys will be automatically generated if not specified.
  • structurizr-client: Removes StructurizrClient (use WorkspaceApiClient instead).
  • structurizr-client: Merges structurizr/java#238 (fix: re-enable system properties for theme http client).
  • structurizr-dsl: Removes enterprise keyword.
  • structurizr-dsl: Adds !decisions as a synonym for !adrs.
  • structurizr-dsl: Allows !identifiers to be used inside model.
  • structurizr-dsl: Fixes structurizr/java#233 (Implied relationships not configured correctly when DSL workspace extends a JSON workspace).
  • structurizr-import: Adds support for importing decisions managed by Log4brains.
  • structurizr-import: Adds support for importing decisions in MADR format.
  • structurizr-import: Fixes structurizr/java#251 (Importing docs fails on files without extension).
  • structurizr-inspection: Initial version.

v1.29.0

  • Adds com.structurizr.api.AdminApiClient as a client for the cloud service/on-premises admin APIs.
  • Adds support for inter-workspace URLs of the form {workspace:123456}/diagrams.
  • Deprecates StructurizrClient in favour of WorkspaceApiClient.

v1.28.1

  • AbstractWorkspace.clearConfiguration() creates a new instance rather than nulling it.

... (truncated)

Changelog

Sourced from com.structurizr:structurizr-client's changelog.

2.2.0 (2nd July 2024)

  • structurizr-dsl: Adds support for element/relationship property expressions (structurizr/java#297).
  • structurizr-dsl: Adds a way to specify the implied relationships strategy via a fully qualified class name when using !impliedRelationships.
  • structurizr-dsl: Adds the ability to include single files as documentation (structurizr/java#303).

2.1.4 (18th June 2024)

  • structurizr-core: Fixes structurizr/java#306 (Workspace.trim() is not correctly removing relationships when the destination of a relationship is removed from the workspace).

2.1.3 (16th June 2024)

2.1.2 (30th April 2024)

  • structurizr-core: Adds better backwards compatibility to deal with old workspaces and those created by third party tooling that are missing view order property on views.
  • structurizr-export: Fixes structurizr/java#263 (C4PlantUMLExporter not following C4-PlantUML best practices with c4plantuml.tags true).

2.1.1 (3rd March 2024)

  • structurizr-core: Fixes problem with ordering of relationship view vertices.

2.1.0 (2nd March 2024)

  • structurizr-core: ViewSet.isEmpty() was missing a check for image views.
  • structurizr-core: Promotes ModelView.copyLayoutInformationFrom() to be public, to allow individual view layout information to be merged.
  • structurizr-client: Fixes structurizr/java#257 (Serialization to JSON is not deterministic).
  • structurizr-dsl: Fixes structurizr/java#252 (DSL parser does not seem to handle curly brackets balance).
  • structurizr-dsl: Deprecates !constant, adds !const and !var (see structurizr/java#253).
  • structurizr-export: Fixes structurizr/java#258 (Plantuml renderer: Group and system of same name yields puml code resulting in error).

2.0.0 (22nd February 2024)

  • structurizr-core: Removes deprecated concepts - enterprise and software system/person location.
  • structurizr-core: Adds Workspace.trim() to trim a workspace of unused elements (i.e. those not associated with any views).
  • structurizr-core: Adds support for SVG image views (structurizr/java#249).
  • structurizr-core: View keys will be automatically generated if not specified.
  • structurizr-client: Removes StructurizrClient (use WorkspaceApiClient instead).
  • structurizr-client: Merges structurizr/java#238 (fix: re-enable system properties for theme http client).
  • structurizr-dsl: Removes enterprise keyword.
  • structurizr-dsl: Adds !decisions as a synonym for !adrs.
  • structurizr-dsl: Allows !identifiers to be used inside model.
  • structurizr-dsl: Fixes structurizr/java#233 (Implied relationships not configured correctly when DSL workspace extends a JSON workspace).
  • structurizr-import: Adds support for importing decisions managed by Log4brains.
  • structurizr-import: Adds support for importing decisions in MADR format.
  • structurizr-import: Fixes structurizr/java#251 (Importing docs fails on files without extension).
  • structurizr-inspection: Initial version.
Commits


Updates com.structurizr:structurizr-core from 1.24.1 to 2.2.0

Release notes

Sourced from com.structurizr:structurizr-core's releases.

v2.2.0

  • structurizr-dsl: Adds support for element/relationship property expressions (structurizr/java#297).
  • structurizr-dsl: Adds a way to specify the implied relationships strategy via a fully qualified class name when using !impliedRelationships.
  • structurizr-dsl: Adds the ability to include single files as documentation (structurizr/java#303).

v2.1.4

  • structurizr-core: Fixes structurizr/java#306 (Workspace.trim() is not correctly removing relationships when the destination of a relationship is removed from the workspace).

v2.1.3

v2.1.2

  • structurizr-core: Adds better backwards compatibility to deal with old workspaces and those created by third party tooling that are missing view order property on views.
  • structurizr-export: Fixes structurizr/java#263 (C4PlantUMLExporter not following C4-PlantUML best practices with c4plantuml.tags true).

v2.1.1

  • structurizr-core: Fixes problem with ordering of relationship view vertices.

v2.1.0

  • structurizr-core: ViewSet.isEmpty() was missing a check for image views.
  • structurizr-core: Promotes ModelView.copyLayoutInformationFrom() to be public, to allow individual view layout information to be merged.
  • structurizr-client: Fixes structurizr/java#257 (Serialization to JSON is not deterministic).
  • structurizr-dsl: Fixes structurizr/java#252 (DSL parser does not seem to handle curly brackets balance).
  • structurizr-dsl: Deprecates !constant, adds !const and !var (see structurizr/java#253).
  • structurizr-export: Fixes structurizr/java#258 (Plantuml renderer: Group and system of same name yields puml code resulting in error).

v2.0.0

  • structurizr-core: Removes deprecated concepts - enterprise and software system/person location.
  • structurizr-core: Adds Workspace.trim() to trim a workspace of unused elements (i.e. those not associated with any views).
  • structurizr-core: Adds support for SVG image views (structurizr/java#249).
  • structurizr-core: View keys will be automatically generated if not specified.
  • structurizr-client: Removes StructurizrClient (use WorkspaceApiClient instead).
  • structurizr-client: Merges structurizr/java#238 (fix: re-enable system properties for theme http client).
  • structurizr-dsl: Removes enterprise keyword.
  • structurizr-dsl: Adds !decisions as a synonym for !adrs.
  • structurizr-dsl: Allows !identifiers to be used inside model.
  • structurizr-dsl: Fixes structurizr/java#233 (Implied relationships not configured correctly when DSL workspace extends a JSON workspace).
  • structurizr-import: Adds support for importing decisions managed by Log4brains.
  • structurizr-import: Adds support for importing decisions in MADR format.
  • structurizr-import: Fixes structurizr/java#251 (Importing docs fails on files without extension).
  • structurizr-inspection: Initial version.

v1.29.0

  • Adds com.structurizr.api.AdminApiClient as a client for the cloud service/on-premises admin APIs.
  • Adds support for inter-workspace URLs of the form {workspace:123456}/diagrams.
  • Deprecates StructurizrClient in favour of WorkspaceApiClient.

v1.28.1

  • AbstractWorkspace.clearConfiguration() creates a new instance rather than nulling it.

... (truncated)

Changelog

Sourced from com.structurizr:structurizr-core's changelog.

2.2.0 (2nd July 2024)

  • structurizr-dsl: Adds support for element/relationship property expressions (structurizr/java#297).
  • structurizr-dsl: Adds a way to specify the implied relationships strategy via a fully qualified class name when using !impliedRelationships.
  • structurizr-dsl: Adds the ability to include single files as documentation (structurizr/java#303).

2.1.4 (18th June 2024)

  • structurizr-core: Fixes structurizr/java#306 (Workspace.trim() is not correctly removing relationships when the destination of a relationship is removed from the workspace).

2.1.3 (16th June 2024)

2.1.2 (30th April 2024)

  • structurizr-core: Adds better backwards compatibility to deal with old workspaces and those created by third party tooling that are missing view order property on views.
  • structurizr-export: Fixes structurizr/java#263 (C4PlantUMLExporter not following C4-PlantUML best practices with c4plantuml.tags true).

2.1.1 (3rd March 2024)

  • structurizr-core: Fixes problem with ordering of relationship view vertices.

2.1.0 (2nd March 2024)

  • structurizr-core: ViewSet.isEmpty() was missing a check for image views.
  • structurizr-core: Promotes ModelView.copyLayoutInformationFrom() to be public, to allow individual view layout information to be merged.
  • structurizr-client: Fixes structurizr/java#257 (Serialization to JSON is not deterministic).
  • structurizr-dsl: Fixes structurizr/java#252 (DSL parser does not seem to handle curly brackets balance).
  • structurizr-dsl: Deprecates !constant, adds !const and !var (see structurizr/java#253).
  • structurizr-export: Fixes structurizr/java#258 (Plantuml renderer: Group and system of same name yields puml code resulting in error).

2.0.0 (22nd February 2024)

  • structurizr-core: Removes deprecated concepts - enterprise and software system/person location.
  • structurizr-core: Adds Workspace.trim() to trim a workspace of unused elements (i.e. those not associated with any views).
  • structurizr-core: Adds support for SVG image views (structurizr/java#249).
  • structurizr-core: View keys will be automatically generated if not specified.
  • structurizr-client: Removes StructurizrClient (use WorkspaceApiClient instead).
  • structurizr-client: Merges structurizr/java#238 (fix: re-enable system properties for theme http client).
  • structurizr-dsl: Removes enterprise keyword.
  • structurizr-dsl: Adds !decisions as a synonym for !adrs.
  • structurizr-dsl: Allows !identifiers to be used inside model.
  • structurizr-dsl: Fixes structurizr/java#233 (Implied relationships not configured correctly when DSL workspace extends a JSON workspace).
  • structurizr-import: Adds support for importing decisions managed by Log4brains.
  • structurizr-import: Adds support for importing decisions in MADR format.
  • structurizr-import: Fixes structurizr/java#251 (Importing docs fails on files without extension).
  • structurizr-inspection: Initial version.
Commits


Updates com.structurizr:structurizr-dsl from 1.30.2 to 2.2.0

Release notes

Sourced from com.structurizr:structurizr-dsl's releases.

v2.2.0

  • structurizr-dsl: Adds support for element/relationship property expressions (structurizr/java#297).
  • structurizr-dsl: Adds a way to specify the implied relationships strategy via a fully qualified class name when using !impliedRelationships.
  • structurizr-dsl: Adds the ability to include single files as documentation (structurizr/java#303).

v2.1.4

  • structurizr-core: Fixes structurizr/java#306 (Workspace.trim() is not correctly removing relationships when the destination of a relationship is removed from the workspace).

v2.1.3

v2.1.2

  • structurizr-core: Adds better backwards compatibility to deal with old workspaces and those created by third party tooling that are missing view order property on views.
  • structurizr-export: Fixes structurizr/java#263 (C4PlantUMLExporter not following C4-PlantUML best practices with c4plantuml.tags true).

v2.1.1

  • structurizr-core: Fixes problem with ordering of relationship view vertices.

v2.1.0

  • structurizr-core: ViewSet.isEmpty() was missing a check for image views.
  • structurizr-core: Promotes ModelView.copyLayoutInformationFrom() to be public, to allow individual view layout information to be merged.
  • structurizr-client: Fixes structurizr/java#257 (Serialization to JSON is not deterministic).
  • structurizr-dsl: Fixes structurizr/java#252 (DSL parser does not seem to handle curly brackets balance).
  • structurizr-dsl: Deprecates !constant, adds !const and !var (see structurizr/java#253).
  • structurizr-export: Fixes structurizr/java#258 (Plantuml renderer: Group and system of same name yields puml code resulting in error).

v2.0.0

  • structurizr-core: Removes deprecated concepts - enterprise and software system/person location.
  • structurizr-core: Adds Workspace.trim() to trim a workspace of unused elements (i.e. those not associated with any views).
  • structurizr-core: Adds support for SVG image views (structurizr/java#249).
  • structurizr-core: View keys will be automatically generated if not specified.
  • structurizr-client: Removes StructurizrClient (use WorkspaceApiClient instead).
  • structurizr-client: Merges structurizr/java#238 (fix: re-enable system properties for theme http client).
  • structurizr-dsl: Removes enterprise keyword.
  • structurizr-dsl: Adds !decisions as a synonym for !adrs.
  • structurizr-dsl: Allows !identifiers to be used inside model.
  • structurizr-dsl: Fixes structurizr/java#233 (Implied relationships not configured correctly when DSL workspace extends a JSON workspace).
  • structurizr-import: Adds support for importing decisions managed by Log4brains.
  • structurizr-import: Adds support for importing decisions in MADR format.
  • structurizr-import: Fixes structurizr/java#251 (Importing docs fails on files without extension).
  • structurizr-inspection: Initial version.
Changelog

Sourced from com.structurizr:structurizr-dsl's changelog.

2.2.0 (2nd July 2024)

  • structurizr-dsl: Adds support for element/relationship property expressions (structurizr/java#297).
  • structurizr-dsl: Adds a way to specify the implied relationships strategy via a fully qualified class name when using !impliedRelationships.
  • structurizr-dsl: Adds the ability to include single files as documentation (structurizr/java#303).

2.1.4 (18th June 2024)

  • structurizr-core: Fixes structurizr/java#306 (Workspace.trim() is not correctly removing relationships when the destination of a relationship is removed from the workspace).

2.1.3 (16th June 2024)

2.1.2 (30th April 2024)

  • structurizr-core: Adds better backwards compatibility to deal with old workspaces and those created by third party tooling that are missing view order property on views.
  • structurizr-export: Fixes structurizr/java#263 (C4PlantUMLExporter not following C4-PlantUML best practices with c4plantuml.tags true).

2.1.1 (3rd March 2024)

  • structurizr-core: Fixes problem with ordering of relationship view vertices.

2.1.0 (2nd March 2024)

  • structurizr-core: ViewSet.isEmpty() was missing a check for image views.
  • structurizr-core: Promotes ModelView.copyLayoutInformationFrom() to be public, to allow individual view layout information to be merged.
  • structurizr-client: Fixes structurizr/java#257 (Serialization to JSON is not deterministic).
  • structurizr-dsl: Fixes structurizr/java#252 (DSL parser does not seem to handle curly brackets balance).
  • structurizr-dsl: Deprecates !constant, adds !const and !var (see structurizr/java#253).
  • structurizr-export: Fixes structurizr/java#258 (Plantuml renderer: Group and system of same name yields puml code resulting in error).

2.0.0 (22nd February 2024)

  • structurizr-core: Removes deprecated concepts - enterprise and software system/person location.
  • structurizr-core: Adds Workspace.trim() to trim a workspace of unused elements (i.e. those not associated with any views).
  • structurizr-core: Adds support for SVG image views (structurizr/java#249).
  • structurizr-core: View keys will be automatically generated if not specified.
  • structurizr-client: Removes StructurizrClient (use WorkspaceApiClient instead).
  • structurizr-client: Merges structurizr/java#238 (fix: re-enable system properties for theme http client).
  • structurizr-dsl: Removes enterprise keyword.
  • structurizr-dsl: Adds !decisions as a synonym for !adrs.
  • structurizr-dsl: Allows !identifiers to be used inside model.
  • structurizr-dsl: Fixes structurizr/java#233 (Implied relationships not configured correctly when DSL workspace extends a JSON workspace).
  • structurizr-import: Adds support for importing decisions managed by Log4brains.
  • structurizr-import: Adds support for importing decisions in MADR format.
  • structurizr-import: Fixes structurizr/java#251 (Importing docs fails on files without extension).
  • structurizr-inspection: Initial version.
Commits


Updates com.structurizr:structurizr-export from 1.15.0 to 2.2.0

Release notes

Sourced from com.structurizr:structurizr-export's releases.

v2.2.0

  • structurizr-dsl: Adds support for element/relationship property expressions (structurizr/java#297).
  • structurizr-dsl: Adds a way to specify the implied relationships strategy via a fully qualified class name when using !impliedRelationships.
  • structurizr-dsl: Adds the ability to include single files as documentation (structurizr/java#303).

v2.1.4

  • structurizr-core: Fixes structurizr/java#306 (Workspace.trim() is not correctly removing relationships when the destination of a relationship is removed from the workspace).

v2.1.3

v2.1.2

  • structurizr-core: Adds better backwards compatibility to deal with old workspaces and those created by third party tooling that are missing view order property on views.
  • structurizr-export: Fixes structurizr/java#263 (C4PlantUMLExporter not following C4-PlantUML best practices with c4plantuml.tags true).

v2.1.1

  • structurizr-core: Fixes problem with ordering of relationship view vertices.

v2.1.0

  • structurizr-core: ViewSet.isEmpty() was missing a check for image views.
  • structurizr-core: Promotes ModelView.copyLayoutInformationFrom() to be public, to allow individual view layout information to be merged.
  • structurizr-client: Fixes structurizr/java#257 (Serialization to JSON is not deterministic).
  • structurizr-dsl: Fixes structurizr/java#252 (DSL parser does not seem to handle curly brackets balance).
  • structurizr-dsl: Deprecates !constant, adds !const and !var (see structurizr/java#253).
  • structurizr-export: Fixes structurizr/java#258 (Plantuml renderer: Group and system of same name yields puml code resulting in error).

v2.0.0

  • structurizr-core: Removes deprecated concepts - enterprise and software system/person location.
  • structurizr-core: Adds Workspace.trim() to trim a workspace of unused elements (i.e. those not associated with any views).
  • structurizr-core: Adds support for SVG image views (structurizr/java#249).
  • structurizr-core: View keys will be automatically generated if not specified.
  • structurizr-client: Removes StructurizrClient (use WorkspaceApiClient instead).
  • structurizr-client: Merges structurizr/java#238 (fix: re-enable system properties for theme http client).
  • structurizr-dsl: Removes enterprise keyword.
  • structurizr-dsl: Adds !decisions as a synonym for !adrs.
  • structurizr-dsl: Allows !identifiers to be used inside model.
  • structurizr-dsl: Fixes structurizr/java#233 (Implied relationships not configured correctly when DSL workspace extends a JSON workspace).
  • structurizr-import: Adds support for importing decisions managed by Log4brains.
  • structurizr-import: Adds support for importing decisions in MADR format.
  • structurizr-import: Fixes structurizr/java#251 (Importing docs fails on files without extension).
  • structurizr-inspection: Initial version.

v1.29.0

  • Adds com.structurizr.api.AdminApiClient as a client for the cloud service/on-premises admin APIs.
  • Adds support for inter-workspace URLs of the form {workspace:123456}/diagrams.
  • Deprecates StructurizrClient in favour of WorkspaceApiClient.

v1.28.1

  • AbstractWorkspace.clearConfiguration() creates a new instance rather than nulling it.

... (truncated)

Changelog

Sourced from com.structurizr:structurizr-export's changelog.

2.2.0 (2nd July 2024)

  • structurizr-dsl: Adds support for element/relationship property expressions (structurizr/java#297).
  • structurizr-dsl: Adds a way to specify the implied relationships strategy via a fully qualified class name when using !impliedRelationships.
  • structurizr-dsl: Adds the ability to include single files as documentation (structurizr/java#303).

2.1.4 (18th June 2024)

  • structurizr-core: Fixes structurizr/java#306 (Workspace.trim() is not correctly removing relationships when the destination of a relationship is removed from the workspace).

2.1.3 (16th June 2024)

2.1.2 (30th April 2024)

  • structurizr-core: Adds better backwards compatibility to deal with old workspaces and those created by third party tooling that are missing view order property on views.
  • structurizr-export: Fixes structurizr/java#263 (C4PlantUMLExporter not following C4-PlantUML best practices with c4plantuml.tags true).

2.1.1 (3rd March 2024)

  • structurizr-core: Fixes problem with ordering of relationship view vertices.

2.1.0 (2nd March 2024)

  • structurizr-core: ViewSet.isEmpty() was missing a check for image views.
  • structurizr-core: Promotes ModelView.copyLayoutInformationFrom() to be public, to allow individual view layout information to be merged.
  • structurizr-client: Fixes structurizr/java#257 (Serialization to JSON is not deterministic).
  • structurizr-dsl: Fixes structurizr/java#252 (DSL parser does not seem to handle curly brackets balance).
  • structurizr-dsl: Deprecates !constant, adds !const and !var (see structurizr/java#253).
  • structurizr-export: Fixes structurizr/java#258 (Plantuml renderer: Group and system of same name yields puml code resulting in error).

2.0.0 (22nd February 2024)

  • structurizr-core: Removes deprecated concepts - enterprise and software system/person location.
  • structurizr-core: Adds Workspace.trim() to trim a workspace of unused elements (i.e. those not associated with any views).
  • structurizr-core: Adds support for SVG image views (structurizr/java#249).
  • structurizr-core: View keys will be automatically generated if not specified.
  • structurizr-client: Removes StructurizrClient (use WorkspaceApiClient instead).
  • structurizr-client: Merges structurizr/java#238 (fix: re-enable system properties for theme http client).
  • structurizr-dsl: Removes enterprise keyword.
  • structurizr-dsl: Adds !decisions as a synonym for !adrs.
  • structurizr-dsl: Allows !identifiers to be used inside model.
  • structurizr-dsl: Fixes structurizr/java#233 (Implied relationships not configured correctly when DSL workspace extends a JSON workspace).
  • structurizr-import: Adds support for importing decisions managed by Log4brains.
  • structurizr-import: Adds support for importing decisions in MADR format.
  • structurizr-import: Fixes structurizr/java#251 (Importing docs fails on files without extension).
  • structurizr-inspection: Initial version.
Commits


Updates commons-cli:commons-cli from 1.5.0 to 1.8.0

Updates net.sourceforge.plantuml:plantuml from 1.2023.10 to 1.2024.6

Release notes

Sourced from net.sourceforge.plantuml:plantuml's releases.

v1.2024.6

Resolved issues:

Specific PR:

v1.2024.5

No release notes provided.

v1.2024.4

No release notes provided.

v1.2024.3

No release notes provided.

v1.2024.2

No release notes provided.

v1.2024.1

No release notes provided.

v1.2024.0

No release notes provided.

v1.2023.13

No release notes provided.

v1.2023.12

No release notes provided.

v1.2023.11

No release notes provided.

Commits
  • 36e07ea chore: version 1.2024.6
  • c871496 refactor: prepare Elk/Svek/Smetana convergence
  • 5633bdf fix: allow JsonValue on key for the %json_key_exists builtin function (#1847)
  • 5bf95c6 upd: update readme.md (add architecture of JsonValue)
  • 4719257 docs: update readme.md (add architecture of TValue)
  • 5cb8084 chore: basic rename
  • d3289ba chore: new version beta12
  • d104e39 - set RenderingHints.VALUE_FRACTIONALMETRICS_ON in DriverTextG2 (#1843)
  • aa46be3 feat: brainstorming about api v2
  • 92bd56a chore: non GPL versions only built when CI
  • Additional commits viewable in compare view


Updates org.fusesource.jansi:jansi from 2.4.0 to 2.4.1

Release notes

Sourced from org.fusesource.jansi:jansi's releases.

Jansi 2.4.1

This long awaited bug fix release provides a bunch of fixes. The upgrade should be just a matter of raising the version number, however JDK 7 support has been dropped at runtime.

A merge of the JANSI library into JLine is being considered. This would avoid duplication of somewhat similar code and ease the maintenance of both projects. If your project is using the org.fusesource.jansi.io or org.fusesource.jansi.internal package, please drop us a note in fusesource/jansi#277 so that we can discuss things.

What's Changed

New Contributors

Full Changelog: https://github.com/fusesource/jansi/commits/jansi-2.4.1

Changelog

Sourced from org.fusesource.jansi:jansi's changelog.

Jansi 2.4.1, released 2023-10-12

Commits


Updates org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.13.0

Release notes

Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases... _Description has been truncated_

sasjo commented 4 months ago

This version bump introduces a breaking change with external location no longer being available. This affects the rendering output of C4PlantUML which doesn't adhere to styling in the theme.

For the future, this likely means we switch the default rendering to structurizr as it is the most complete renderer.

sonarcloud[bot] commented 4 months ago