From 8c2dec6d5e5bd98ac7ebd0b9d034dd31518c033f Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Thu, 14 Nov 2024 17:28:27 +0000 Subject: [PATCH] Updated Spring Framework 6.2 Release Notes (markdown) --- Spring-Framework-6.2-Release-Notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.