You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/03/02 14:00:44 UTC

[GitHub] [axis-axis2-java-core] dependabot[bot] opened a new pull request, #447: Bump plexus-utils from 3.5.0 to 3.5.1

dependabot[bot] opened a new pull request, #447:
URL: https://github.com/apache/axis-axis2-java-core/pull/447

   Bumps [plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.5.0 to 3.5.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/codehaus-plexus/plexus-utils/releases">plexus-utils's releases</a>.</em></p>
   <blockquote>
   <h2>3.5.1</h2>
   <!-- raw HTML omitted -->
   <h2>🚀 New features and improvements</h2>
   <ul>
   <li>Reading and writing files using Java NIO (<a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-utils/pull/232">#232</a>) <a href="https://github.com/mkarg"><code>@​mkarg</code></a></li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>Partial revert of &quot;Support combine.self='remove'&quot; to fix MNG-7709 (<a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-utils/pull/241">#241</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li>
   <li>Fix reading comments with UTF chars (fixes <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-utils/issues/238">#238</a>) (<a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-utils/pull/240">#240</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>Bump codehaus-plexus/.github from 0.0.1 to 0.0.4 (<a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-utils/pull/237">#237</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump actions/checkout from 3.2.0 to 3.3.0 (<a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-utils/pull/231">#231</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump actions/checkout from 3.1.0 to 3.2.0 (<a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-utils/pull/227">#227</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump jmh-generator-annprocess from 1.35 to 1.36 (<a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-utils/pull/222">#222</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump jmh-core from 1.35 to 1.36 (<a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-utils/pull/223">#223</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump actions/checkout from 3.0.2 to 3.1.0 (<a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-utils/pull/220">#220</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/codehaus-plexus/plexus-utils/commit/8488ff2200964f47114b9dee5604dc3314a2fe8a"><code>8488ff2</code></a> [maven-release-plugin] prepare release plexus-utils-3.5.1</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-utils/commit/bf198ff5d8f3bd5eb90d09826006c4d419884660"><code>bf198ff</code></a> Partial revert of &quot;Support combine.self='remove'&quot; to fix MNG-7709 (<a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-utils/issues/241">#241</a>)</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-utils/commit/32b72a6e8ff51e7b53510ecfc47ca46eaa4695ba"><code>32b72a6</code></a> Fix reading comments with UTF chars (fixes <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-utils/issues/238">#238</a>) (<a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-utils/issues/240">#240</a>)</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-utils/commit/d3d137cdf51aff2fc854eb60c300a9953c0e093d"><code>d3d137c</code></a> Bump codehaus-plexus/.github from 0.0.1 to 0.0.4</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-utils/commit/4f333f2691873e5ba024991a03390a4e773511e9"><code>4f333f2</code></a> Bump actions/checkout from 3.2.0 to 3.3.0 (<a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-utils/issues/231">#231</a>)</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-utils/commit/9db3ea7f918d3c5612703c6f95f1c2a87337ab05"><code>9db3ea7</code></a> Using Files#write() to implement Files#append()</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-utils/commit/6aa1b6fa11f16340757842939ff27a79c937a87f"><code>6aa1b6f</code></a> Using Files#readString()/#writeString() on Java 11+</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-utils/commit/c41544820537cc0ab39791f65baa1cb518a33879"><code>c415448</code></a> Using Files.write instead of OutputStream.write</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-utils/commit/b8696fb4b0ee29d866c5e09c08b6617dbc1fbfc2"><code>b8696fb</code></a> Using Files.readAllBytes instead of custom loop</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-utils/commit/6288353e08b999ff16b7cf8ab09625f4e17b1b98"><code>6288353</code></a> Bump actions/checkout from 3.1.0 to 3.2.0</li>
   <li>Additional commits viewable in <a href="https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-3.5.0...plexus-utils-3.5.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-utils&package-manager=maven&previous-version=3.5.0&new-version=3.5.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: java-dev-unsubscribe@axis.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[GitHub] [axis-axis2-java-core] veithen merged pull request #447: Bump plexus-utils from 3.5.0 to 3.5.1

Posted by "veithen (via GitHub)" <gi...@apache.org>.
veithen merged PR #447:
URL: https://github.com/apache/axis-axis2-java-core/pull/447


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[GitHub] [axis-axis2-java-core] veithen commented on pull request #447: Bump plexus-utils from 3.5.0 to 3.5.1

Posted by "veithen (via GitHub)" <gi...@apache.org>.
veithen commented on PR #447:
URL: https://github.com/apache/axis-axis2-java-core/pull/447#issuecomment-1455181565

   @dependabot rebase


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[GitHub] [axis-axis2-java-core] codecov-commenter commented on pull request #447: Bump plexus-utils from 3.5.0 to 3.5.1

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #447:
URL: https://github.com/apache/axis-axis2-java-core/pull/447#issuecomment-1455194611

   # [Codecov](https://codecov.io/gh/apache/axis-axis2-java-core/pull/447?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 [#447](https://codecov.io/gh/apache/axis-axis2-java-core/pull/447?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6f5e01b) into [master](https://codecov.io/gh/apache/axis-axis2-java-core/commit/fbc2be49be0af79458ee9816d774d53d34eb8160?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (fbc2be4) will **increase** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   > :exclamation: Current head 6f5e01b differs from pull request most recent head 6f0564c. Consider uploading reports for the commit 6f0564c to get more accurate results
   
   ```diff
   @@           Coverage Diff           @@
   ##           master     #447   +/-   ##
   =======================================
     Coverage   42.54%   42.55%           
   =======================================
     Files        1500     1500           
     Lines      115015   115015           
     Branches    22586    22586           
   =======================================
   + Hits        48937    48945    +8     
   + Misses      58316    58307    -9     
   - Partials     7762     7763    +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/axis-axis2-java-core/pull/447?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...che/axis2/jaxws/message/databinding/JAXBUtils.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/447?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bW9kdWxlcy9qYXh3cy9zcmMvb3JnL2FwYWNoZS9heGlzMi9qYXh3cy9tZXNzYWdlL2RhdGFiaW5kaW5nL0pBWEJVdGlscy5qYXZh) | `75.33% <0.00%> (-0.15%)` | :arrow_down: |
   | [...jaxws/marshaller/impl/alt/LegacyExceptionUtil.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/447?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bW9kdWxlcy9qYXh3cy9zcmMvb3JnL2FwYWNoZS9heGlzMi9qYXh3cy9tYXJzaGFsbGVyL2ltcGwvYWx0L0xlZ2FjeUV4Y2VwdGlvblV0aWwuamF2YQ==) | `77.31% <0.00%> (ø)` | |
   | [.../injection/impl/WebServiceContextInjectorImpl.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/447?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bW9kdWxlcy9qYXh3cy9zcmMvb3JnL2FwYWNoZS9heGlzMi9qYXh3cy9zZXJ2ZXIvZW5kcG9pbnQvaW5qZWN0aW9uL2ltcGwvV2ViU2VydmljZUNvbnRleHRJbmplY3RvckltcGwuamF2YQ==) | `52.83% <0.00%> (+0.62%)` | :arrow_up: |
   | [...pache/axis2/receivers/AbstractMessageReceiver.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/447?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvcmVjZWl2ZXJzL0Fic3RyYWN0TWVzc2FnZVJlY2VpdmVyLmphdmE=) | `75.00% <0.00%> (+2.50%)` | :arrow_up: |
   | [...ws/message/databinding/JAXBContextFromClasses.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/447?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bW9kdWxlcy9qYXh3cy9zcmMvb3JnL2FwYWNoZS9heGlzMi9qYXh3cy9tZXNzYWdlL2RhdGFiaW5kaW5nL0pBWEJDb250ZXh0RnJvbUNsYXNzZXMuamF2YQ==) | `76.78% <0.00%> (+5.35%)` | :arrow_up: |
   
   :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: java-dev-unsubscribe@axis.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org