-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reflections is causing issues with Tomcat #2943
Comments
The Reflections library also has several other bugs affecting Swagger users and haven't had a release for more than a year. I also would like to migrate to something more alive. To name a few:
|
Might be a good time now to switch to something compile time / annotation processed e.g. https://github.com/atteo/classindex ? |
frantuma
added a commit
that referenced
this issue
Feb 5, 2019
frantuma
added a commit
that referenced
this issue
Feb 5, 2019
frantuma
added a commit
that referenced
this issue
Feb 5, 2019
ref #2943 - replace reflections with classgraph
#3109 addresses this by replacing reflections with classgraph |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a bug in the Reflections class documented here: ronmamo/reflections#81. It is not possible to run Swagger on Tomcat 7 without receiving the error:
zip file closed
The author of Reflections has yet to create a release or release a patch for it although he has merged the fix into the main branch.
The fix is:
The text was updated successfully, but these errors were encountered: