zalando / intellij-swagger

A plugin to help you easily edit Swagger and OpenAPI specification files inside IntelliJ IDEA
https://plugins.jetbrains.com/plugin/8347
MIT License
1.17k stars 74 forks source link

Update Swagger UI from 3.39.0 to 5.1.0. #369

Closed asaarilahti closed 1 year ago

asaarilahti commented 1 year ago

https://github.com/swagger-api/swagger-ui/releases/tag/v5.1.0

The current version is ~2.5 years old.

The files are from swagger-ui-dist without changes, with exception of:

cberg-zalando commented 1 year ago

Hmm… Now we have already two major version bumps. I now what Swagger UI is, but what actually happens by integrating it. To me, Java <> JS always sounds a bit scary.

asaarilahti commented 1 year ago

Hmm… Now we have already two major version bumps. I now what Swagger UI is, but what actually happens by integrating it. To me, Java <> JS always sounds a bit scary.

It's used to render the previews. In general we just feed in the spec.

cberg-zalando commented 1 year ago

Okay. Any reason why this PR is then still in draft mode?

asaarilahti commented 1 year ago

Okay. Any reason why this PR is then still in draft mode?

I was investigating an issue related to the preview not getting updated. However, it seems it happens with the master too, so not does not seems to be related to this change. So I guess we could merge this.