Skip to content

Commit

Permalink
resolves #1274 preserve classy stdlib includes
Browse files Browse the repository at this point in the history
  • Loading branch information
anb0s committed May 26, 2022
1 parent c8fd9a0 commit 13bc97b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/main/java/io/kroki/server/service/Plantuml.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ public class Plantuml implements DiagramService {
"awslib",
"azure",
"c4",
"classy",
"classy-c4",
"cloudinsight",
"cloudogu",
"domainstory",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ void should_preserve_valid_lib_include() throws IOException {
"!include <awslib/Database/Aurora.puml>\n" +
"!include <azure/AzureCommon.puml>\n" +
"!include <c4/C4.puml>\n" +
"!include <classy/core>\n" +
"!include <classy-c4/system>\n" +
"!include <cloudinsight/kafka>\n" +
"!include <cloudogu/tools/docker>\n" +
"!include <DomainStory/domainStory>\n" +
Expand Down

0 comments on commit 13bc97b

Please sign in to comment.