pietermartin / sqlg

TinkerPop graph over sql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SqlgUI needs to use `Service.ignite()` for `sparkjava`

pietermartin opened this issue · comments

Sparkjava's static interceptors are interfering with other implementations in the same jvm.
Use Service.ignite() which should resolve the issue.