You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In recent releases Xill switched to the reflections library for classpath scanning to search for constructs in plugins. Internally, this library caches jar files, which causes problems when loading plugins for multiple Xill environments at the same time. This is a particularly big problem for XDE.
xavier-pardonnet
changed the title
Concurrency issue when loading plugins for two environments at the same time
Concurrency issue when loading plugins
May 3, 2018
Summary
In recent releases Xill switched to the
reflections
library for classpath scanning to search for constructs in plugins. Internally, this library caches jar files, which causes problems when loading plugins for multiple Xill environments at the same time. This is a particularly big problem for XDE.The issue is described here: ronmamo/reflections#81.
Steps to reproduce
GetEntity
robot multiple times at once (24 in my case)Possible fixes
reflections
version, but this version is not yet released. Switch to it when a new release is made.The text was updated successfully, but these errors were encountered: