You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/05/18 07:31:09 UTC

[GitHub] [servicecomb-java-chassis] dependabot[bot] opened a new pull request, #2935: Bump swagger-core from 1.6.2 to 1.6.6 in /dependencies/default

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

   Bumps [swagger-core](https://github.com/swagger-api/swagger-core) from 1.6.2 to 1.6.6.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/swagger-api/swagger-core/releases">swagger-core's releases</a>.</em></p>
   <blockquote>
   <h2>Swagger-core 1.6.6 released!</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix readme v1 by <a href="https://github.com/frantuma"><code>@​frantuma</code></a> in <a href="https://github-redirect.dependabot.com/swagger-api/swagger-core/pull/4121">swagger-api/swagger-core#4121</a></li>
   <li>add org.owasp dependency by <a href="https://github.com/gracekarina"><code>@​gracekarina</code></a> in <a href="https://github-redirect.dependabot.com/swagger-api/swagger-core/pull/4126">swagger-api/swagger-core#4126</a></li>
   <li>add org.owasp dependency in security profile by <a href="https://github.com/gracekarina"><code>@​gracekarina</code></a> in <a href="https://github-redirect.dependabot.com/swagger-api/swagger-core/pull/4131">swagger-api/swagger-core#4131</a></li>
   <li>bump jackson versions by <a href="https://github.com/frantuma"><code>@​frantuma</code></a> in <a href="https://github-redirect.dependabot.com/swagger-api/swagger-core/pull/4158">swagger-api/swagger-core#4158</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/swagger-api/swagger-core/compare/v1.6.5...v1.6.6">https://github.com/swagger-api/swagger-core/compare/v1.6.5...v1.6.6</a></p>
   <h2>Swagger-core 1.6.5 released!</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>deserialize as arrayModel, any model that has items and no specific type defined by <a href="https://github.com/gracekarina"><code>@​gracekarina</code></a> in <a href="https://github-redirect.dependabot.com/swagger-api/swagger-core/pull/4109">swagger-api/swagger-core#4109</a></li>
   <li>refs <a href="https://github-redirect.dependabot.com/swagger-api/swagger-core/issues/4111">#4111</a> - bump commons and guava versions by <a href="https://github.com/frantuma"><code>@​frantuma</code></a> in <a href="https://github-redirect.dependabot.com/swagger-api/swagger-core/pull/4114">swagger-api/swagger-core#4114</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/swagger-api/swagger-core/compare/v1.6.4...v1.6.5">https://github.com/swagger-api/swagger-core/compare/v1.6.4...v1.6.5</a></p>
   <h2>Swagger-core 1.6.4 released!</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>update 1.5 Readme with new v2 version 2.1.11 by <a href="https://github.com/sonatypeoss"><code>@​sonatypeoss</code></a> in <a href="https://github-redirect.dependabot.com/swagger-api/swagger-core/pull/4026">swagger-api/swagger-core#4026</a></li>
   <li>bump logback to 1.2.9 by <a href="https://github.com/frantuma"><code>@​frantuma</code></a> in <a href="https://github-redirect.dependabot.com/swagger-api/swagger-core/pull/4073">swagger-api/swagger-core#4073</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/swagger-api/swagger-core/compare/v1.6.3...v1.6.4">https://github.com/swagger-api/swagger-core/compare/v1.6.3...v1.6.4</a></p>
   <h2>Swagger-core 1.6.3 released!</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/swagger-api/swagger-core/issues/3257">#3257</a> - External Spec validation of required properties isn't possible (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-core/issues/3258">#3258</a>)</li>
   <li><a href="https://github-redirect.dependabot.com/swagger-api/swagger-core/issues/719">#719</a> - Adding Extensions in Responses (OAS2) (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-core/issues/2835">#2835</a>)</li>
   <li>add url List to authorizationValue (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-core/issues/3995">#3995</a>)</li>
   <li>add xml to property in ModelToPropertyConverter (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-core/issues/4007">#4007</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/swagger-api/swagger-core/commit/7f5a69e31ed5c0a0519980f4ea3a94c78e581b62"><code>7f5a69e</code></a> prepare release 1.6.6</li>
   <li><a href="https://github.com/swagger-api/swagger-core/commit/d0c6ab80e333271e2a8e91abdb68b3cf32127771"><code>d0c6ab8</code></a> bump jackson versions</li>
   <li><a href="https://github.com/swagger-api/swagger-core/commit/c7234ebb4e8c1521f900d347e20c8c2bf70a79ab"><code>c7234eb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/swagger-api/swagger-core/issues/4131">#4131</a> from swagger-api/issue521_v1</li>
   <li><a href="https://github.com/swagger-api/swagger-core/commit/77a623d435e57eb7786fd35fe662ecc7d1d5ee05"><code>77a623d</code></a> add org.owasp dependency in security profile</li>
   <li><a href="https://github.com/swagger-api/swagger-core/commit/06151061a5f1a9a041a4340984c14ad792c0656f"><code>0615106</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/swagger-api/swagger-core/issues/4126">#4126</a> from swagger-api/issue521_15</li>
   <li><a href="https://github.com/swagger-api/swagger-core/commit/1863330a43823f73c15ccb0d88e651e77f85e4d0"><code>1863330</code></a> add org.owasp dependency</li>
   <li><a href="https://github.com/swagger-api/swagger-core/commit/955a4f9e60057296d314ed5296020fbd6f1149ae"><code>955a4f9</code></a> fix readme v1</li>
   <li><a href="https://github.com/swagger-api/swagger-core/commit/e57925b0fe07ea85861c50db0b1bf954e5d0f804"><code>e57925b</code></a> bump snapshot 1.6.6-SNAPSHOT</li>
   <li><a href="https://github.com/swagger-api/swagger-core/commit/cfa4a1e9b7833fa9e12f21667960c23b28d95221"><code>cfa4a1e</code></a> prepare release 1.6.5</li>
   <li><a href="https://github.com/swagger-api/swagger-core/commit/2143564da37aa89039be2a975a880cb8ace25124"><code>2143564</code></a> refs <a href="https://github-redirect.dependabot.com/swagger-api/swagger-core/issues/4111">#4111</a> - bump commons and guava versions</li>
   <li>Additional commits viewable in <a href="https://github.com/swagger-api/swagger-core/compare/v1.6.2...v1.6.6">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.swagger:swagger-core&package-manager=maven&previous-version=1.6.2&new-version=1.6.6)](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] codecov-commenter commented on pull request #2935: Bump swagger-core from 1.6.2 to 1.6.6 in /dependencies/default

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #2935:
URL: https://github.com/apache/servicecomb-java-chassis/pull/2935#issuecomment-1129695603

   # [Codecov](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2935?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 [#2935](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2935?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (8006705) into [master](https://codecov.io/gh/apache/servicecomb-java-chassis/commit/d915ef3d92a637d1290336efdd0950203d1c4b67?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (d915ef3) will **increase** coverage by `0.01%`.
   > The diff coverage is `n/a`.
   
   > :exclamation: Current head 8006705 differs from pull request most recent head b513e9e. Consider uploading reports for the commit b513e9e to get more accurate results
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #2935      +/-   ##
   ============================================
   + Coverage     77.29%   77.30%   +0.01%     
     Complexity     1418     1418              
   ============================================
     Files          1615     1615              
     Lines         43317    43317              
     Branches       3667     3667              
   ============================================
   + Hits          33483    33488       +5     
   + Misses         8295     8293       -2     
   + Partials       1539     1536       -3     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2935?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...he/servicecomb/foundation/common/net/NetUtils.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2935/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-Zm91bmRhdGlvbnMvZm91bmRhdGlvbi1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NlcnZpY2Vjb21iL2ZvdW5kYXRpb24vY29tbW9uL25ldC9OZXRVdGlscy5qYXZh) | `62.99% <0.00%> (-1.58%)` | :arrow_down: |
   | [...ecomb/provider/pojo/PojoConsumerMetaRefresher.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2935/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-cHJvdmlkZXJzL3Byb3ZpZGVyLXBvam8vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NlcnZpY2Vjb21iL3Byb3ZpZGVyL3Bvam8vUG9qb0NvbnN1bWVyTWV0YVJlZnJlc2hlci5qYXZh) | `78.04% <0.00%> (+2.43%)` | :arrow_up: |
   | [.../servicecomb/registry/discovery/DiscoveryTree.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2935/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-Zm91bmRhdGlvbnMvZm91bmRhdGlvbi1yZWdpc3RyeS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvcmVnaXN0cnkvZGlzY292ZXJ5L0Rpc2NvdmVyeVRyZWUuamF2YQ==) | `100.00% <0.00%> (+3.50%)` | :arrow_up: |
   | [...thentication/consumer/RSAConsumerTokenManager.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2935/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-aGFuZGxlcnMvaGFuZGxlci1wdWJsaWNrZXktYXV0aC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvYXV0aGVudGljYXRpb24vY29uc3VtZXIvUlNBQ29uc3VtZXJUb2tlbk1hbmFnZXIuamF2YQ==) | `77.41% <0.00%> (+6.45%)` | :arrow_up: |
   | [...mb/metrics/core/meter/os/cpu/AbstractCpuUsage.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2935/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-bWV0cmljcy9tZXRyaWNzLWNvcmUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NlcnZpY2Vjb21iL21ldHJpY3MvY29yZS9tZXRlci9vcy9jcHUvQWJzdHJhY3RDcHVVc2FnZS5qYXZh) | `100.00% <0.00%> (+11.11%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2935?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/servicecomb-java-chassis/pull/2935?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 [d915ef3...b513e9e](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/2935?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: commits-unsubscribe@servicecomb.apache.org

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


[GitHub] [servicecomb-java-chassis] Shoothzj merged pull request #2935: Bump swagger-core from 1.6.2 to 1.6.6 in /dependencies/default

Posted by GitBox <gi...@apache.org>.
Shoothzj merged PR #2935:
URL: https://github.com/apache/servicecomb-java-chassis/pull/2935


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