Updated Spring Framework 6.2 Release Notes (markdown)

master
Rossen Stoyanchev 1 year ago
parent
commit
8c2dec6d5e
  1. 2
      Spring-Framework-6.2-Release-Notes.md

2
Spring-Framework-6.2-Release-Notes.md

@ -31,7 +31,7 @@ We've made it clearer that bean definition overriding is discouraged in producti @@ -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`.

Loading…
Cancel
Save