quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.64k stars 2.64k forks source link

Add a config to enabled/disabled vertx serving of webjars/mvnpm content #36409

Open ia3andy opened 11 months ago

ia3andy commented 11 months ago

Description

Currently they are served and there is no way to disable it.

This follow up on https://github.com/quarkiverse/quarkus-web-bundler/issues/84#issuecomment-1757712784

maxandersen commented 11 months ago

@ia3andy is the way to disable it to not include quarkus-webjar locator??

ia3andy commented 11 months ago

@ia3andy is the way to disable it to not include quarkus-webjar locator??

As discussed on zulip, web-jar locator is just a path shortcut. vert-http serve the webjars and mvnpm by default without any config or BuildItem to change this.