Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://github.com/asciidoctor/asciidoctor-diagram/releases/tag/v2.2.6 updates PlantUML from 1.2022.14 to 1.2023.4. Since plantuml-1.2023.2, ``` package com.myapp.application ``` produces 3 boxes instead of one by default. cf. https://plantuml.com/news: * 2 Feb, 2023: Important change about package and namespace > > Starting with version 1.2023.2 (which is online as a beta), > PlantUML handles differently namespaces and packages. > > There won't be any difference between namespaces and packages anymore: > both keywords are now synonymous. > > The drawing is slightly different, because we now also draw intermediate packages. > Note that this is not a final choice, it depends on the feedback from users. > > Packages now involve the definition of a namespace, as in any ordinary programming language. > The default separator is the dot (.) but can be changed using the `set separator X` directive. > You can also disable namespace management using `set separator none`, > in which case you get back a behavior similar to older versions of PlantUML. Signed-off-by: Manfred Hanke <[email protected]>
- Loading branch information