You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by GitBox <gi...@apache.org> on 2020/12/22 21:05:30 UTC

[GitHub] [ws-axiom] dependabot[bot] opened a new pull request #50: Bump commons-codec from 1.10 to 1.15

dependabot[bot] opened a new pull request #50:
URL: https://github.com/apache/ws-axiom/pull/50


   Bumps [commons-codec](https://github.com/apache/commons-codec) from 1.10 to 1.15.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt">commons-codec's changelog</a>.</em></p>
   <blockquote>
   <pre><code>          Apache Commons Codec 1.15 RELEASE NOTES
             September 1 2020
   </code></pre>
   <p>The Apache Commons Codec package contains simple encoder and decoders for
   various formats such as Base64 and Hexadecimal.  In addition to these
   widely used encoders and decoders, the codec package also maintains a
   collection of phonetic encoding utilities.</p>
   <p>Feature and fix release.</p>
   <p>Changes in this version include:</p>
   <p>New features:
   o CODEC-290:  Base16Codec and Base16Input/OutputStream. Thanks to Adam Retter.
   o CODEC-291:  Hex encode/decode with existing arrays. Thanks to Adam Retter.</p>
   <p>Fixed Bugs:
   o CODEC-264:  MurmurHash3: Ensure hash128 maintains the sign extension bug.
   Thanks to Andy Seaborne.</p>
   <p>Changes:
   o CODEC-280:  Base32/Base64/BCodec: Added strict decoding property to control
   handling of trailing bits. Default lenient mode discards them
   without error. Strict mode raise an exception.
   o CODEC-289:  Base32/Base64 Input/OutputStream: Added strict decoding property
   to control handling of trailing bits. Default lenient mode
   discards them without error. Strict mode raise an exception.
   o             Update tests from JUnit 4.12 to 4.13. Thanks to Gary Gregory.
   o             Update actions/checkout from v1 to v2.3.2 <a href="https://github-redirect.dependabot.com/apache/commons-codec/issues/50">#50</a>, <a href="https://github-redirect.dependabot.com/apache/commons-codec/issues/56">#56</a>.
   Thanks to Dependabot.
   o             Update actions/setup-java from v1.4.0 to v1.4.1 <a href="https://github-redirect.dependabot.com/apache/commons-codec/issues/57">#57</a>.
   Thanks to Dependabot.</p>
   <p>For complete information on Apache Commons Codec, including instructions on how
   to submit bug reports, patches, or suggestions for improvement, see the
   Apache Commons Codec website:</p>
   <p><a href="https://commons.apache.org/proper/commons-codec/">https://commons.apache.org/proper/commons-codec/</a></p>
   <p>Download page: <a href="https://commons.apache.org/proper/commons-codec/download_codec.cgi">https://commons.apache.org/proper/commons-codec/download_codec.cgi</a></p>
   <hr />
   <pre><code>          Apache Commons Codec 1.14 RELEASE NOTES
             December 30 2019
   </code></pre>
   <p>The Apache Commons Codec package contains simple encoder and decoders for
   various formats such as Base64 and Hexadecimal.  In addition to these
   widely used encoders and decoders, the codec package also maintains a</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/commons-codec/commit/c89d2af770f05457fbefa5fb4713c888bf177fb2"><code>c89d2af</code></a> Prepare for 1.15 release</li>
   <li><a href="https://github.com/apache/commons-codec/commit/ba81ed5dc06661d931a4bb8f7abaa51ee5300396"><code>ba81ed5</code></a> Use gav=true for the maven central redirect</li>
   <li><a href="https://github.com/apache/commons-codec/commit/cb629f03516e21ba7daeb4dd9a7b5fe3c76fc841"><code>cb629f0</code></a> Update maven central badge</li>
   <li><a href="https://github.com/apache/commons-codec/commit/b8090b34914ef456a1262292b554c7a5e1e623e8"><code>b8090b3</code></a> Fix coverage badge to use the 'master' branch not the default 'trunk'</li>
   <li><a href="https://github.com/apache/commons-codec/commit/fa0562e71e2661768c4d2e324ff978aa2af1be08"><code>fa0562e</code></a> Test Context toString has debugging info</li>
   <li><a href="https://github.com/apache/commons-codec/commit/f39003c953df152ff737474d2d2f27b611963a1c"><code>f39003c</code></a> Test isInAlphabet</li>
   <li><a href="https://github.com/apache/commons-codec/commit/9ac33a12a500bbc3ea40685aac61c95169443957"><code>9ac33a1</code></a> Test all constructors</li>
   <li><a href="https://github.com/apache/commons-codec/commit/3535c17eccb2251fc518aa545a800b4922c8dc35"><code>3535c17</code></a> Test encode of null and empty array with an offset</li>
   <li><a href="https://github.com/apache/commons-codec/commit/e42dfe1ff2f273926fd759abea82b1c7b3021985"><code>e42dfe1</code></a> Fix test names</li>
   <li><a href="https://github.com/apache/commons-codec/commit/536587931cb77538709c57455165379a74e2f04f"><code>5365879</code></a> Test the codec policy property</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/commons-codec/compare/1.10...rel/commons-codec-1.15">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-codec:commons-codec&package-manager=maven&previous-version=1.10&new-version=1.15)](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
   
   
   </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.

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



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


[GitHub] [ws-axiom] codecov-io edited a comment on pull request #50: Bump commons-codec from 1.10 to 1.15

Posted by GitBox <gi...@apache.org>.
codecov-io edited a comment on pull request #50:
URL: https://github.com/apache/ws-axiom/pull/50#issuecomment-749779741


   # [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/50?src=pr&el=h1) Report
   > Merging [#50](https://codecov.io/gh/apache/ws-axiom/pull/50?src=pr&el=desc) (f1163bf) into [master](https://codecov.io/gh/apache/ws-axiom/commit/6f5be35126885a3b462f2682016c980772b2f013?el=desc) (6f5be35) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/ws-axiom/pull/50/graphs/tree.svg?width=650&height=150&src=pr&token=31UBv7qnxs)](https://codecov.io/gh/apache/ws-axiom/pull/50?src=pr&el=tree)
   
   ```diff
   @@           Coverage Diff           @@
   ##           master      #50   +/-   ##
   =======================================
     Coverage   76.53%   76.53%           
   =======================================
     Files         575      575           
     Lines       13958    13958           
     Branches     2402     2402           
   =======================================
     Hits        10683    10683           
     Misses       2611     2611           
     Partials      664      664           
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/ws-axiom/pull/50?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/50?src=pr&el=footer). Last update [6f5be35...f1163bf](https://codecov.io/gh/apache/ws-axiom/pull/50?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



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


[GitHub] [ws-axiom] codecov-io commented on pull request #50: Bump commons-codec from 1.10 to 1.15

Posted by GitBox <gi...@apache.org>.
codecov-io commented on pull request #50:
URL: https://github.com/apache/ws-axiom/pull/50#issuecomment-749779741


   # [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/50?src=pr&el=h1) Report
   > Merging [#50](https://codecov.io/gh/apache/ws-axiom/pull/50?src=pr&el=desc) (f1163bf) into [master](https://codecov.io/gh/apache/ws-axiom/commit/6f5be35126885a3b462f2682016c980772b2f013?el=desc) (6f5be35) will **decrease** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/ws-axiom/pull/50/graphs/tree.svg?width=650&height=150&src=pr&token=31UBv7qnxs)](https://codecov.io/gh/apache/ws-axiom/pull/50?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master      #50      +/-   ##
   ==========================================
   - Coverage   76.53%   76.48%   -0.06%     
   ==========================================
     Files         575      575              
     Lines       13958    13958              
     Branches     2402     2400       -2     
   ==========================================
   - Hits        10683    10676       -7     
   - Misses       2611     2619       +8     
   + Partials      664      663       -1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/ws-axiom/pull/50?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [...m/impl/dom/factory/DOMStAXParserConfiguration.java](https://codecov.io/gh/apache/ws-axiom/pull/50/diff?src=pr&el=tree#diff-aW1wbGVtZW50YXRpb25zL2F4aW9tLWRvbS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvYXhpb20vb20vaW1wbC9kb20vZmFjdG9yeS9ET01TdEFYUGFyc2VyQ29uZmlndXJhdGlvbi5qYXZh) | `62.50% <0.00%> (-12.50%)` | :arrow_down: |
   | [.../java/org/apache/axiom/locator/Implementation.java](https://codecov.io/gh/apache/ws-axiom/pull/50/diff?src=pr&el=tree#diff-YXhpb20tYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9heGlvbS9sb2NhdG9yL0ltcGxlbWVudGF0aW9uLmphdmE=) | `90.00% <0.00%> (-10.00%)` | :arrow_down: |
   | [...iom/attachments/lifecycle/impl/VMShutdownHook.java](https://codecov.io/gh/apache/ws-axiom/pull/50/diff?src=pr&el=tree#diff-YXhpb20tYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9heGlvbS9hdHRhY2htZW50cy9saWZlY3ljbGUvaW1wbC9WTVNodXRkb3duSG9vay5qYXZh) | `36.58% <0.00%> (-9.76%)` | :arrow_down: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/ws-axiom/pull/50?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/50?src=pr&el=footer). Last update [6f5be35...f1163bf](https://codecov.io/gh/apache/ws-axiom/pull/50?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



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


[GitHub] [ws-axiom] veithen merged pull request #50: Bump commons-codec from 1.10 to 1.15

Posted by GitBox <gi...@apache.org>.
veithen merged pull request #50:
URL: https://github.com/apache/ws-axiom/pull/50


   


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

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



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