plantuml / plantuml-server

PlantUML Online Server
https://plantuml.com/
GNU General Public License v3.0
1.6k stars 462 forks source link

fix: use up-to-date graphviz version in tomcat image #268

Closed fgreinacher closed 1 year ago

fgreinacher commented 1 year ago

The same changes as in #267 for the Tomcat image.

🛠 with ❤ at Siemens

fgreinacher commented 1 year ago

@arnaudroques Do you already know when roughly this (and also https://github.com/plantuml/plantuml/pull/1365 😄) will be released?

arnaudroques commented 1 year ago

@arnaudroques Do you already know when roughly this (and also plantuml/plantuml#1365 😄) will be released?

Right now :-)

Unfortunately, version 7.1.0 is crashing sometime (see https://github.com/plantuml/plantuml-server/issues/270 ).

Could you try other graphviz to see when the following example breaks graphviz:

@startuml
digraph unix {
nodesep=0.486111;
ranksep=0.833333;
remincross=true;
searchsize=500;
subgraph cluster6p0 {label="";subgraph cluster6 {style=solid;color="#000006";labeljust="c";label=<<TABLE BGCOLOR="#000007" FIXEDSIZE="TRUE" WIDTH="106" HEIGHT="25"><TR><TD></TD></TR></TABLE>>;
subgraph cluster6p1 {label="";
subgraph cluster10p0 {label="";subgraph cluster10 {style=solid;color="#00000A";labeljust="c";label=<<TABLE BGCOLOR="#00000B" FIXEDSIZE="TRUE" WIDTH="92" HEIGHT="25"><TR><TD></TD></TR></TABLE>>;
subgraph cluster10p1 {label="";
sh0014 [shape=rect,label="",width=1.541667,height=0.766927,color="#00000E"];

}}}

}}}

}
@enduml

Thanks!