nacos-group / nacos-examples

Nacos Examples
Apache License 2.0
951 stars 1.47k forks source link

Bump spring.framework.version from 3.2.18.RELEASE to 5.1.7.RELEASE in /nacos-spring-example #19

Open dependabot[bot] opened 5 years ago

dependabot[bot] commented 5 years ago

Bumps spring.framework.version from 3.2.18.RELEASE to 5.1.7.RELEASE.

Updates spring-core from 3.2.18.RELEASE to 5.1.7.RELEASE

Release notes *Sourced from [spring-core's releases](https://github.com/spring-projects/spring-framework/releases).* > ## v5.1.7.RELEASE > ## :star: New Features > > - Support any HttpEntity implementing ResolvableTypeProvider [#22931](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22931) > - Early out in PropertyPlaceholderHelper if no placeholder exists [#22870](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/22870) > - Don't throw an exception in CookieLocaleResolver, fallback to default locale instead [#22861](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22861) > - Streamline ReactiveAdapterRegistry.getAdapter usage [#22842](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22842) > - Consider logging classcast exceptions caused by lambdas at trace level [#22834](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22834) > - Ensure flush after StreamingResponseBody [#22813](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22813) > - Optimize writing with Mono Publisher [#22800](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22800) > - Disable ShallowEtagHeaderFilter when ETag handled in application [#22797](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22797) > - Avoid MessageFormat processing for default `@Pattern` validation message [#22761](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22761) > - Avoid SourceClass creation for annotations that are always ignored [#22750](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22750) > - Avoid expensive assertions in HttpRange [#22742](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22742) > - Avoid exceptions in ReflectionUtils.isObjectMethod(…) [#22730](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22730) > - Jackson2Tokenizer ignores USE_BIG_DECIMAL_FOR_FLOATS deserialization feature [#22510](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22510) > - StringHttpMessageConverter will add all the default charsets even if Accept-Charset is set explicitly [#22506](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22506) > - Fix CompletableFuture exception handling [#22476](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/22476) > > ## :beetle: Bug Fixes > > - Fix EncoderHttpMessageWriter.isStreamingMediaType() [#22936](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22936) > - Consistent handling of empty List entries in LinkedMultiValueMap [#22912](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22912) > - Check if null before accessing exception message in webflux InvocableHandlerMethod#logArgumentErrorIfNecessary [#22900](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/22900) > - DefaultListableBeanFactory.destroySingleton(s) not thread-safe for manual singletons [#22896](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22896) > - MockHttpServletRequest raises IndexOutOfBoundsException when Accept-Language is not set [#22877](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22877) > - Avoid unguarded String concatenation for debug/trace logging [#22874](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22874) > - [Regression] 404 without ACCEPT request header results in a 406 in Spring Framework 5.1.6 [#22853](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22853) > - ResourceUrlEncodingFilter throws StringIndexOutOfBoundsException when %ED%B6 is in the URL path [#22851](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22851) > - MockCookie.parse(String) mishandles case sensitivity [#22786](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22786) > - WebClient fails to send POST body when ObjectMapper FLUSH_AFTER_WRITE_VALUE is false [#22771](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22771) > - More leaks related to Mono.just(dataBuffer) or Flux.just(dataBuffer) [#22754](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22754) > - Jackson2ObjectMapperBuilder prevents the registration of multiple modules with a null typeId [#22740](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22740) > - ProtobufEncoder and ProtobufDecoder buffer leaks [#22731](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22731) > - o.s.h.server.reactive.ChannelSendOperator may leak the memory on cancel/error [#22720](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22720) > - EL1072E when evaluating compiled comparison expression [#22358](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22358) > - Got 404 with non-ASCII coded static resources in webflux [#22272](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22272) > > ## :notebook_with_decorative_cover: Documentation > > - NullPointerException in Base64Utils.encodeToString [#22812](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22812) > - Remove the PROPAGATION_ prefix in the documentation of enum Propagation [#22809](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/22809) > - Inconsistent behavior when autowiring multiple beans by type as collection without matching beans [#22735](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22735) > - Acknowledge that HttpHeaders are case-insensitive [#22723](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22723) > > ## :heart: Contributors > > We'd like to thank all the contributors who worked on this release! > > - [@​sviperll](https://github.com/sviperll) > ... (truncated)
Commits - [`dad0b1e`](https://github.com/spring-projects/spring-framework/commit/dad0b1e98cacf417cc5c68b5884e7a1e47b85000) Release version 5.1.7.RELEASE - [`c8d49ed`](https://github.com/spring-projects/spring-framework/commit/c8d49ed284a2b2ec0557445d36e13e7bf881ffc3) Fix EncoderHttpMessageWriter.isStreamingMediaType() - [`484ec64`](https://github.com/spring-projects/spring-framework/commit/484ec643050397b5496b4156d8dea226a7c794f9) Minor integration doc refinements - [`59fdce1`](https://github.com/spring-projects/spring-framework/commit/59fdce111675ba22960333ac33e9eff372956807) Fix bug in EncoderHttpMessageWriter.isStreamingMediaType() - [`c717d24`](https://github.com/spring-projects/spring-framework/commit/c717d245bd5448f07e2bf381e3c41db4f410848b) Upgrade to Californium-SR8 - [`190b751`](https://github.com/spring-projects/spring-framework/commit/190b751147c34bcda822f8a63f97fd45f9d9aa3b) Support any HttpEntity implementing ResolvableTypeProvider - [`c4a95c9`](https://github.com/spring-projects/spring-framework/commit/c4a95c99e55ad8d555ca3e1fd51fda135c5adf1e) Upgrade to Reactor Californium SR7 - [`6e0dfd6`](https://github.com/spring-projects/spring-framework/commit/6e0dfd6999aaec4590625de9f818abab16c3aa92) Check if Accept-Charset is present before adding it - [`cdd3462`](https://github.com/spring-projects/spring-framework/commit/cdd346222c1325ff0197159bc4e2ac5e7568a9e3) Add reference counting for UndertowDataBuffer - [`ecc165a`](https://github.com/spring-projects/spring-framework/commit/ecc165a94f7a82a0e5c85c481d751ed812b9f71f) Consistent spelling on index page - Additional commits viewable in [compare view](https://github.com/spring-projects/spring-framework/compare/v3.2.18.RELEASE...v5.1.7.RELEASE)


Updates spring-context from 3.2.18.RELEASE to 5.1.7.RELEASE

Release notes *Sourced from [spring-context's releases](https://github.com/spring-projects/spring-framework/releases).* > ## v5.1.7.RELEASE > ## :star: New Features > > - Support any HttpEntity implementing ResolvableTypeProvider [#22931](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22931) > - Early out in PropertyPlaceholderHelper if no placeholder exists [#22870](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/22870) > - Don't throw an exception in CookieLocaleResolver, fallback to default locale instead [#22861](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22861) > - Streamline ReactiveAdapterRegistry.getAdapter usage [#22842](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22842) > - Consider logging classcast exceptions caused by lambdas at trace level [#22834](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22834) > - Ensure flush after StreamingResponseBody [#22813](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22813) > - Optimize writing with Mono Publisher [#22800](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22800) > - Disable ShallowEtagHeaderFilter when ETag handled in application [#22797](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22797) > - Avoid MessageFormat processing for default `@Pattern` validation message [#22761](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22761) > - Avoid SourceClass creation for annotations that are always ignored [#22750](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22750) > - Avoid expensive assertions in HttpRange [#22742](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22742) > - Avoid exceptions in ReflectionUtils.isObjectMethod(…) [#22730](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22730) > - Jackson2Tokenizer ignores USE_BIG_DECIMAL_FOR_FLOATS deserialization feature [#22510](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22510) > - StringHttpMessageConverter will add all the default charsets even if Accept-Charset is set explicitly [#22506](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22506) > - Fix CompletableFuture exception handling [#22476](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/22476) > > ## :beetle: Bug Fixes > > - Fix EncoderHttpMessageWriter.isStreamingMediaType() [#22936](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22936) > - Consistent handling of empty List entries in LinkedMultiValueMap [#22912](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22912) > - Check if null before accessing exception message in webflux InvocableHandlerMethod#logArgumentErrorIfNecessary [#22900](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/22900) > - DefaultListableBeanFactory.destroySingleton(s) not thread-safe for manual singletons [#22896](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22896) > - MockHttpServletRequest raises IndexOutOfBoundsException when Accept-Language is not set [#22877](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22877) > - Avoid unguarded String concatenation for debug/trace logging [#22874](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22874) > - [Regression] 404 without ACCEPT request header results in a 406 in Spring Framework 5.1.6 [#22853](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22853) > - ResourceUrlEncodingFilter throws StringIndexOutOfBoundsException when %ED%B6 is in the URL path [#22851](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22851) > - MockCookie.parse(String) mishandles case sensitivity [#22786](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22786) > - WebClient fails to send POST body when ObjectMapper FLUSH_AFTER_WRITE_VALUE is false [#22771](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22771) > - More leaks related to Mono.just(dataBuffer) or Flux.just(dataBuffer) [#22754](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22754) > - Jackson2ObjectMapperBuilder prevents the registration of multiple modules with a null typeId [#22740](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22740) > - ProtobufEncoder and ProtobufDecoder buffer leaks [#22731](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22731) > - o.s.h.server.reactive.ChannelSendOperator may leak the memory on cancel/error [#22720](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22720) > - EL1072E when evaluating compiled comparison expression [#22358](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22358) > - Got 404 with non-ASCII coded static resources in webflux [#22272](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22272) > > ## :notebook_with_decorative_cover: Documentation > > - NullPointerException in Base64Utils.encodeToString [#22812](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22812) > - Remove the PROPAGATION_ prefix in the documentation of enum Propagation [#22809](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/22809) > - Inconsistent behavior when autowiring multiple beans by type as collection without matching beans [#22735](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22735) > - Acknowledge that HttpHeaders are case-insensitive [#22723](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22723) > > ## :heart: Contributors > > We'd like to thank all the contributors who worked on this release! > > - [@​sviperll](https://github.com/sviperll) > ... (truncated)
Commits - [`dad0b1e`](https://github.com/spring-projects/spring-framework/commit/dad0b1e98cacf417cc5c68b5884e7a1e47b85000) Release version 5.1.7.RELEASE - [`c8d49ed`](https://github.com/spring-projects/spring-framework/commit/c8d49ed284a2b2ec0557445d36e13e7bf881ffc3) Fix EncoderHttpMessageWriter.isStreamingMediaType() - [`484ec64`](https://github.com/spring-projects/spring-framework/commit/484ec643050397b5496b4156d8dea226a7c794f9) Minor integration doc refinements - [`59fdce1`](https://github.com/spring-projects/spring-framework/commit/59fdce111675ba22960333ac33e9eff372956807) Fix bug in EncoderHttpMessageWriter.isStreamingMediaType() - [`c717d24`](https://github.com/spring-projects/spring-framework/commit/c717d245bd5448f07e2bf381e3c41db4f410848b) Upgrade to Californium-SR8 - [`190b751`](https://github.com/spring-projects/spring-framework/commit/190b751147c34bcda822f8a63f97fd45f9d9aa3b) Support any HttpEntity implementing ResolvableTypeProvider - [`c4a95c9`](https://github.com/spring-projects/spring-framework/commit/c4a95c99e55ad8d555ca3e1fd51fda135c5adf1e) Upgrade to Reactor Californium SR7 - [`6e0dfd6`](https://github.com/spring-projects/spring-framework/commit/6e0dfd6999aaec4590625de9f818abab16c3aa92) Check if Accept-Charset is present before adding it - [`cdd3462`](https://github.com/spring-projects/spring-framework/commit/cdd346222c1325ff0197159bc4e2ac5e7568a9e3) Add reference counting for UndertowDataBuffer - [`ecc165a`](https://github.com/spring-projects/spring-framework/commit/ecc165a94f7a82a0e5c85c481d751ed812b9f71f) Consistent spelling on index page - Additional commits viewable in [compare view](https://github.com/spring-projects/spring-framework/compare/v3.2.18.RELEASE...v5.1.7.RELEASE)


Updates spring-webmvc from 3.2.18.RELEASE to 5.1.7.RELEASE

Release notes *Sourced from [spring-webmvc's releases](https://github.com/spring-projects/spring-framework/releases).* > ## v5.1.7.RELEASE > ## :star: New Features > > - Support any HttpEntity implementing ResolvableTypeProvider [#22931](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22931) > - Early out in PropertyPlaceholderHelper if no placeholder exists [#22870](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/22870) > - Don't throw an exception in CookieLocaleResolver, fallback to default locale instead [#22861](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22861) > - Streamline ReactiveAdapterRegistry.getAdapter usage [#22842](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22842) > - Consider logging classcast exceptions caused by lambdas at trace level [#22834](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22834) > - Ensure flush after StreamingResponseBody [#22813](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22813) > - Optimize writing with Mono Publisher [#22800](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22800) > - Disable ShallowEtagHeaderFilter when ETag handled in application [#22797](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22797) > - Avoid MessageFormat processing for default `@Pattern` validation message [#22761](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22761) > - Avoid SourceClass creation for annotations that are always ignored [#22750](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22750) > - Avoid expensive assertions in HttpRange [#22742](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22742) > - Avoid exceptions in ReflectionUtils.isObjectMethod(…) [#22730](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22730) > - Jackson2Tokenizer ignores USE_BIG_DECIMAL_FOR_FLOATS deserialization feature [#22510](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22510) > - StringHttpMessageConverter will add all the default charsets even if Accept-Charset is set explicitly [#22506](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22506) > - Fix CompletableFuture exception handling [#22476](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/22476) > > ## :beetle: Bug Fixes > > - Fix EncoderHttpMessageWriter.isStreamingMediaType() [#22936](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22936) > - Consistent handling of empty List entries in LinkedMultiValueMap [#22912](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22912) > - Check if null before accessing exception message in webflux InvocableHandlerMethod#logArgumentErrorIfNecessary [#22900](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/22900) > - DefaultListableBeanFactory.destroySingleton(s) not thread-safe for manual singletons [#22896](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22896) > - MockHttpServletRequest raises IndexOutOfBoundsException when Accept-Language is not set [#22877](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22877) > - Avoid unguarded String concatenation for debug/trace logging [#22874](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22874) > - [Regression] 404 without ACCEPT request header results in a 406 in Spring Framework 5.1.6 [#22853](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22853) > - ResourceUrlEncodingFilter throws StringIndexOutOfBoundsException when %ED%B6 is in the URL path [#22851](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22851) > - MockCookie.parse(String) mishandles case sensitivity [#22786](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22786) > - WebClient fails to send POST body when ObjectMapper FLUSH_AFTER_WRITE_VALUE is false [#22771](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22771) > - More leaks related to Mono.just(dataBuffer) or Flux.just(dataBuffer) [#22754](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22754) > - Jackson2ObjectMapperBuilder prevents the registration of multiple modules with a null typeId [#22740](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22740) > - ProtobufEncoder and ProtobufDecoder buffer leaks [#22731](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22731) > - o.s.h.server.reactive.ChannelSendOperator may leak the memory on cancel/error [#22720](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22720) > - EL1072E when evaluating compiled comparison expression [#22358](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22358) > - Got 404 with non-ASCII coded static resources in webflux [#22272](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22272) > > ## :notebook_with_decorative_cover: Documentation > > - NullPointerException in Base64Utils.encodeToString [#22812](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22812) > - Remove the PROPAGATION_ prefix in the documentation of enum Propagation [#22809](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/22809) > - Inconsistent behavior when autowiring multiple beans by type as collection without matching beans [#22735](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22735) > - Acknowledge that HttpHeaders are case-insensitive [#22723](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22723) > > ## :heart: Contributors > > We'd like to thank all the contributors who worked on this release! > > - [@​sviperll](https://github.com/sviperll) > ... (truncated)
Commits - [`dad0b1e`](https://github.com/spring-projects/spring-framework/commit/dad0b1e98cacf417cc5c68b5884e7a1e47b85000) Release version 5.1.7.RELEASE - [`c8d49ed`](https://github.com/spring-projects/spring-framework/commit/c8d49ed284a2b2ec0557445d36e13e7bf881ffc3) Fix EncoderHttpMessageWriter.isStreamingMediaType() - [`484ec64`](https://github.com/spring-projects/spring-framework/commit/484ec643050397b5496b4156d8dea226a7c794f9) Minor integration doc refinements - [`59fdce1`](https://github.com/spring-projects/spring-framework/commit/59fdce111675ba22960333ac33e9eff372956807) Fix bug in EncoderHttpMessageWriter.isStreamingMediaType() - [`c717d24`](https://github.com/spring-projects/spring-framework/commit/c717d245bd5448f07e2bf381e3c41db4f410848b) Upgrade to Californium-SR8 - [`190b751`](https://github.com/spring-projects/spring-framework/commit/190b751147c34bcda822f8a63f97fd45f9d9aa3b) Support any HttpEntity implementing ResolvableTypeProvider - [`c4a95c9`](https://github.com/spring-projects/spring-framework/commit/c4a95c99e55ad8d555ca3e1fd51fda135c5adf1e) Upgrade to Reactor Californium SR7 - [`6e0dfd6`](https://github.com/spring-projects/spring-framework/commit/6e0dfd6999aaec4590625de9f818abab16c3aa92) Check if Accept-Charset is present before adding it - [`cdd3462`](https://github.com/spring-projects/spring-framework/commit/cdd346222c1325ff0197159bc4e2ac5e7568a9e3) Add reference counting for UndertowDataBuffer - [`ecc165a`](https://github.com/spring-projects/spring-framework/commit/ecc165a94f7a82a0e5c85c481d751ed812b9f71f) Consistent spelling on index page - Additional commits viewable in [compare view](https://github.com/spring-projects/spring-framework/compare/v3.2.18.RELEASE...v5.1.7.RELEASE)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
CLAassistant commented 10 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.