pietermartin / sqlg

TinkerPop graph over sql
MIT License
246 stars 51 forks source link

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

Closed pietermartin closed 2 years ago

pietermartin commented 2 years ago

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