You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/03/23 23:21:27 UTC

[GitHub] [directory-fortress-enmasse] dependabot[bot] opened a new pull request, #8: Bump spring-core from 5.3.22 to 5.3.26

dependabot[bot] opened a new pull request, #8:
URL: https://github.com/apache/directory-fortress-enmasse/pull/8

   Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.22 to 5.3.26.
   <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.3.26</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Improve diagnostics in SpEL for <code>matches</code> operator <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30145">#30145</a></li>
   <li>Improve diagnostics in SpEL for repeated text <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30143">#30143</a></li>
   <li>Increase scope of regex pattern cache for the SpEL <code>matches</code> operator <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30141">#30141</a></li>
   <li>Minor updates in HandlerMappingIntrospector <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30128">#30128</a></li>
   <li>Allow SnakeYaml 2.0 runtime compatibility <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30097">#30097</a></li>
   <li>Add missing <code>@Nullable</code> annotations to <code>LogMessage.format</code> methods <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30009">#30009</a></li>
   <li>ASM upgrade for JDK 20/21 support <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29966">#29966</a></li>
   <li>Allow MockRest to match header/queryParam value list with one Matcher <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29964">#29964</a></li>
   <li>Add <code>MockMvc.multipart()</code> Kotlin extensions with <code>HttpMethod</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29941">#29941</a></li>
   <li>Release R2DBC connection when cleanup fails in transaction <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29925">#29925</a></li>
   <li>org.springframework.web.context.ContextLoader should lazily load ContextLoader.properties <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29909">#29909</a></li>
   <li>Improve generated default name for <code>@JmsListener</code> subscription <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29902">#29902</a></li>
   <li>Include all Hibernate query methods in <code>SharedEntityManagerCreator</code>'s <code>queryTerminatingMethods</code> set <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29888">#29888</a></li>
   <li>SQL supplier in R2DBC <code>DatabaseClient</code> is eagerly invoked <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29887">#29887</a></li>
   <li>Spring Framework 5.3.x is incompatible with Jetty 10 (Client) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29867">#29867</a></li>
   <li>Possible infinite forward loop with MockMvcWebConnection <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29866">#29866</a></li>
   <li>Refine <code>Jackson2ObjectMapperBuilder#configureFeature</code> exception handling <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29860">#29860</a></li>
   <li>Fix R2dbcTransactionManager debug log: don't log a Mono <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29824">#29824</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>RequestedContentTypeResolver does not ignore quality factor when filtering */* media types <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30121">#30121</a></li>
   <li>SpEL: cannot call methods declared in <code>java.lang.Object</code> on a JDK proxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30118">#30118</a></li>
   <li>CaffeineCacheManager getCache method cause thread block <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30085">#30085</a></li>
   <li>Protect JMS connection creation against prepareConnection errors <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30051">#30051</a></li>
   <li>ReactorServerHttpRequest does not reflect forwarded host and port when <code>forwarding-header-strategy=native</code> or cloud platform detected <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29974">#29974</a></li>
   <li>WebSocket stats not updated correctly when sessions cleared <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29947">#29947</a></li>
   <li>Explicit target ClassLoader for interface-based proxies in MvcUriComponentsBuilder <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29914">#29914</a></li>
   <li>Closing an ApplicationContext leads to Exception at ExecutorServiceAdapter <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29908">#29908</a></li>
   <li>Invalid Accept header results in IllegalStateException <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29836">#29836</a></li>
   <li>JettyWebSocketCreator referenced from a method is not visible from class loader with <code>Jetty10RequestUpgradeStrategy</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29256">#29256</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix minor spacings in webflux docs <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30095">#30095</a></li>
   <li><code>@AspectJ</code> argument name resolution algorithm is outdated in reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30057">#30057</a></li>
   <li>Fix &quot;Configuring a Global Date and Time Format&quot; example <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30036">#30036</a></li>
   <li>Consistent <code>@Bean</code> method return type for equivalence with XML example <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29970">#29970</a></li>
   <li>Update <code>@DynamicPropertySource</code> examples regarding changes in Testcontainers <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29940">#29940</a></li>
   <li>Clarify semantics of <code>primitivesDefaultedForNullValue</code> in <code>BeanPropertyRowMapper</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29926">#29926</a></li>
   <li>Clearly document that <code>DataClassRowMapper</code> supports Java records <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29922">#29922</a></li>
   <li>Outdated Javadoc for AbstractApplicationContext.postProcessBeanFactory <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29916">#29916</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor Netty 2020.0.30 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30116">#30116</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3540029931c957b646fe219e6c3e713f044ee767"><code>3540029</code></a> Release v5.3.26</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/eafe3afe11c9fc440ce3088e7e45ecaeffb57a52"><code>eafe3af</code></a> Polishing and minor refactoring in HandlerMappingIntrospector</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/26e0343c1638d59a28a7991bfcaed32dbc4996e4"><code>26e0343</code></a> Improve diagnostics in SpEL for <code>matches</code> operator</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4d5e7207f20a140258495ad72923c2259e3c800f"><code>4d5e720</code></a> Improve diagnostics in SpEL for repeated text</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/430fc25acad2e85cbdddcd52b64481691f03ebd1"><code>430fc25</code></a> Increase scope of regex pattern cache for the SpEL <code>matches</code> operator</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0882ca57d45c80fd35ab11d763bcc50737af8287"><code>0882ca5</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/94bbf85c0e348091ee2923d834ee1e1ef35a19c2"><code>94bbf85</code></a> Stop printing to System.out in SpEL tests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2c2ef12f6853f074f526088f284122bb1f8a9483"><code>2c2ef12</code></a> Upgrade to Netty 4.1.90 and Checkstyle 10.9.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/120d512ff6ea2591ed96ccdbb1f374398af7a465"><code>120d512</code></a> Polishing (backported from main)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3ddf183922fa8a73b248fe3fa44cabaf7b813359"><code>3ddf183</code></a> Update copyright headers</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.22...v5.3.26">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework:spring-core&package-manager=maven&previous-version=5.3.22&new-version=5.3.26)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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)
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/directory-fortress-enmasse/network/alerts).
   
   </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.

To unsubscribe, e-mail: commits-unsubscribe@directory.apache.org

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


[GitHub] [directory-fortress-enmasse] shawnmckinney merged pull request #8: Bump spring-core from 5.3.22 to 5.3.26

Posted by "shawnmckinney (via GitHub)" <gi...@apache.org>.
shawnmckinney merged PR #8:
URL: https://github.com/apache/directory-fortress-enmasse/pull/8


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@directory.apache.org

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