diagrams.net build of PlantUML
Strips out eggs, games, licensing, GPL licensed code, etc. Build of server version found under server repo packages section.
diagrams.net specific changes: Start by merging with base repository, fix conflicting changes, check dependencies for vulnerabilities (and update as needed), then test the build with maven.
It is recommended to build using Java 11 now. Change you Java version to 11 before running the build.
Test the code using mvn clean package
which run plantuml test suite as well as build the project.
In order to deploy our custom PlantUML jars to Github, change the version in build.xml (in mvn_windows
and mvn_unix
targets). Then build using ant ant mvn-deploy-jar
. Finally in PlantUML Server & PlantUML Serverless repositories, change the dependency version to match the new version (in pom.xml
find plantuml.version
property)
Generate UML diagram from textual description
PlantUML is not affected by the log4j vulnerability.
PlantUML is a component that allows to quickly write:
- Sequence diagram,
- Use case diagram,
- Class diagram,
- Object diagram,
- Activity diagram (here is the legacy syntax),
- Component diagram,
- Deployment diagram,
- State diagram,
- Timing diagram.
The following non-UML diagrams are also supported:
- JSON data
- YAML data
- Extended Backus-Naur Form (EBNF) diagram
- Network diagram (nwdiag)
- Wireframe graphical interface or UI mockups (salt)
- Archimate diagram
- Specification and Description Language (SDL)
- Ditaa diagram
- Gantt diagram
- MindMap diagram
- Work Breakdown Structure diagram (WBS)
- Mathematic with AsciiMath or JLaTeXMath notation
- Entity Relationship diagram (IE/ER)
Furthermore:
- Hyperlinks and tooltips
- Creole: rich text, emoticons, unicode, icons
- OpenIconic icons
- Sprite icons
- AsciiMath mathematical expressions
To know more about PlantUML, please visit https://plantuml.com/