Document how to use WebJars without webjars-locator-core
dependency
#29322
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: documentation
A documentation task
Milestone
Given current efficiency impact of
webjars-locator-core
(see this related comment), an its incompatibility with native images, it makes sense to recommend to use versioned URLs with this kind of configuration instead ofWebJarsResourceResolver
without includingwebjars-locator-core
dependency in Spring reference documentation.We can refine later recommending the regular
webjars-locator-core
+WebJarsResourceResolver
approach with version-less URLs if/whenwebjars-locator-core
implement resource resolution without scanning, which seems to be possible as experimented in #27619.The text was updated successfully, but these errors were encountered: