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
Currently DefinitionGenerator uses its own classloader to find classes. In the case of using this plugin at runtime (not scala task), in a play-dev application, the swagger generator is loaded by the dependency classloader that cannot find the user classes in app/mypackage ... etc
Since there is already a classloader argument, could this be passed to the definition generator too, to be used in runTimeMirror(myClassloader)? Thanks
The text was updated successfully, but these errors were encountered:
Currently DefinitionGenerator uses its own classloader to find classes. In the case of using this plugin at runtime (not scala task), in a play-dev application, the swagger generator is loaded by the dependency classloader that cannot find the user classes in app/mypackage ... etc
Since there is already a classloader argument, could this be passed to the definition generator too, to be used in runTimeMirror(myClassloader)? Thanks
The text was updated successfully, but these errors were encountered: