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.17k forks source link

Remove JacksonJsonProvider #1604

Closed fehguy closed 8 years ago

fehguy commented 8 years ago

As reported several times, this class is causing too much trouble for those using server libraries which do not let you control the scanning for @Provider classes. So we should take it out, and give folks a work-around for it (i.e. how to add it back).

chaithu8691 commented 8 years ago

is there any work around for this issue ?

sailujanu commented 8 years ago

Team,

Can you please update on this issue. We are kinda block with our swagger integration

fehguy commented 8 years ago

Yes, we are going to remove it in the next release.

fehguy commented 8 years ago

You can see this in 1.5.7-SNAPSHOT, available on sonatype-oss snapshots.

sailujanu commented 8 years ago

Thanks for your help. I will pull the jar and test with it and get back to you

sailujanu commented 8 years ago

Thanks Tam. it is working fine. My issue got resolved. When can we expect this jar will be available in mvn repo. I want to put this as dependency. Currently I added this jar manually into project lib folder.

fehguy commented 8 years ago

we have a few tickets to close before releasing. It won't be long but you should continue with the snapshot. Reference sonatype snapshots in your pom file and you can build "normally"

sailujanu commented 8 years ago

im not using mvn instead using ivy.xml.so not sure how to pull snapshot from sonatype