You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2020/07/22 04:12:07 UTC

[GitHub] [maven-indexer] dependabot[bot] opened a new pull request #66: Bump version.spring from 4.0.6.RELEASE to 5.2.8.RELEASE

dependabot[bot] opened a new pull request #66:
URL: https://github.com/apache/maven-indexer/pull/66


   Bumps `version.spring` from 4.0.6.RELEASE to 5.2.8.RELEASE.
   Updates `spring-beans` from 4.0.6.RELEASE to 5.2.8.RELEASE
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-beans's releases</a>.</em></p>
   <blockquote>
   <h2>v5.2.8.RELEASE</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Defer creating logger in StandardWebSocketHandlerAdapter <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25427">#25427</a></li>
   <li>MutablePropertySources will not find or remove proxied sources <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25369">#25369</a></li>
   <li>Profiles should be comparable when created via Profiles.of() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25340">#25340</a></li>
   <li>Avoid re-creating RSocketRequester instance per subscriber <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25330">#25330</a></li>
   <li>Hoist Class.getName() from String concatenation to dodge an issue related to profile pollution <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25324">#25324</a></li>
   <li>Improve Random seed in SocketUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25321">#25321</a></li>
   <li>Support fragments in UriComponentsBuilder.fromHttpUrl() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25300">#25300</a></li>
   <li>Support for custom cache registration in CaffeineCacheManager <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25230">#25230</a></li>
   <li>Don't get ContentCachingResponseWrapper in ShallowEtagHeaderFilter so that users can extend this wrapper <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/24976">#24976</a></li>
   <li>Unnecessarily alarming stack trace logged during scheduler resolution <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23268">#23268</a></li>
   <li>Expose a setExceptionListener method in DefaultJmsListenerContainerFactory [SPR-17570] <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22102">#22102</a></li>
   </ul>
   <h2>:beetle: Bug fixes</h2>
   <ul>
   <li>UriComponentsBuilder.cloneBuilder() cause sharing query parameters between builders <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25423">#25423</a></li>
   <li>SimpleJdbcCall does not find stored function with PostgreSQL driver 42.2.11 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25399">#25399</a></li>
   <li>MappingJackson2HttpMessageConverter might be too specific in its Charset support <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25322">#25322</a></li>
   <li>ReactorNetty websocket issue for multiple clients with different protocols <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25315">#25315</a></li>
   <li>Mutating a ServerHttpRequest breaks the existing context path <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25279">#25279</a></li>
   <li>ServerHttpRequest.getSslInfo() always returns null for reactor-netty HTTP/2 requests <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25278">#25278</a></li>
   <li>NoRollbackFor rule causes TransactionAspectSupport to log unwarranted &quot;exception overridden&quot; error on WebSphere <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25253">#25253</a></li>
   <li>AbstractJackson2HttpMessageConverter - Check for encoding breaks JSON to POJO de-serialization experience <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25247">#25247</a></li>
   <li>The AbstractTemplateViewResolver class is not abstract <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25240">#25240</a></li>
   <li>WebClient: NPE and leak in case connection is reset by server. <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25216">#25216</a></li>
   <li>Oracle LOB segments holding TEMP space after executing SP using SimpleJdbcCall with SqlParameterSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22972">#22972</a></li>
   <li>IllegalReferenceCountException happens when the operation was canceled <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22594">#22594</a></li>
   <li>DefaultListableBeanFactory.getBean(Class) may throw NoSuchBeanDefinitionException when removeBeanDefinition is being called simultaneously to remove an unrelated bean <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22263">#22263</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Clarify enforceInitMethod/enforceDestroyMethod default values in AbstractBeanDefinition <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25402">#25402</a></li>
   <li>Improve JavaDoc for ConfigurableApplicationContext.refresh() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25380">#25380</a></li>
   <li>Fix interface and class names in examples in core-aop doc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25351">#25351</a></li>
   <li>Wording changes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25314">#25314</a></li>
   <li>Fix typo in Java example for handler class <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25302">#25302</a></li>
   <li>Improve Javadoc for <a href="https://github.com/Value">@Value</a> regarding supported expressions <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25284">#25284</a></li>
   <li>Fix syntax in validation examples <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25251">#25251</a></li>
   <li>Document exception handling limitations in TaskDecorator implementations (specifically for ThreadPoolTaskExecutor#submit) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25231">#25231</a></li>
   </ul>
   <h2>:hammer: Dependency upgrades</h2>
   <ul>
   <li>Upgrade to Reactor Dysprosium-SR10 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25376">#25376</a></li>
   <li>Upgrade to nohttp 0.0.5 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25266">#25266</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>We’d like to thank all the contributors who worked on our current release!</p>
   <!-- raw HTML omitted -->
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c23b1bd6afb529125ee8ad8df64e172cf4c65f31"><code>c23b1bd</code></a> Release version 5.2.8.RELEASE</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1c83b3fc227d72b0c96551513c4acca86456386a"><code>1c83b3f</code></a> Wording changes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/913eca9e141b9c58c2c175dc822ceab624a96f0b"><code>913eca9</code></a> ReactorNettyRequestUpgradeStrategy uses unique builder per request</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6c7f18e902b7658d08d3d747a89153f9c88f382f"><code>6c7f18e</code></a> Upgrade to Jetty Reactive HttpClient 1.1.4</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/64f4703445c57adba37477394f2c3217d0af99cb"><code>64f4703</code></a> Defer creating logger in StandardWebSocketHandlerAdapter to instantiation time</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/eb032a50a0a3c5c4b0d6aa264c5d7685a94a57ca"><code>eb032a5</code></a> Upgrade to Reactor Dysprosium-SR10</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/65e601090fd831dadcf20a18d7e90fde8b5a87cf"><code>65e6010</code></a> Copy queryParams MultiValueMap through addAll (for independent List entries)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f1345aadf5879659c186a1dac7915f47d6c1cd14"><code>f1345aa</code></a> Defensively access existing beanDefinitionMap entries</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/43e315f10c6021ef46f403f17b473ffd98c8474a"><code>43e315f</code></a> Unwrap SqlParameterValue for disposable value detection in cleanupParameters</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/30bc5e09e72c340f92e224515f1198bd88ab6a3d"><code>30bc5e0</code></a> Defensively catch NoSuchBeanDefinitionException on beanDefinitionNames traversal</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v4.0.6.RELEASE...v5.2.8.RELEASE">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-context` from 4.0.6.RELEASE to 5.2.8.RELEASE
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-context's releases</a>.</em></p>
   <blockquote>
   <h2>v5.2.8.RELEASE</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Defer creating logger in StandardWebSocketHandlerAdapter <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25427">#25427</a></li>
   <li>MutablePropertySources will not find or remove proxied sources <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25369">#25369</a></li>
   <li>Profiles should be comparable when created via Profiles.of() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25340">#25340</a></li>
   <li>Avoid re-creating RSocketRequester instance per subscriber <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25330">#25330</a></li>
   <li>Hoist Class.getName() from String concatenation to dodge an issue related to profile pollution <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25324">#25324</a></li>
   <li>Improve Random seed in SocketUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25321">#25321</a></li>
   <li>Support fragments in UriComponentsBuilder.fromHttpUrl() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25300">#25300</a></li>
   <li>Support for custom cache registration in CaffeineCacheManager <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25230">#25230</a></li>
   <li>Don't get ContentCachingResponseWrapper in ShallowEtagHeaderFilter so that users can extend this wrapper <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/24976">#24976</a></li>
   <li>Unnecessarily alarming stack trace logged during scheduler resolution <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23268">#23268</a></li>
   <li>Expose a setExceptionListener method in DefaultJmsListenerContainerFactory [SPR-17570] <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22102">#22102</a></li>
   </ul>
   <h2>:beetle: Bug fixes</h2>
   <ul>
   <li>UriComponentsBuilder.cloneBuilder() cause sharing query parameters between builders <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25423">#25423</a></li>
   <li>SimpleJdbcCall does not find stored function with PostgreSQL driver 42.2.11 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25399">#25399</a></li>
   <li>MappingJackson2HttpMessageConverter might be too specific in its Charset support <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25322">#25322</a></li>
   <li>ReactorNetty websocket issue for multiple clients with different protocols <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25315">#25315</a></li>
   <li>Mutating a ServerHttpRequest breaks the existing context path <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25279">#25279</a></li>
   <li>ServerHttpRequest.getSslInfo() always returns null for reactor-netty HTTP/2 requests <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25278">#25278</a></li>
   <li>NoRollbackFor rule causes TransactionAspectSupport to log unwarranted &quot;exception overridden&quot; error on WebSphere <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25253">#25253</a></li>
   <li>AbstractJackson2HttpMessageConverter - Check for encoding breaks JSON to POJO de-serialization experience <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25247">#25247</a></li>
   <li>The AbstractTemplateViewResolver class is not abstract <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25240">#25240</a></li>
   <li>WebClient: NPE and leak in case connection is reset by server. <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25216">#25216</a></li>
   <li>Oracle LOB segments holding TEMP space after executing SP using SimpleJdbcCall with SqlParameterSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22972">#22972</a></li>
   <li>IllegalReferenceCountException happens when the operation was canceled <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22594">#22594</a></li>
   <li>DefaultListableBeanFactory.getBean(Class) may throw NoSuchBeanDefinitionException when removeBeanDefinition is being called simultaneously to remove an unrelated bean <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22263">#22263</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Clarify enforceInitMethod/enforceDestroyMethod default values in AbstractBeanDefinition <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25402">#25402</a></li>
   <li>Improve JavaDoc for ConfigurableApplicationContext.refresh() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25380">#25380</a></li>
   <li>Fix interface and class names in examples in core-aop doc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25351">#25351</a></li>
   <li>Wording changes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25314">#25314</a></li>
   <li>Fix typo in Java example for handler class <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25302">#25302</a></li>
   <li>Improve Javadoc for <a href="https://github.com/Value">@Value</a> regarding supported expressions <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25284">#25284</a></li>
   <li>Fix syntax in validation examples <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25251">#25251</a></li>
   <li>Document exception handling limitations in TaskDecorator implementations (specifically for ThreadPoolTaskExecutor#submit) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25231">#25231</a></li>
   </ul>
   <h2>:hammer: Dependency upgrades</h2>
   <ul>
   <li>Upgrade to Reactor Dysprosium-SR10 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25376">#25376</a></li>
   <li>Upgrade to nohttp 0.0.5 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25266">#25266</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>We’d like to thank all the contributors who worked on our current release!</p>
   <!-- raw HTML omitted -->
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c23b1bd6afb529125ee8ad8df64e172cf4c65f31"><code>c23b1bd</code></a> Release version 5.2.8.RELEASE</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1c83b3fc227d72b0c96551513c4acca86456386a"><code>1c83b3f</code></a> Wording changes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/913eca9e141b9c58c2c175dc822ceab624a96f0b"><code>913eca9</code></a> ReactorNettyRequestUpgradeStrategy uses unique builder per request</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6c7f18e902b7658d08d3d747a89153f9c88f382f"><code>6c7f18e</code></a> Upgrade to Jetty Reactive HttpClient 1.1.4</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/64f4703445c57adba37477394f2c3217d0af99cb"><code>64f4703</code></a> Defer creating logger in StandardWebSocketHandlerAdapter to instantiation time</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/eb032a50a0a3c5c4b0d6aa264c5d7685a94a57ca"><code>eb032a5</code></a> Upgrade to Reactor Dysprosium-SR10</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/65e601090fd831dadcf20a18d7e90fde8b5a87cf"><code>65e6010</code></a> Copy queryParams MultiValueMap through addAll (for independent List entries)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f1345aadf5879659c186a1dac7915f47d6c1cd14"><code>f1345aa</code></a> Defensively access existing beanDefinitionMap entries</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/43e315f10c6021ef46f403f17b473ffd98c8474a"><code>43e315f</code></a> Unwrap SqlParameterValue for disposable value detection in cleanupParameters</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/30bc5e09e72c340f92e224515f1198bd88ab6a3d"><code>30bc5e0</code></a> Defensively catch NoSuchBeanDefinitionException on beanDefinitionNames traversal</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v4.0.6.RELEASE...v5.2.8.RELEASE">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-core` from 4.0.6.RELEASE to 5.2.8.RELEASE
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-core's releases</a>.</em></p>
   <blockquote>
   <h2>v5.2.8.RELEASE</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Defer creating logger in StandardWebSocketHandlerAdapter <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25427">#25427</a></li>
   <li>MutablePropertySources will not find or remove proxied sources <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25369">#25369</a></li>
   <li>Profiles should be comparable when created via Profiles.of() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25340">#25340</a></li>
   <li>Avoid re-creating RSocketRequester instance per subscriber <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25330">#25330</a></li>
   <li>Hoist Class.getName() from String concatenation to dodge an issue related to profile pollution <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25324">#25324</a></li>
   <li>Improve Random seed in SocketUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25321">#25321</a></li>
   <li>Support fragments in UriComponentsBuilder.fromHttpUrl() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25300">#25300</a></li>
   <li>Support for custom cache registration in CaffeineCacheManager <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25230">#25230</a></li>
   <li>Don't get ContentCachingResponseWrapper in ShallowEtagHeaderFilter so that users can extend this wrapper <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/24976">#24976</a></li>
   <li>Unnecessarily alarming stack trace logged during scheduler resolution <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23268">#23268</a></li>
   <li>Expose a setExceptionListener method in DefaultJmsListenerContainerFactory [SPR-17570] <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22102">#22102</a></li>
   </ul>
   <h2>:beetle: Bug fixes</h2>
   <ul>
   <li>UriComponentsBuilder.cloneBuilder() cause sharing query parameters between builders <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25423">#25423</a></li>
   <li>SimpleJdbcCall does not find stored function with PostgreSQL driver 42.2.11 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25399">#25399</a></li>
   <li>MappingJackson2HttpMessageConverter might be too specific in its Charset support <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25322">#25322</a></li>
   <li>ReactorNetty websocket issue for multiple clients with different protocols <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25315">#25315</a></li>
   <li>Mutating a ServerHttpRequest breaks the existing context path <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25279">#25279</a></li>
   <li>ServerHttpRequest.getSslInfo() always returns null for reactor-netty HTTP/2 requests <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25278">#25278</a></li>
   <li>NoRollbackFor rule causes TransactionAspectSupport to log unwarranted &quot;exception overridden&quot; error on WebSphere <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25253">#25253</a></li>
   <li>AbstractJackson2HttpMessageConverter - Check for encoding breaks JSON to POJO de-serialization experience <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25247">#25247</a></li>
   <li>The AbstractTemplateViewResolver class is not abstract <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25240">#25240</a></li>
   <li>WebClient: NPE and leak in case connection is reset by server. <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25216">#25216</a></li>
   <li>Oracle LOB segments holding TEMP space after executing SP using SimpleJdbcCall with SqlParameterSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22972">#22972</a></li>
   <li>IllegalReferenceCountException happens when the operation was canceled <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22594">#22594</a></li>
   <li>DefaultListableBeanFactory.getBean(Class) may throw NoSuchBeanDefinitionException when removeBeanDefinition is being called simultaneously to remove an unrelated bean <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22263">#22263</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Clarify enforceInitMethod/enforceDestroyMethod default values in AbstractBeanDefinition <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25402">#25402</a></li>
   <li>Improve JavaDoc for ConfigurableApplicationContext.refresh() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25380">#25380</a></li>
   <li>Fix interface and class names in examples in core-aop doc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25351">#25351</a></li>
   <li>Wording changes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25314">#25314</a></li>
   <li>Fix typo in Java example for handler class <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25302">#25302</a></li>
   <li>Improve Javadoc for <a href="https://github.com/Value">@Value</a> regarding supported expressions <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25284">#25284</a></li>
   <li>Fix syntax in validation examples <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25251">#25251</a></li>
   <li>Document exception handling limitations in TaskDecorator implementations (specifically for ThreadPoolTaskExecutor#submit) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25231">#25231</a></li>
   </ul>
   <h2>:hammer: Dependency upgrades</h2>
   <ul>
   <li>Upgrade to Reactor Dysprosium-SR10 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25376">#25376</a></li>
   <li>Upgrade to nohttp 0.0.5 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25266">#25266</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>We’d like to thank all the contributors who worked on our current release!</p>
   <!-- raw HTML omitted -->
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c23b1bd6afb529125ee8ad8df64e172cf4c65f31"><code>c23b1bd</code></a> Release version 5.2.8.RELEASE</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1c83b3fc227d72b0c96551513c4acca86456386a"><code>1c83b3f</code></a> Wording changes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/913eca9e141b9c58c2c175dc822ceab624a96f0b"><code>913eca9</code></a> ReactorNettyRequestUpgradeStrategy uses unique builder per request</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6c7f18e902b7658d08d3d747a89153f9c88f382f"><code>6c7f18e</code></a> Upgrade to Jetty Reactive HttpClient 1.1.4</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/64f4703445c57adba37477394f2c3217d0af99cb"><code>64f4703</code></a> Defer creating logger in StandardWebSocketHandlerAdapter to instantiation time</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/eb032a50a0a3c5c4b0d6aa264c5d7685a94a57ca"><code>eb032a5</code></a> Upgrade to Reactor Dysprosium-SR10</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/65e601090fd831dadcf20a18d7e90fde8b5a87cf"><code>65e6010</code></a> Copy queryParams MultiValueMap through addAll (for independent List entries)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f1345aadf5879659c186a1dac7915f47d6c1cd14"><code>f1345aa</code></a> Defensively access existing beanDefinitionMap entries</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/43e315f10c6021ef46f403f17b473ffd98c8474a"><code>43e315f</code></a> Unwrap SqlParameterValue for disposable value detection in cleanupParameters</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/30bc5e09e72c340f92e224515f1198bd88ab6a3d"><code>30bc5e0</code></a> Defensively catch NoSuchBeanDefinitionException on beanDefinitionNames traversal</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v4.0.6.RELEASE...v5.2.8.RELEASE">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-test` from 4.0.6.RELEASE to 5.2.8.RELEASE
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-test's releases</a>.</em></p>
   <blockquote>
   <h2>v5.2.8.RELEASE</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Defer creating logger in StandardWebSocketHandlerAdapter <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25427">#25427</a></li>
   <li>MutablePropertySources will not find or remove proxied sources <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25369">#25369</a></li>
   <li>Profiles should be comparable when created via Profiles.of() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25340">#25340</a></li>
   <li>Avoid re-creating RSocketRequester instance per subscriber <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25330">#25330</a></li>
   <li>Hoist Class.getName() from String concatenation to dodge an issue related to profile pollution <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25324">#25324</a></li>
   <li>Improve Random seed in SocketUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25321">#25321</a></li>
   <li>Support fragments in UriComponentsBuilder.fromHttpUrl() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25300">#25300</a></li>
   <li>Support for custom cache registration in CaffeineCacheManager <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25230">#25230</a></li>
   <li>Don't get ContentCachingResponseWrapper in ShallowEtagHeaderFilter so that users can extend this wrapper <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/24976">#24976</a></li>
   <li>Unnecessarily alarming stack trace logged during scheduler resolution <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23268">#23268</a></li>
   <li>Expose a setExceptionListener method in DefaultJmsListenerContainerFactory [SPR-17570] <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22102">#22102</a></li>
   </ul>
   <h2>:beetle: Bug fixes</h2>
   <ul>
   <li>UriComponentsBuilder.cloneBuilder() cause sharing query parameters between builders <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25423">#25423</a></li>
   <li>SimpleJdbcCall does not find stored function with PostgreSQL driver 42.2.11 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25399">#25399</a></li>
   <li>MappingJackson2HttpMessageConverter might be too specific in its Charset support <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25322">#25322</a></li>
   <li>ReactorNetty websocket issue for multiple clients with different protocols <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25315">#25315</a></li>
   <li>Mutating a ServerHttpRequest breaks the existing context path <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25279">#25279</a></li>
   <li>ServerHttpRequest.getSslInfo() always returns null for reactor-netty HTTP/2 requests <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25278">#25278</a></li>
   <li>NoRollbackFor rule causes TransactionAspectSupport to log unwarranted &quot;exception overridden&quot; error on WebSphere <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25253">#25253</a></li>
   <li>AbstractJackson2HttpMessageConverter - Check for encoding breaks JSON to POJO de-serialization experience <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25247">#25247</a></li>
   <li>The AbstractTemplateViewResolver class is not abstract <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25240">#25240</a></li>
   <li>WebClient: NPE and leak in case connection is reset by server. <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25216">#25216</a></li>
   <li>Oracle LOB segments holding TEMP space after executing SP using SimpleJdbcCall with SqlParameterSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22972">#22972</a></li>
   <li>IllegalReferenceCountException happens when the operation was canceled <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22594">#22594</a></li>
   <li>DefaultListableBeanFactory.getBean(Class) may throw NoSuchBeanDefinitionException when removeBeanDefinition is being called simultaneously to remove an unrelated bean <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22263">#22263</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Clarify enforceInitMethod/enforceDestroyMethod default values in AbstractBeanDefinition <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25402">#25402</a></li>
   <li>Improve JavaDoc for ConfigurableApplicationContext.refresh() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25380">#25380</a></li>
   <li>Fix interface and class names in examples in core-aop doc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25351">#25351</a></li>
   <li>Wording changes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25314">#25314</a></li>
   <li>Fix typo in Java example for handler class <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25302">#25302</a></li>
   <li>Improve Javadoc for <a href="https://github.com/Value">@Value</a> regarding supported expressions <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25284">#25284</a></li>
   <li>Fix syntax in validation examples <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25251">#25251</a></li>
   <li>Document exception handling limitations in TaskDecorator implementations (specifically for ThreadPoolTaskExecutor#submit) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25231">#25231</a></li>
   </ul>
   <h2>:hammer: Dependency upgrades</h2>
   <ul>
   <li>Upgrade to Reactor Dysprosium-SR10 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25376">#25376</a></li>
   <li>Upgrade to nohttp 0.0.5 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25266">#25266</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>We’d like to thank all the contributors who worked on our current release!</p>
   <!-- raw HTML omitted -->
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c23b1bd6afb529125ee8ad8df64e172cf4c65f31"><code>c23b1bd</code></a> Release version 5.2.8.RELEASE</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1c83b3fc227d72b0c96551513c4acca86456386a"><code>1c83b3f</code></a> Wording changes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/913eca9e141b9c58c2c175dc822ceab624a96f0b"><code>913eca9</code></a> ReactorNettyRequestUpgradeStrategy uses unique builder per request</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6c7f18e902b7658d08d3d747a89153f9c88f382f"><code>6c7f18e</code></a> Upgrade to Jetty Reactive HttpClient 1.1.4</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/64f4703445c57adba37477394f2c3217d0af99cb"><code>64f4703</code></a> Defer creating logger in StandardWebSocketHandlerAdapter to instantiation time</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/eb032a50a0a3c5c4b0d6aa264c5d7685a94a57ca"><code>eb032a5</code></a> Upgrade to Reactor Dysprosium-SR10</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/65e601090fd831dadcf20a18d7e90fde8b5a87cf"><code>65e6010</code></a> Copy queryParams MultiValueMap through addAll (for independent List entries)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f1345aadf5879659c186a1dac7915f47d6c1cd14"><code>f1345aa</code></a> Defensively access existing beanDefinitionMap entries</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/43e315f10c6021ef46f403f17b473ffd98c8474a"><code>43e315f</code></a> Unwrap SqlParameterValue for disposable value detection in cleanupParameters</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/30bc5e09e72c340f92e224515f1198bd88ab6a3d"><code>30bc5e0</code></a> Defensively catch NoSuchBeanDefinitionException on beanDefinitionNames traversal</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v4.0.6.RELEASE...v5.2.8.RELEASE">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)
   
   
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [maven-indexer] dependabot[bot] commented on pull request #66: Bump version.spring from 4.0.6.RELEASE to 5.2.8.RELEASE

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #66:
URL: https://github.com/apache/maven-indexer/pull/66#issuecomment-693155543


   Superseded by #69.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [maven-indexer] dependabot[bot] closed pull request #66: Bump version.spring from 4.0.6.RELEASE to 5.2.8.RELEASE

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #66:
URL: https://github.com/apache/maven-indexer/pull/66


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org