diff --git a/Spring-Framework-6.2-Release-Notes.md b/Spring-Framework-6.2-Release-Notes.md index e3b79e3..dbef661 100644 --- a/Spring-Framework-6.2-Release-Notes.md +++ b/Spring-Framework-6.2-Release-Notes.md @@ -31,7 +31,7 @@ We've made it clearer that bean definition overriding is discouraged in producti ### Web Applications -- Static resource locations now have a trailing slash appended if not present. This is necessary because otherwise the path segment after the last slash is dropped when appending the request path with `Resource#createRelative`. For functional endpoints where locations are configured as a `Resource`, there is now an assert there is a trailing slash. +Static resource locations now have a trailing slash appended if not present. This is necessary because otherwise the path segment after the last slash is dropped when appending the request path with `Resource#createRelative`. For functional endpoints where locations are configured as a `Resource`, there is now an assert there is a trailing slash. `org.webjars:webjars-locator-core` support implemented in `WebJarsResourceResolver` is deprecated due to efficiency issues as of Spring Framework 6.2 and is superseded by `org.webjars:webjars-locator-lite` support implemented in `LiteWebJarsResourceResolver`.