Skip to content
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

Not able to load API definition using jakarta.xml.bind version 4.0.2 #4765

Open
rasikaghadge opened this issue Oct 24, 2024 · 0 comments
Open

Comments

@rasikaghadge
Copy link

rasikaghadge commented Oct 24, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant