You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] /Users/xxx/code/openapi-mre/target/generated-sources/openapi/src/main/java/com/baeldung/openapi/api/PetApi.java:[340,68] incompatible types: org.springframework.core.io.Resource cannot be converted to org.springframework.web.multipart.MultipartFile
how can I fix this? is this a bug or something that i am doing wrong?
The text was updated successfully, but these errors were encountered:
I get above error when trying to generate Java stub using the sample OpenAPI spec found at https://editor.swagger.io/
mre.zip
Steps to Repro
Expected
no errors
Observed
how can I fix this? is this a bug or something that i am doing wrong?
The text was updated successfully, but these errors were encountered: