-
Notifications
You must be signed in to change notification settings - Fork 52
io.swagger.converter.ModelConverter: Provider io.swagger.scala.converter.SwaggerScalaModelConverter could not be instantiated on 1.0.6 #138
Comments
I have the same error as above, and also this similar error in another project:
|
I am experiencing the same issue when trying to update the plugin to version 1.0.8 Has anyone had any luck solving this issue? Are there any workarounds available? |
We force lower version of jackson during build script. We were solving this problem some time ago so I don't remember exactly why we did pick this solution, but I think there were some deprecated (and in later versions of Jackson also removed) classes which are used in
|
Hi I am trying to bump my project to swagger-gradle-plugin 1.0.6
Applying like below, but it fails in a exception complaining about scala, my project is a kotlin project.
but I see that com.benjaminsproule:swagger-gradle-plugin:1.0.6' is dependent on that
swagger-scala-module
package.The text was updated successfully, but these errors were encountered: