We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Swagger2 v1.5.x (see cismet/cids-server-rest#76) requires Jersey1 v1.13 for multipart/form data support. Versions > 1.13 will not work!
-> Downgrade Jersey to 1.13 and upgrade Jackson to 2.45 (the same version Swagger2 is using)
The text was updated successfully, but these errors were encountered:
See also cismet/cismet-ext-bom#1
Sorry, something went wrong.
p-a-s-c-a-l
No branches or pull requests
Swagger2 v1.5.x (see cismet/cids-server-rest#76) requires Jersey1 v1.13 for multipart/form data support. Versions > 1.13 will not work!
-> Downgrade Jersey to 1.13 and upgrade Jackson to 2.45 (the same version Swagger2 is using)
The text was updated successfully, but these errors were encountered: