You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/10 08:04:58 UTC

[GitHub] [dubbo] dependabot[bot] opened a new pull request, #12048: Bump os-maven-plugin from 1.6.2 to 1.7.1

dependabot[bot] opened a new pull request, #12048:
URL: https://github.com/apache/dubbo/pull/12048

   Bumps [os-maven-plugin](https://github.com/trustin/os-maven-plugin) from 1.6.2 to 1.7.1.
   <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.1</h2>
   <ul>
   <li>Added detection of more RISC-V architectures. <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/61">#61</a> <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/62">#62</a> <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/66">#66</a> (Thanks to <a href="https://github.com/zinovya"><code>@​zinovya</code></a> and <a href="https://github.com/luhenry"><code>@​luhenry</code></a>)
   <ul>
   <li><code>riscv32</code> is detected as <code>riscv</code> for backward compatibility with 1.7.0.</li>
   <li><code>riscv64</code> is detected as <code>riscv64</code>.</li>
   </ul>
   </li>
   <li>Added detection of Elbrus 2000 architecture. <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/57">#57</a> (Thanks to <a href="https://github.com/antonbashir"><code>@​antonbashir</code></a>)</li>
   <li>Added detection of LoongArch64 architecture. <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/63">#63</a> <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/64">#64</a> (Thanks to <a href="https://github.com/zhangwenlong8911"><code>@​zhangwenlong8911</code></a> and <a href="https://github.com/xiangzhai"><code>@​xiangzhai</code></a>)</li>
   <li>Fixed the detection logic so that it detects more MacOS variants. <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/58">#58</a> <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/67">#67</a> (Thanks to <a href="https://github.com/aalmiray"><code>@​aalmiray</code></a>)</li>
   </ul>
   <h2>os-maven-plugin-1.7.0</h2>
   <ul>
   <li>Added a new property <code>os.detected.arch.bitness</code> <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/36">#36</a> <a href="https://redirect.github.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://redirect.github.com/trustin/os-maven-plugin/issues/51">#51</a> <a href="https://redirect.github.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://redirect.github.com/trustin/os-maven-plugin/issues/47">#47</a> <a href="https://redirect.github.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://redirect.github.com/trustin/os-maven-plugin/issues/42">#42</a> <a href="https://redirect.github.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>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/trustin/os-maven-plugin/commit/9913130a2e3d77dedebc263e5c379685c438b59a"><code>9913130</code></a> [maven-release-plugin] prepare release os-maven-plugin-1.7.1</li>
   <li><a href="https://github.com/trustin/os-maven-plugin/commit/211db49dc8b2d743d9d9882d44f086122ccdba93"><code>211db49</code></a> Override the default Maven repository when testing against old Maven versions</li>
   <li><a href="https://github.com/trustin/os-maven-plugin/commit/88bae1e838d0918d4d428019206873c80e00f7b0"><code>88bae1e</code></a> Detect more <code>osx</code> variants (<a href="https://redirect.github.com/trustin/os-maven-plugin/issues/67">#67</a>)</li>
   <li><a href="https://github.com/trustin/os-maven-plugin/commit/cebc3e81379f378286df1eab692b26abd92fd6bd"><code>cebc3e8</code></a> Add support for LoongArch64 architecture (<a href="https://redirect.github.com/trustin/os-maven-plugin/issues/63">#63</a>)</li>
   <li><a href="https://github.com/trustin/os-maven-plugin/commit/4df54948f9eae82c6e5d9e20cc1e4d82c9a83872"><code>4df5494</code></a> Add <code>riscv32</code> and <code>riscv64</code> support (<a href="https://redirect.github.com/trustin/os-maven-plugin/issues/62">#62</a>)</li>
   <li><a href="https://github.com/trustin/os-maven-plugin/commit/6bd9cfa16757ac8b81ab1a7f380b0aabc0295c97"><code>6bd9cfa</code></a> Support for E2K (Elbrus 2000) architecture (<a href="https://redirect.github.com/trustin/os-maven-plugin/issues/57">#57</a>)</li>
   <li><a href="https://github.com/trustin/os-maven-plugin/commit/6d8134545e654e564301ddff2745ab3f6b02b9f7"><code>6d81345</code></a> Update README.md</li>
   <li><a href="https://github.com/trustin/os-maven-plugin/commit/52e547c811f33dd1d5cf401bad0ee13f911e2f34"><code>52e547c</code></a> Update the version in README.md</li>
   <li><a href="https://github.com/trustin/os-maven-plugin/commit/ad10438f508639e59b4a2348373af397b93e160f"><code>ad10438</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <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>Additional commits viewable in <a href="https://github.com/trustin/os-maven-plugin/compare/os-maven-plugin-1.6.2...os-maven-plugin-1.7.1">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.6.2&new-version=1.7.1)](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: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ merged pull request #12048: Bump os-maven-plugin from 1.6.2 to 1.7.1

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ merged PR #12048:
URL: https://github.com/apache/dubbo/pull/12048


-- 
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: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter commented on pull request #12048: Bump os-maven-plugin from 1.6.2 to 1.7.1

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #12048:
URL: https://github.com/apache/dubbo/pull/12048#issuecomment-1501570346

   ## [Codecov](https://codecov.io/gh/apache/dubbo/pull/12048?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 [#12048](https://codecov.io/gh/apache/dubbo/pull/12048?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (711d651) into [3.2](https://codecov.io/gh/apache/dubbo/commit/d11616c4bf5f164b7773dede501cef93e2bfa4cb?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (d11616c) will **decrease** coverage by `0.07%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.2   #12048      +/-   ##
   ============================================
   - Coverage     69.89%   69.82%   -0.07%     
   + Complexity      340        2     -338     
   ============================================
     Files          3367     1574    -1793     
     Lines        157902    64958   -92944     
     Branches      26341     9457   -16884     
   ============================================
   - Hits         110358    45360   -64998     
   + Misses        37959    15255   -22704     
   + Partials       9585     4343    -5242     
   ```
   
   
   [see 1821 files with indirect coverage changes](https://codecov.io/gh/apache/dubbo/pull/12048/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: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org