You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In practice, I think that would mean updating ConditionalOnEnabledResourceChain to detect webjars-locator-lite org.webjars.WebJarVersionLocator, and add dependency management for org.webjars:webjars-locator-lite:1.0.0.
Notice org.webjars:webjars-locator-core support is deprecated as of Spring Framework 6.2.
The text was updated successfully, but these errors were encountered:
As a follow-up to spring-projects/spring-framework#27619, when the related Spring Boot branch will be created, Spring Boot 3.4 should probably add support for
org.webjars:webjars-locator-lite
(0.0.3
has been released at this time, but1.0.0
will be shortly released, see spring-projects/spring-framework#32564 and webjars/webjars-locator-lite#1 related issues).In practice, I think that would mean updating
ConditionalOnEnabledResourceChain
to detect webjars-locator-liteorg.webjars.WebJarVersionLocator
, and add dependency management fororg.webjars:webjars-locator-lite:1.0.0
.Notice
org.webjars:webjars-locator-core
support is deprecated as of Spring Framework 6.2.The text was updated successfully, but these errors were encountered: