You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/04/24 03:13:19 UTC

[GitHub] [rocketmq-mqtt] dependabot[bot] opened a new pull request, #85: Bump spring-beans from 4.3.16.RELEASE to 5.2.21.RELEASE

dependabot[bot] opened a new pull request, #85:
URL: https://github.com/apache/rocketmq-mqtt/pull/85

   Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 4.3.16.RELEASE to 5.2.21.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.21.RELEASE</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Remove DNS lookups during websocket connection initiation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28281">#28281</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Improve documentation and matching algorithm in data binders <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28334">#28334</a></li>
   <li>CodeGenerationException thrown when using AnnotationMBeanExporter on JDK 17 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28279">#28279</a></li>
   <li>ResponseEntity objects are accumulated in ConcurrentReferenceHashMap <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28273">#28273</a></li>
   <li>NotWritablePropertyException when attempting to declaratively configure ClassLoader properties <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28272">#28272</a></li>
   </ul>
   <h2>v5.2.20.RELEASE</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Restrict access to property paths on Class references <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28262">#28262</a></li>
   <li>Improve diagnostics in SpEL for large array creation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28257">#28257</a></li>
   </ul>
   <h2>v5.2.19.RELEASE</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Declare serialVersionUID on DefaultAopProxyFactory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27785">#27785</a></li>
   <li>Use ByteArrayDecoder in DefaultClientResponse::createException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27667">#27667</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>ProxyFactoryBean getObject called before setInterceptorNames, silently creating an invalid proxy [SPR-7582] <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27817">#27817</a></li>
   <li>Possible NPE in Spring MVC LogFormatUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27783">#27783</a></li>
   <li>UndertowHeadersAdapter's remove() method violates Map contract <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27593">#27593</a></li>
   <li>Fix assertion failure messages in DefaultDataBuffer.checkIndex() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27577">#27577</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Lazy annotation throws exception if non-required bean does not exist <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27660">#27660</a></li>
   <li>Incorrect Javadoc in [NamedParameter]JdbcOperations.queryForObject methods regarding exceptions <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27581">#27581</a></li>
   <li>DefaultResponseErrorHandler update javadoc comment <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27571">#27571</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor Dysprosium-SR25 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27635">#27635</a></li>
   <li>Upgrade to Log4j2 2.16.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27825">#27825</a></li>
   </ul>
   <h2>v5.2.18.RELEASE</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Enhance DefaultResponseErrorHandler to allow logging complete error response body <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27558">#27558</a></li>
   <li>DefaultMessageListenerContainer does not log an error/warning when consumer tasks have been rejected <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27457">#27457</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2bdab894f159e54d833c5850c81a55a0596e7b14"><code>2bdab89</code></a> Release v5.2.21.RELEASE</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/833e750175349ab4fd502109a8b41af77e25cdea"><code>833e750</code></a> Improve documentation and matching algorithm in data binders</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/d70054d6864c78a300210490a0fb3af0e1f1b84f"><code>d70054d</code></a> Upgrade to Log4j2 2.17.2</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/36e4951b5efef4bda9227e4ff41df14744aa7efb"><code>36e4951</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/87b508058666dd81d82e31b9dc3dff91f69b1661"><code>87b5080</code></a> Consistent use of getLocalAddr() without DNS lookups in request adapters</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5cbf85a6f81757b95e84a09d676e8a33a2565671"><code>5cbf85a</code></a> Avoid return value reference in potentially cached MethodParameter instance</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/69c7eb94182a9c4cc3911ecf8167edaa7cd3c7d4"><code>69c7eb9</code></a> Restore ability to configure setClassLoader methods</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/fb763dd0f4ca3edbd1b4333a1e77fbc7abaeffcc"><code>fb763dd</code></a> Consistent fallback in case of fast-class generation failure</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1b75f393a97772c2b5331b07cb23c9faa7b6905c"><code>1b75f39</code></a> Next development version (v5.2.21.BUILD-SNAPSHOT)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/996f701a1916d10202c1d0d281f06ab1f2e1117e"><code>996f701</code></a> Refine PropertyDescriptor filtering</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v4.3.16.RELEASE...v5.2.21.RELEASE">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework:spring-beans&package-manager=maven&previous-version=4.3.16.RELEASE&new-version=5.2.21.RELEASE)](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)
   - `@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
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/rocketmq-mqtt/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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq-mqtt] codecov-commenter commented on pull request #85: Bump spring-beans from 4.3.16.RELEASE to 5.2.21.RELEASE

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #85:
URL: https://github.com/apache/rocketmq-mqtt/pull/85#issuecomment-1107696985

   # [Codecov](https://codecov.io/gh/apache/rocketmq-mqtt/pull/85?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#85](https://codecov.io/gh/apache/rocketmq-mqtt/pull/85?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (1a5d4ec) into [main](https://codecov.io/gh/apache/rocketmq-mqtt/commit/34f499c7249ee82d6c89812aa25ea46dfa1a3224?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (34f499c) will **increase** coverage by `1.05%`.
   > The diff coverage is `51.85%`.
   
   ```diff
   @@            Coverage Diff             @@
   ##             main      #85      +/-   ##
   ==========================================
   + Coverage   30.07%   31.13%   +1.05%     
   ==========================================
     Files          97       98       +1     
     Lines        4186     4237      +51     
     Branches      660      671      +11     
   ==========================================
   + Hits         1259     1319      +60     
   + Misses       2682     2666      -16     
   - Partials      245      252       +7     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/rocketmq-mqtt/pull/85?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [.../apache/rocketmq/mqtt/common/util/SpringUtils.java](https://codecov.io/gh/apache/rocketmq-mqtt/pull/85/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bXF0dC1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3JvY2tldG1xL21xdHQvY29tbW9uL3V0aWwvU3ByaW5nVXRpbHMuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...a/org/apache/rocketmq/mqtt/cs/starter/Startup.java](https://codecov.io/gh/apache/rocketmq-mqtt/pull/85/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bXF0dC1jcy9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvcm9ja2V0bXEvbXF0dC9jcy9zdGFydGVyL1N0YXJ0dXAuamF2YQ==) | `0.00% <0.00%> (ø)` | |
   | [...rocketmq/mqtt/cs/session/loop/SessionLoopImpl.java](https://codecov.io/gh/apache/rocketmq-mqtt/pull/85/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bXF0dC1jcy9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvcm9ja2V0bXEvbXF0dC9jcy9zZXNzaW9uL2xvb3AvU2Vzc2lvbkxvb3BJbXBsLmphdmE=) | `44.85% <50.00%> (+0.37%)` | :arrow_up: |
   | [...ocketmq/mqtt/cs/channel/DefaultChannelManager.java](https://codecov.io/gh/apache/rocketmq-mqtt/pull/85/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bXF0dC1jcy9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvcm9ja2V0bXEvbXF0dC9jcy9jaGFubmVsL0RlZmF1bHRDaGFubmVsTWFuYWdlci5qYXZh) | `73.77% <66.66%> (+11.27%)` | :arrow_up: |
   | [...tt/ds/upstream/processor/UnSubscribeProcessor.java](https://codecov.io/gh/apache/rocketmq-mqtt/pull/85/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bXF0dC1kcy9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvcm9ja2V0bXEvbXF0dC9kcy91cHN0cmVhbS9wcm9jZXNzb3IvVW5TdWJzY3JpYmVQcm9jZXNzb3IuamF2YQ==) | `76.47% <66.66%> (+76.47%)` | :arrow_up: |
   | [...mqtt/ds/upstream/processor/SubscribeProcessor.java](https://codecov.io/gh/apache/rocketmq-mqtt/pull/85/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bXF0dC1kcy9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvcm9ja2V0bXEvbXF0dC9kcy91cHN0cmVhbS9wcm9jZXNzb3IvU3Vic2NyaWJlUHJvY2Vzc29yLmphdmE=) | `84.21% <70.00%> (+84.21%)` | :arrow_up: |
   | [...a/org/apache/rocketmq/mqtt/cs/session/Session.java](https://codecov.io/gh/apache/rocketmq-mqtt/pull/85/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bXF0dC1jcy9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvcm9ja2V0bXEvbXF0dC9jcy9zZXNzaW9uL1Nlc3Npb24uamF2YQ==) | `39.84% <0.00%> (+2.68%)` | :arrow_up: |
   | [...g/apache/rocketmq/mqtt/cs/channel/ChannelInfo.java](https://codecov.io/gh/apache/rocketmq-mqtt/pull/85/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bXF0dC1jcy9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvcm9ja2V0bXEvbXF0dC9jcy9jaGFubmVsL0NoYW5uZWxJbmZvLmphdmE=) | `89.89% <0.00%> (+3.03%)` | :arrow_up: |
   | ... and [1 more](https://codecov.io/gh/apache/rocketmq-mqtt/pull/85/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/rocketmq-mqtt/pull/85?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/rocketmq-mqtt/pull/85?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [e0b5e20...1a5d4ec](https://codecov.io/gh/apache/rocketmq-mqtt/pull/85?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq-mqtt] dependabot[bot] commented on pull request #85: Bump spring-beans from 4.3.16.RELEASE to 5.2.21.RELEASE

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #85:
URL: https://github.com/apache/rocketmq-mqtt/pull/85#issuecomment-1354138172

   Superseded by #172.


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

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


[GitHub] [rocketmq-mqtt] dependabot[bot] closed pull request #85: Bump spring-beans from 4.3.16.RELEASE to 5.2.21.RELEASE

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #85: Bump spring-beans from 4.3.16.RELEASE to 5.2.21.RELEASE
URL: https://github.com/apache/rocketmq-mqtt/pull/85


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

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