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

[GitHub] [servicecomb-java-chassis] dependabot[bot] opened a new pull request, #3834: Bump spring-framework-bom from 5.3.27 to 5.3.28

dependabot[bot] opened a new pull request, #3834:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3834

   Bumps [spring-framework-bom](https://github.com/spring-projects/spring-framework) from 5.3.27 to 5.3.28.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-framework-bom's releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.28</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ClassLoader can be null in DeserializingConverter and should be annotated with <code>@Nullable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30672">#30672</a></li>
   <li>Performance optimization in AbstractBeanFactoryBasedTargetSource.hashCode() <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30585">#30585</a></li>
   <li>Consistent support for MultiValueMap and common Map implementations in CollectionFactory <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30441">#30441</a></li>
   <li>Reject null and empty SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30373">#30373</a></li>
   <li>Introduce <code>Environment.matchesProfiles()</code> for profile expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30226">#30226</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Change of behaviour for UUID in bean validation output in v5.3.27 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30662">#30662</a></li>
   <li>Spring Framework 5.3.27 appears to cause issues in OSGi environment <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30637">#30637</a></li>
   <li>Inconsistent ProxyCallbackFilter#equals/hashCode methods in CglibAopProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30616">#30616</a></li>
   <li>EclipseLinkJpaDialect: Unexpected default isolation levels <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30589">#30589</a></li>
   <li>ThreadLocalTargetSource does not include actual target bean name in NamedThreadLocal <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30586">#30586</a></li>
   <li>ApplicationListenerMethodAdapter inconsistently publishes events from CompletableFuture <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30584">#30584</a></li>
   <li>For <code>@Bean</code> method that returns <code>null</code>, <code>@Autowired</code> injects <code>NullBean</code> instead of <code>null</code> for cached arguments <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30551">#30551</a></li>
   <li>Make maximum SpEL expression length configurable <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30446">#30446</a></li>
   <li>Respect TaskDecorator configuration on DefaultManagedTaskExecutor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30443">#30443</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document which <code>@Scheduled</code> attributes support SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30642">#30642</a></li>
   <li>FileSystemUtils::deleteRecursively Javadoc refers to File instead of Path <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30555">#30555</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.33 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30656">#30656</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b02f4a06ca445cf5e20dadd389c75d49dd34d6cc"><code>b02f4a0</code></a> Release v5.3.28</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/99ae6e70bbaefc50616beda80db3599cdd99d01e"><code>99ae6e7</code></a> Declare ClassLoader for DeserializingConverter constructor as nullable</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c2cc55eacc544f0f1f6591f5c54b865f2a6cc348"><code>c2cc55e</code></a> Consider UUID as simple value type with concise toString output</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9cff2ace97bd134ecb87004b2895eecfe6909aca"><code>9cff2ac</code></a> Upgrade to Reactor 2020.0.33</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3c2590d339e163f760b89a445f1ac214da6fc3df"><code>3c2590d</code></a> Document limited isolation level support for concurrent transactions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4b55333b0e0d9aa2d15fdf5614b0718745299c07"><code>4b55333</code></a> Document which <a href="https://github.com/Scheduled"><code>@​Scheduled</code></a> attributes support SpEL expressions</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c27acad6161cbe8c975eacf5a2783d08d6db16fc"><code>c27acad</code></a> Specific check for parent of MethodInvocationInfo ClassLoader</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/70be9afdc6ebd2eb1f2f882437cfa4f7da34f42f"><code>70be9af</code></a> Reuse method cache from original proxy factory (aligned with 6.0.x)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/d4450a8702241dd08b032e1d5838b61fec9ad1a6"><code>d4450a8</code></a> Specific check for parent of spring-aop ClassLoader</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/210e47d65ebc4f79d02b24cbe87eaa93b6cfbc97"><code>210e47d</code></a> Polishing</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework:spring-framework-bom&package-manager=maven&previous-version=5.3.27&new-version=5.3.28)](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)
   
   
   </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@servicecomb.apache.org

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


[GitHub] [servicecomb-java-chassis] dependabot[bot] commented on pull request #3834: Bump spring-framework-bom from 5.3.27 to 5.3.28

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #3834:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3834#issuecomment-1636667514

   Superseded by #3858.


-- 
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@servicecomb.apache.org

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


[GitHub] [servicecomb-java-chassis] dependabot[bot] closed pull request #3834: Bump spring-framework-bom from 5.3.27 to 5.3.28

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #3834: Bump spring-framework-bom from 5.3.27 to 5.3.28
URL: https://github.com/apache/servicecomb-java-chassis/pull/3834


-- 
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@servicecomb.apache.org

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


[GitHub] [servicecomb-java-chassis] codecov-commenter commented on pull request #3834: Bump spring-framework-bom from 5.3.27 to 5.3.28

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #3834:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3834#issuecomment-1596733669

   ## [Codecov](https://app.codecov.io/gh/apache/servicecomb-java-chassis/pull/3834?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#3834](https://app.codecov.io/gh/apache/servicecomb-java-chassis/pull/3834?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (a97e3ee) into [master](https://app.codecov.io/gh/apache/servicecomb-java-chassis/commit/6e8e8dd38b73e68b0a7010982f88e5e2103bf405?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (6e8e8dd) will **decrease** coverage by `0.01%`.
   > The diff coverage is `100.00%`.
   
   > :exclamation: Current head a97e3ee differs from pull request most recent head 0cf2d4e. Consider uploading reports for the commit 0cf2d4e to get more accurate results
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #3834      +/-   ##
   ============================================
   - Coverage     43.97%   43.97%   -0.01%     
     Complexity     6087     6087              
   ============================================
     Files          1557     1557              
     Lines         38278    38278              
     Branches       3512     3512              
   ============================================
   - Hits          16834    16833       -1     
     Misses        20134    20134              
   - Partials       1310     1311       +1     
   ```
   
   
   | [Impacted Files](https://app.codecov.io/gh/apache/servicecomb-java-chassis/pull/3834?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | |
   |---|---|---|
   | [...che/servicecomb/loadbalance/ServiceCombServer.java](https://app.codecov.io/gh/apache/servicecomb-java-chassis/pull/3834?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-aGFuZGxlcnMvaGFuZGxlci1sb2FkYmFsYW5jZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvbG9hZGJhbGFuY2UvU2VydmljZUNvbWJTZXJ2ZXIuamF2YQ==) | `51.72% <100.00%> (ø)` | |
   
   ... and [5 files with indirect coverage changes](https://app.codecov.io/gh/apache/servicecomb-java-chassis/pull/3834/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   


-- 
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@servicecomb.apache.org

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