swagger-api / swagger-core

Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
http://swagger.io
Apache License 2.0
7.38k stars 2.18k forks source link

swagger-jersey2-jaxrs dependencies deathlock #3856

Open karcel opened 3 years ago

karcel commented 3 years ago

I would like to use https://mvnrepository.com/artifact/io.swagger/swagger-jersey2-jaxrs/1.6.2 in our project.

However we got some dependency issues which seems to be due to wrong backward compatibility of swagger parts. swagger-jersey2-jaxrs v1.6.2 requires dependency on https://mvnrepository.com/artifact/org.glassfish.jersey.media/jersey-media-multipart in version 2.25.1

We do use multipart in version 2.29.1 but seems it is not compatible when using swagger-jersey2-jaxrs. Latest version of multipart is 3.0.0.

Are there some insights of upgrading this dependency?

Thank you

supriyakinge2492 commented 9 months ago

Is there any update on this @karcel I am also facing same problem, so would like to here more about how you tackle this, It would be grate help If I can get heads up to move forward.