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
The result of this situation is that the ClassLoader which is passed to the new Factory is not used by TypeParser (who has the original ClassLoader-less factory still), resulting on failure to find the classes on TypeParser even though the new Factory has the correct ClassLoader. I'm sending a pull request to change this.