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/30 07:52:12 UTC

[GitHub] [servicecomb-java-chassis] dependabot[bot] opened a new pull request, #3019: Bump os-maven-plugin from 1.4.1.Final to 1.7.0

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

   Bumps [os-maven-plugin](https://github.com/trustin/os-maven-plugin) from 1.4.1.Final to 1.7.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/trustin/os-maven-plugin/releases">os-maven-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>os-maven-plugin-1.7.0</h2>
   <ul>
   <li>Added a new property <code>os.detected.arch.bitness</code> <a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/36">#36</a> <a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/41">#41</a> (Thanks to <a href="https://github.com/jflecomte"><code>@​jflecomte</code></a> and <a href="https://github.com/bmarwell"><code>@​bmarwell</code></a>)</li>
   <li>Added detection of RISC-V architecture, <code>riscv</code> <a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/51">#51</a> <a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/53">#53</a> (Thanks to <a href="https://github.com/advancedwebdeveloper"><code>@​advancedwebdeveloper</code></a>)</li>
   <li>Added an abstraction layer for System property and file system access <a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/47">#47</a> <a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/48">#48</a> (Thanks to <a href="https://github.com/voidzcy"><code>@​voidzcy</code></a>)</li>
   <li>Added thread safety information to Maven plugin metadata so that Maven doesn't warn about thread safety anymore <a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/42">#42</a> <a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/44">#44</a> (Thanks to <a href="https://github.com/seime"><code>@​seime</code></a> and <a href="https://github.com/mortenlocka"><code>@​mortenlocka</code></a>)</li>
   </ul>
   <h2>os-maven-plugin-1.6.2</h2>
   <ul>
   <li>Added detection of z/OS operating system <a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/39">#39</a> <a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/40">#40</a> (Thanks to <a href="https://github.com/ind1go"><code>@​ind1go</code></a>)</li>
   </ul>
   <h2>os-maven-plugin-1.6.1</h2>
   <ul>
   <li>Added <code>m2e</code> life cycle mapping metadata so <code>os-maven-plugin</code> works better with Eclipse <code>m2e</code>. <a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/37">#37</a> (Thanks, <a href="https://github.com/sergei-ivanov"><code>@​sergei-ivanov</code></a>)</li>
   </ul>
   <h2>os-maven-plugin-1.6.0</h2>
   <ul>
   <li>Added support for MIPS and MIPSEL 32/64-bit architecture
   <ul>
   <li><code>mips_32</code> - if the value is one of: <code>mips</code>, <code>mips32</code></li>
   <li><code>mips_64</code> - if the value is <code>mips64</code></li>
   <li><code>mipsel_32</code> - if the value is one of: <code>mipsel</code>, <code>mips32el</code></li>
   <li><code>mipsel_64</code> - if the value is <code>mips64el</code></li>
   </ul>
   </li>
   <li>Added support for PPCLE 32-bit architecture
   <ul>
   <li><code>ppcle_32</code> - if the value is one of: <code>ppcle</code>, <code>ppc32le</code></li>
   </ul>
   </li>
   <li>Added support for IA64N and IA64W architecture
   <ul>
   <li><code>itanium_32</code> - if the value is <code>ia64n</code></li>
   <li><code>itanium_64</code> - if the value is one of: <code>ia64</code>, <code>ia64w</code> (new), <code>itanium64</code></li>
   </ul>
   </li>
   <li>Fixed classpath conflicts due to outdated Guava version in transitive dependencies (<a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/29">#29</a>)</li>
   <li>Fixed incorrect prerequisite (<a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/21">#21</a>)</li>
   <li>Overall code clean-up and dependency updates</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/trustin/os-maven-plugin/commit/4a74c8229d45bf8d1fb50d237cde676eba676fa4"><code>4a74c82</code></a> [maven-release-plugin] prepare release os-maven-plugin-1.7.0</li>
   <li><a href="https://github.com/trustin/os-maven-plugin/commit/43df41a94dab780d03f47f17c5cbc8e2ef400c3b"><code>43df41a</code></a> Define intentions to support RISC-V arch. (<a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/53">#53</a>)</li>
   <li><a href="https://github.com/trustin/os-maven-plugin/commit/58d2208af6ce19faf54ec8e1d0aa47f279c2e2ae"><code>58d2208</code></a> Add support for RISC-V arch. (<a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/52">#52</a>)</li>
   <li><a href="https://github.com/trustin/os-maven-plugin/commit/a23ab322feaa4352479ea0e7fa4f969803fc7f65"><code>a23ab32</code></a> Make system property and file operations injectable (<a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/47">#47</a>)</li>
   <li><a href="https://github.com/trustin/os-maven-plugin/commit/0d76872630d847db25d16bca8936f7c36fcc2170"><code>0d76872</code></a> Bump junit from 4.12 to 4.13.1 (<a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/45">#45</a>)</li>
   <li><a href="https://github.com/trustin/os-maven-plugin/commit/355d6337a159419f36171778b3d5934f929283dd"><code>355d633</code></a> Update dependencies / Require Java 8</li>
   <li><a href="https://github.com/trustin/os-maven-plugin/commit/bfdc0ea45240cef02f41d33625fe92a86674fd6d"><code>bfdc0ea</code></a> Update README.md</li>
   <li><a href="https://github.com/trustin/os-maven-plugin/commit/f0d2af15fee541ad40184f6eca226eec01522467"><code>f0d2af1</code></a> Fix for <a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/42">#42</a> Mark DetectMojo goal with thread safety info (<a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/44">#44</a>)</li>
   <li><a href="https://github.com/trustin/os-maven-plugin/commit/3bed1bafc95c78919693117a8e6a6bfadf8c6803"><code>3bed1ba</code></a> Fixes <a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/36">#36</a> new property &quot;os.detected.bitness&quot;. (<a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/41">#41</a>)</li>
   <li><a href="https://github.com/trustin/os-maven-plugin/commit/b57a58309d6636ed2709223593237994efedcd99"><code>b57a583</code></a> Add <code>zos</code> to the list of OS names</li>
   <li>Additional commits viewable in <a href="https://github.com/trustin/os-maven-plugin/compare/os-maven-plugin-1.4.1.Final...os-maven-plugin-1.7.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kr.motd.maven:os-maven-plugin&package-manager=maven&previous-version=1.4.1.Final&new-version=1.7.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] codecov-commenter commented on pull request #3019: Bump os-maven-plugin from 1.4.1.Final to 1.7.0

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

   # [Codecov](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3019?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 [#3019](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3019?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (9a5bb43) into [master](https://codecov.io/gh/apache/servicecomb-java-chassis/commit/ab7da3b585a6b7e09a67849eced343418e8f0907?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (ab7da3b) will **decrease** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   > :exclamation: Current head 9a5bb43 differs from pull request most recent head 4bdf6ae. Consider uploading reports for the commit 4bdf6ae to get more accurate results
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #3019      +/-   ##
   ============================================
   - Coverage     77.65%   77.60%   -0.06%     
     Complexity     1415     1415              
   ============================================
     Files          1611     1611              
     Lines         43093    43093              
     Branches       3630     3630              
   ============================================
   - Hits          33466    33443      -23     
   - Misses         8135     8151      +16     
   - Partials       1492     1499       +7     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3019?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...istry/task/MicroserviceInstanceStatusSyncTask.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3019/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-c2VydmljZS1yZWdpc3RyeS9yZWdpc3RyeS1zZXJ2aWNlLWNlbnRlci9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvc2VydmljZXJlZ2lzdHJ5L3Rhc2svTWljcm9zZXJ2aWNlSW5zdGFuY2VTdGF0dXNTeW5jVGFzay5qYXZh) | `60.60% <0.00%> (-12.13%)` | :arrow_down: |
   | [...erviceregistry/registry/RemoteServiceRegistry.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3019/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-c2VydmljZS1yZWdpc3RyeS9yZWdpc3RyeS1zZXJ2aWNlLWNlbnRlci9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvc2VydmljZXJlZ2lzdHJ5L3JlZ2lzdHJ5L1JlbW90ZVNlcnZpY2VSZWdpc3RyeS5qYXZh) | `85.00% <0.00%> (-5.00%)` | :arrow_down: |
   | [.../servicecomb/registry/discovery/DiscoveryTree.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3019/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==) | `96.49% <0.00%> (-3.51%)` | :arrow_down: |
   | [...ache/servicecomb/foundation/common/net/IpPort.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3019/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-Zm91bmRhdGlvbnMvZm91bmRhdGlvbi1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NlcnZpY2Vjb21iL2ZvdW5kYXRpb24vY29tbW9uL25ldC9JcFBvcnQuamF2YQ==) | `83.33% <0.00%> (-3.34%)` | :arrow_down: |
   | [...cecomb/serviceregistry/task/ServiceCenterTask.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3019/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-c2VydmljZS1yZWdpc3RyeS9yZWdpc3RyeS1zZXJ2aWNlLWNlbnRlci9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvc2VydmljZXJlZ2lzdHJ5L3Rhc2svU2VydmljZUNlbnRlclRhc2suamF2YQ==) | `85.29% <0.00%> (-2.95%)` | :arrow_down: |
   | [...egistry/client/http/ServiceRegistryClientImpl.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3019/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-c2VydmljZS1yZWdpc3RyeS9yZWdpc3RyeS1zZXJ2aWNlLWNlbnRlci9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvc2VydmljZXJlZ2lzdHJ5L2NsaWVudC9odHRwL1NlcnZpY2VSZWdpc3RyeUNsaWVudEltcGwuamF2YQ==) | `69.90% <0.00%> (-1.91%)` | :arrow_down: |
   | [...mb/serviceregistry/client/http/RestClientUtil.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3019/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-c2VydmljZS1yZWdpc3RyeS9yZWdpc3RyeS1zZXJ2aWNlLWNlbnRlci9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvc2VydmljZXJlZ2lzdHJ5L2NsaWVudC9odHRwL1Jlc3RDbGllbnRVdGlsLmphdmE=) | `78.50% <0.00%> (-1.87%)` | :arrow_down: |
   | [...mb/config/ConfigCenterConfigurationSourceImpl.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3019/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-ZHluYW1pYy1jb25maWcvY29uZmlnLWNjL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9zZXJ2aWNlY29tYi9jb25maWcvQ29uZmlnQ2VudGVyQ29uZmlndXJhdGlvblNvdXJjZUltcGwuamF2YQ==) | `9.78% <0.00%> (-1.09%)` | :arrow_down: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3019?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/3019?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 [ab7da3b...4bdf6ae](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3019?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 #3019: Bump os-maven-plugin from 1.4.1.Final to 1.7.0

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


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