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
Due to the classpath scanning (?) of the mapping-service, the mapping-service-plain.jar contained in this repo causes trouble on restart (due to some conflicts with WebSecurity related class in the jar).
At the moment to avoid the problem, a startup script for the mapping-service should remove those files from the lib folders if they exist.
This problem will automatically be solved once we can use a proper mapping-service dependency during plugin development. Until then, I cannot really think of an elegant solution with the current project structure :(