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
After updating my application to use jakarta.xml.bind-api version 4.0.2 (which was 2.3.5 previously), I encountered the following error with accessing Swagger API's: Failed to load API definition: response status is 500 /aps/openapi/openapi.json
I found that the latest release of swagger-core currently relies on jakarta.xml.bind-api=2.3.3. Reverting my application back to this dependency version resolves the issue.
However, moving forward, my application requires version 4.0.2. Could you let me know if there are plans to update the dependency to 4.x, or if there's an alternative approach that would allow compatibility with version 4.0.2?
The text was updated successfully, but these errors were encountered:
After updating my application to use
jakarta.xml.bind-api
version 4.0.2 (which was 2.3.5 previously), I encountered the following error with accessing Swagger API's:Failed to load API definition: response status is 500 /aps/openapi/openapi.json
I found that the latest release of swagger-core currently relies on
jakarta.xml.bind-api=2.3.3
. Reverting my application back to this dependency version resolves the issue.However, moving forward, my application requires version 4.0.2. Could you let me know if there are plans to update the dependency to 4.x, or if there's an alternative approach that would allow compatibility with version 4.0.2?
The text was updated successfully, but these errors were encountered: