-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
type="array" #3
Comments
thanks for letting us know @johnpica For OAS3 we're now focusing on MicroProfile OpenAPI (instead of the Swagger v3 library). Have you tried it out? Here's a sample app: https://github.com/microservices-api/oas3-microprofile-app and a blog introducing it: https://openliberty.io/blog/2018/05/22/microprofile-openapi-intro.html It is available in both Open Liberty (open source) and WebSphere Liberty. |
Hello Arthur, With MicroProfile OpenApi we have some limitations:
ava.lang.IllegalArgumentException: Unable to load conflicting versions of features "com.ibm.websphere.appserver.mpConfig-1.2" and "com.ibm.websphere.appserver.mpConfig-1.3". The feature dependency chains that led to the conflict are: com.ibm.websphere.appserver.openapi-3.1 -> com.ibm.websphere.appserver.mpOpenAPI-1.0 -> com.ibm.websphere.appserver.mpConfig-1.2 and com.ibm.websphere.appserver.microProfile-2.1 -> com.ibm.websphere.appserver.mpOpenTracing-1.2 -> com.ibm.websphere.appserver.opentracing-1.2 -> com.ibm.websphere.appserver.mpConfig-1.3 |
good feedback @vladchiorpec We are now developing Would you mind sending me a quick note at Thanks! |
In liberty 18 and 19
schema = @Schema(
type = "array",
implementation = Review.class
)
)
is not producing the desired swagger file
The text was updated successfully, but these errors were encountered: