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

Enable new scripts config in Swagger UI #45735

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

phillip-kruger
Copy link
Member

Related to smallrye/smallrye-open-api#2132

This allows configuring external plugins via scripts, example:

quarkus.swagger-ui.scripts=https://unpkg.com/swagger-ui-plugin-hierarchical-tags,https://unpkg.com/swagger-ui-plugin-disable-try-it-out-without-servers
quarkus.swagger-ui.plugins=SwaggerUIBundle.plugins.DownloadUrl,HierarchicalTagsPlugin,DisableTryItOutWithoutServersPlugin

This will add two external plugins and the DownloadUrl internal plugin

Fix #45266

@phillip-kruger
Copy link
Member Author

@cwalker67 and @MikeEdgar - f.y.i

Copy link

quarkus-bot bot commented Jan 21, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 20fe535.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

Warning

There are other workflow runs running, you probably need to wait for their status before merging.

You can consult the Develocity build scans.

Copy link

🎊 PR Preview 625a0e2 has been successfully built and deployed to https://quarkus-pr-main-45735-preview.surge.sh/version/main/guides/

  • Images of blog posts older than 3 months are not available.
  • Newsletters older than 3 months are not available.

Copy link

quarkus-bot bot commented Jan 21, 2025

Status for workflow Quarkus Documentation CI

This is the status report for running Quarkus Documentation CI on commit 20fe535.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@gsmet gsmet merged commit c2fe311 into quarkusio:main Jan 21, 2025
27 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.19 - main milestone Jan 21, 2025
@gsmet gsmet modified the milestones: 3.19 - main, 3.18.0 Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using quarkus.swagger-ui.plugins
3 participants