-
Hi,
Finally I've moved to my preproduction environment to run this in a better way.
If I use the validator against my API (spec 1.1) it doesn't throw any error, but when trying to generate a client …
-
I have an optional parameter in my path, something like this:
```
/{mandatory}{.optional}
```
Using Guzzle to consume my API and using the same format in my service description, it's quite happy to …
-
Hi,
I'm getting exception java.lang.ClassNotFoundException: com.wordnik.swagger.reader.ClassReaderUtils when deploying my EAR to Weblogic (Eclipse).
I've added following libraries into my project.
sw…
-
I'm uncomfortable adding a custom repository to my POM. Please release your bundle to Maven Central:
http://frightanic.com/software-development/release-to-maven-central/
That would also automaticall…
-
Error building in "mvn package install" command because of the repository not being available.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[IN…
-
Hello!
We are planning to use your framework to create the WS documentations using Swagger with Spring MVC for our upcoming project.
I found a couple of examples in the Web:
http://blog.zenika.com/…
-
I'we made a thin jar using the maven plugin, and try to run it. During the download dependancies phase, I get error messages like these for a few dependencies:
```
CAPSULE: Downloading: file:/Users/v…
-
I'm trying to update my installation from 0.8.2 (working correctly) to 0.8.3, but I get errors about beans not autowiring.
```
Exception sending context initialized event to listener instance of clas…
agos updated
10 years ago
-
swagger-play2 is incompatible with the play-plugins-salat plugin.
### Configuration
Play version: 2.2.2
Language: Scala
### build.sbt
```
libraryDependencies ++= Seq(
"com.wordnik" %% "swagger-pla…
-
I am trying to use the 2.0-SNAPSHOT and I added the following to my POM:
```
sonatype-snapshot
https://oss.sonatype.org/content/repositories/snapshots/
…