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/03/20 08:02:00 UTC

[GitHub] [servicecomb-java-chassis] dependabot[bot] opened a new pull request, #3717: Bump spectator-reg-servo from 1.5.4 to 1.6.0

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

   Bumps [spectator-reg-servo](https://github.com/Netflix/spectator) from 1.5.4 to 1.6.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/Netflix/spectator/releases">spectator-reg-servo's releases</a>.</em></p>
   <blockquote>
   <h2>v1.6.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>support more customization for evaluator by <a href="https://github.com/brharrington"><code>@​brharrington</code></a> in <a href="https://redirect.github.com/Netflix/spectator/pull/1033">Netflix/spectator#1033</a></li>
   <li>support parallel polling of measurements by <a href="https://github.com/brharrington"><code>@​brharrington</code></a> in <a href="https://redirect.github.com/Netflix/spectator/pull/1034">Netflix/spectator#1034</a></li>
   <li>remove unused method by <a href="https://github.com/brharrington"><code>@​brharrington</code></a> in <a href="https://redirect.github.com/Netflix/spectator/pull/1035">Netflix/spectator#1035</a></li>
   <li>reduce locking for CompositeRegistry by <a href="https://github.com/brharrington"><code>@​brharrington</code></a> in <a href="https://redirect.github.com/Netflix/spectator/pull/1036">Netflix/spectator#1036</a></li>
   <li>reduce allocations for refreshing subscriptions by <a href="https://github.com/brharrington"><code>@​brharrington</code></a> in <a href="https://redirect.github.com/Netflix/spectator/pull/1037">Netflix/spectator#1037</a></li>
   <li>use more efficient set type for QueryIndex by <a href="https://github.com/brharrington"><code>@​brharrington</code></a> in <a href="https://redirect.github.com/Netflix/spectator/pull/1038">Netflix/spectator#1038</a></li>
   <li>reduce overhead for cached stat id by <a href="https://github.com/brharrington"><code>@​brharrington</code></a> in <a href="https://redirect.github.com/Netflix/spectator/pull/1039">Netflix/spectator#1039</a></li>
   <li>Override createId methods in AbstractRegistry and CompositeRegistry by <a href="https://github.com/kilink"><code>@​kilink</code></a> in <a href="https://redirect.github.com/Netflix/spectator/pull/1040">Netflix/spectator#1040</a></li>
   <li>Override default methods in NoopId and NoopRegistry by <a href="https://github.com/kilink"><code>@​kilink</code></a> in <a href="https://redirect.github.com/Netflix/spectator/pull/1041">Netflix/spectator#1041</a></li>
   <li>update string replace benchmark for BitSet by <a href="https://github.com/brharrington"><code>@​brharrington</code></a> in <a href="https://redirect.github.com/Netflix/spectator/pull/1044">Netflix/spectator#1044</a></li>
   <li>Add RegisteredNameOrIp cardinality limiter by <a href="https://github.com/fedorka"><code>@​fedorka</code></a> in <a href="https://redirect.github.com/Netflix/spectator/pull/1043">Netflix/spectator#1043</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/fedorka"><code>@​fedorka</code></a> made their first contribution in <a href="https://redirect.github.com/Netflix/spectator/pull/1043">Netflix/spectator#1043</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/Netflix/spectator/compare/v1.5.4...v1.6.0">https://github.com/Netflix/spectator/compare/v1.5.4...v1.6.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/Netflix/spectator/commit/47d6bf7dae42c2c93a83422dcbfed5558244a588"><code>47d6bf7</code></a> Add registeredNameOrIp cardinality limiter (<a href="https://redirect.github.com/Netflix/spectator/issues/1043">#1043</a>)</li>
   <li><a href="https://github.com/Netflix/spectator/commit/a604c085447d80afacf04cb5f79a93df910db1df"><code>a604c08</code></a> update string replace benchmark for BitSet (<a href="https://redirect.github.com/Netflix/spectator/issues/1044">#1044</a>)</li>
   <li><a href="https://github.com/Netflix/spectator/commit/8a0bac046f74e9e1ff7287c2f860fe86eb9b7d04"><code>8a0bac0</code></a> Override methods in NoopId and NoopRegistry (<a href="https://redirect.github.com/Netflix/spectator/issues/1041">#1041</a>)</li>
   <li><a href="https://github.com/Netflix/spectator/commit/9d822e8c3beea4d4491d8f57fc14c25ebc8cb1f9"><code>9d822e8</code></a> Override createId methods in AbstractRegistry and CompositeRegistry (<a href="https://redirect.github.com/Netflix/spectator/issues/1040">#1040</a>)</li>
   <li><a href="https://github.com/Netflix/spectator/commit/bb9683250138e1480bdc47e4d83d23512ec1171f"><code>bb96832</code></a> reduce overhead for cached stat id (<a href="https://redirect.github.com/Netflix/spectator/issues/1039">#1039</a>)</li>
   <li><a href="https://github.com/Netflix/spectator/commit/83f9048757a8284db1227f68136fce7b702034d9"><code>83f9048</code></a> use more efficient set type for QueryIndex (<a href="https://redirect.github.com/Netflix/spectator/issues/1038">#1038</a>)</li>
   <li><a href="https://github.com/Netflix/spectator/commit/3f6f8d103663affeec0e49e76d6e9db1db4883ec"><code>3f6f8d1</code></a> reduce allocations for refreshing subscriptions (<a href="https://redirect.github.com/Netflix/spectator/issues/1037">#1037</a>)</li>
   <li><a href="https://github.com/Netflix/spectator/commit/e07a3a6b8c9867bfbb456a1ec1a32174b387d020"><code>e07a3a6</code></a> reduce locking for CompositeRegistry (<a href="https://redirect.github.com/Netflix/spectator/issues/1036">#1036</a>)</li>
   <li><a href="https://github.com/Netflix/spectator/commit/2b99706d50cb6819669ce13c7f0effe896c9aade"><code>2b99706</code></a> remove unused method (<a href="https://redirect.github.com/Netflix/spectator/issues/1035">#1035</a>)</li>
   <li><a href="https://github.com/Netflix/spectator/commit/28f04d3529805bdc71416a1e6da08e2ec6ef2a32"><code>28f04d3</code></a> support parallel polling of measurements (<a href="https://redirect.github.com/Netflix/spectator/issues/1034">#1034</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/Netflix/spectator/compare/v1.5.4...v1.6.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.netflix.spectator:spectator-reg-servo&package-manager=maven&previous-version=1.5.4&new-version=1.6.0)](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] closed pull request #3717: Bump spectator-reg-servo from 1.5.4 to 1.6.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #3717: Bump spectator-reg-servo from 1.5.4 to 1.6.0
URL: https://github.com/apache/servicecomb-java-chassis/pull/3717


-- 
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 #3717: Bump spectator-reg-servo from 1.5.4 to 1.6.0

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

   Superseded by #3742.


-- 
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 #3717: Bump spectator-reg-servo from 1.5.4 to 1.6.0

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

   ## [Codecov](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3717?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 [#3717](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3717?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (ba1dea8) into [master](https://codecov.io/gh/apache/servicecomb-java-chassis/commit/a06eebb2e710235a6d21f538a062f0ec9b501485?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (a06eebb) will **increase** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   > :exclamation: Current head ba1dea8 differs from pull request most recent head 402110b. Consider uploading reports for the commit 402110b to get more accurate results
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #3717   +/-   ##
   =========================================
     Coverage     43.83%   43.83%           
     Complexity     6069     6069           
   =========================================
     Files          1555     1555           
     Lines         38245    38245           
     Branches       3516     3516           
   =========================================
   + Hits          16763    16764    +1     
   + Misses        20173    20172    -1     
     Partials       1309     1309           
   ```
   
   
   [see 4 files with indirect coverage changes](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3717/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   :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=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: commits-unsubscribe@servicecomb.apache.org

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