Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collections support? #56

Closed
Ademord opened this issue Sep 25, 2017 · 1 comment
Closed

Collections support? #56

Ademord opened this issue Sep 25, 2017 · 1 comment

Comments

@Ademord
Copy link

Ademord commented Sep 25, 2017

The following from PlantUML does not run, only because of the collections line

@startuml
actor Foo1
boundary Foo2
control Foo3
entity Foo4
database Foo5
collections Foo6
Foo1 -> Foo2 : To boundary
Foo1 -> Foo3 : To control
Foo1 -> Foo4 : To entity
Foo1 -> Foo5 : To database
Foo1 -> Foo6 : To collections

@enduml

Any help or is this not supported at all?

@jvantuyl
Copy link
Owner

jvantuyl commented Jan 9, 2018

I think this was because we bundled an older version of PlantUML. That’s updated next release.

@jvantuyl jvantuyl closed this as completed Jan 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants