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 GitBox <gi...@apache.org> on 2021/05/17 07:02:41 UTC

[GitHub] [axis-axis2-java-core] dependabot[bot] opened a new pull request #160: Bump greenmail from 1.6.3 to 1.6.4

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


   Bumps [greenmail](https://github.com/greenmail-mail-test/greenmail) from 1.6.3 to 1.6.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/greenmail-mail-test/greenmail/releases">greenmail's releases</a>.</em></p>
   <blockquote>
   <h2>1.6.4</h2>
   <p>This release contains most notable support for IMAP IDLE and DSN,
   and further minor enhancements and dependency updates.</p>
   <ul>
   <li>
   <p>Enhancements</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/greenmail-mail-test/greenmail/issues/275">#275</a>/<a href="https://github-redirect.dependabot.com/greenmail-mail-test/greenmail/issues/382">#382</a> IMAP IDLE support (RFC2177)</li>
   <li><a href="https://github-redirect.dependabot.com/greenmail-mail-test/greenmail/issues/307">#307</a> Support for Delivery Status Notification</li>
   <li><a href="https://github-redirect.dependabot.com/greenmail-mail-test/greenmail/issues/384">#384</a> Advertise support of user flags</li>
   <li><a href="https://github-redirect.dependabot.com/greenmail-mail-test/greenmail/issues/383">#383</a> Unified (verbose mode) protocol logging</li>
   <li><a href="https://github-redirect.dependabot.com/greenmail-mail-test/greenmail/issues/381">#381</a> Improve greenmail-standalone date time logging</li>
   <li><a href="https://github-redirect.dependabot.com/greenmail-mail-test/greenmail/issues/394">#394</a> Provide access to UserManager via GreenMail(Operations)</li>
   </ul>
   </li>
   <li>
   <p>Dependency updates</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/greenmail-mail-test/greenmail/issues/392">#392</a> Update docker base image to openjdk:8u292-jre-slim-buster</li>
   <li><a href="https://github-redirect.dependabot.com/greenmail-mail-test/greenmail/issues/391">#391</a> Update jersey to 2.34</li>
   <li><a href="https://github-redirect.dependabot.com/greenmail-mail-test/greenmail/issues/390">#390</a> Update Jakarta Mail to 1.6.7</li>
   <li><a href="https://github-redirect.dependabot.com/greenmail-mail-test/greenmail/issues/389">#389</a> Update jetty to 9.4.40.v20210413</li>
   </ul>
   </li>
   </ul>
   <p>Note: GreenMail 1.6 requires JDK 8+ now, and used Jakarta Mail 1.6.x</p>
   <p>For further details, check the <a href="https://github.com/greenmail-mail-test/greenmail/issues?q=is%3Aclosed+milestone%3A1.6.4">issues</a> fixed.</p>
   <p><a href="https://greenmail-mail-test.github.io/greenmail/#download">Download</a> also available in <a href="https://repo1.maven.org/maven2/com/icegreen/greenmail/1.6.4/">Maven Central</a> with GAV coordinates com.icegreen:greenmail:1.6.4 .</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/greenmail-mail-test/greenmail/commit/d209c928939980db0111feeb360bebee6e61581b"><code>d209c92</code></a> [maven-release-plugin] prepare release release-1.6.4</li>
   <li><a href="https://github.com/greenmail-mail-test/greenmail/commit/300e3a662ed09fe7a158d2121026387f9cf20f0b"><code>300e3a6</code></a> Provide access to UserManager via GreenMailOperations (fixes <a href="https://github-redirect.dependabot.com/greenmail-mail-test/greenmail/issues/394">#394</a>)</li>
   <li><a href="https://github.com/greenmail-mail-test/greenmail/commit/584961a21fb761dec704f7b0a88497235284192b"><code>584961a</code></a> Support for Delivery Status Notification (<a href="https://github-redirect.dependabot.com/greenmail-mail-test/greenmail/issues/307">#307</a>)</li>
   <li><a href="https://github.com/greenmail-mail-test/greenmail/commit/51dcd7fbc31b27339f703a93dc927371fede8fd0"><code>51dcd7f</code></a> Extend sample to send DSN to Return-Path</li>
   <li><a href="https://github.com/greenmail-mail-test/greenmail/commit/1aee8b53ead567a0cacdc8f24a65dde7a9077010"><code>1aee8b5</code></a> Introduce generic delivery handler</li>
   <li><a href="https://github.com/greenmail-mail-test/greenmail/commit/cb540e3fda7c0b02c390548339b619a9b60954bb"><code>cb540e3</code></a> Send SMTP OK only if message delivery succeeds</li>
   <li><a href="https://github.com/greenmail-mail-test/greenmail/commit/cb8bbe9c1b2ddeee288601632dc953926ab9aacb"><code>cb8bbe9</code></a> Introduce UndeliverableHandler</li>
   <li><a href="https://github.com/greenmail-mail-test/greenmail/commit/68f390d4c16844e7cd73b79ed2d09d496c651904"><code>68f390d</code></a> Remove unused code</li>
   <li><a href="https://github.com/greenmail-mail-test/greenmail/commit/c11bebb08cc7222bf07ad20d0ba94369b7040445"><code>c11bebb</code></a> Move message delivery to UserManager</li>
   <li><a href="https://github.com/greenmail-mail-test/greenmail/commit/405c7523570ed40ca1bd19895658356bf6255db2"><code>405c752</code></a> Documentation - Specify default configs for docker image (fixes <a href="https://github-redirect.dependabot.com/greenmail-mail-test/greenmail/issues/393">#393</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/greenmail-mail-test/greenmail/compare/release-1.6.3...release-1.6.4">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.icegreen:greenmail&package-manager=maven&previous-version=1.6.3&new-version=1.6.4)](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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[GitHub] [axis-axis2-java-core] codecov-commenter edited a comment on pull request #160: Bump greenmail from 1.6.3 to 1.6.4

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #160:
URL: https://github.com/apache/axis-axis2-java-core/pull/160#issuecomment-842075952


   # [Codecov](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?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 [#160](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (a82321d) into [master](https://codecov.io/gh/apache/axis-axis2-java-core/commit/73d4646a9e0715b92c8353a0c573eb71855c72c7?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (73d4646) will **decrease** coverage by `0.01%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/graphs/tree.svg?width=650&height=150&src=pr&token=DJL2R0FO8X&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #160      +/-   ##
   ==========================================
   - Coverage   42.64%   42.63%   -0.02%     
   ==========================================
     Files        1489     1489              
     Lines      114178   114178              
     Branches    22512    22512              
   ==========================================
   - Hits        48694    48677      -17     
   - Misses      57751    57763      +12     
   - Partials     7733     7738       +5     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...n/java/org/apache/axis2/webapp/CSRFTokenCache.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy93ZWJhcHAvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2F4aXMyL3dlYmFwcC9DU1JGVG9rZW5DYWNoZS5qYXZh) | `55.55% <0.00%> (-44.45%)` | :arrow_down: |
   | [...ansport/testkit/tests/misc/MinConcurrencyTest.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy90cmFuc3BvcnQvdGVzdGtpdC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvYXhpczIvdHJhbnNwb3J0L3Rlc3RraXQvdGVzdHMvbWlzYy9NaW5Db25jdXJyZW5jeVRlc3QuamF2YQ==) | `73.13% <0.00%> (-5.98%)` | :arrow_down: |
   | [.../org/apache/axis2/context/ServiceGroupContext.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvY29udGV4dC9TZXJ2aWNlR3JvdXBDb250ZXh0LmphdmE=) | `61.73% <0.00%> (-3.48%)` | :arrow_down: |
   | [...s2/transport/http/server/HttpServiceProcessor.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy90cmFuc3BvcnQvaHR0cC9zcmMvb3JnL2FwYWNoZS9heGlzMi90cmFuc3BvcnQvaHR0cC9zZXJ2ZXIvSHR0cFNlcnZpY2VQcm9jZXNzb3IuamF2YQ==) | `73.07% <0.00%> (-1.93%)` | :arrow_down: |
   | [...jaxws/marshaller/impl/alt/LegacyExceptionUtil.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9qYXh3cy9zcmMvb3JnL2FwYWNoZS9heGlzMi9qYXh3cy9tYXJzaGFsbGVyL2ltcGwvYWx0L0xlZ2FjeUV4Y2VwdGlvblV0aWwuamF2YQ==) | `77.31% <0.00%> (-0.85%)` | :arrow_down: |
   | [...c/org/apache/axis2/util/MessageContextBuilder.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvdXRpbC9NZXNzYWdlQ29udGV4dEJ1aWxkZXIuamF2YQ==) | `68.05% <0.00%> (-0.52%)` | :arrow_down: |
   | [...che/axis2/jaxws/message/databinding/JAXBUtils.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9qYXh3cy9zcmMvb3JnL2FwYWNoZS9heGlzMi9qYXh3cy9tZXNzYWdlL2RhdGFiaW5kaW5nL0pBWEJVdGlscy5qYXZh) | `75.33% <0.00%> (-0.15%)` | :arrow_down: |
   | [...l/src/org/apache/axis2/context/MessageContext.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvY29udGV4dC9NZXNzYWdlQ29udGV4dC5qYXZh) | `64.47% <0.00%> (-0.15%)` | :arrow_down: |
   | [...port/http/server/DefaultHttpConnectionManager.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy90cmFuc3BvcnQvaHR0cC9zcmMvb3JnL2FwYWNoZS9heGlzMi90cmFuc3BvcnQvaHR0cC9zZXJ2ZXIvRGVmYXVsdEh0dHBDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `69.11% <0.00%> (+2.94%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?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/axis-axis2-java-core/pull/160?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 [73d4646...a82321d](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?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.

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 #160: Bump greenmail from 1.6.3 to 1.6.4

Posted by GitBox <gi...@apache.org>.
veithen merged pull request #160:
URL: https://github.com/apache/axis-axis2-java-core/pull/160


   


-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[GitHub] [axis-axis2-java-core] codecov-commenter edited a comment on pull request #160: Bump greenmail from 1.6.3 to 1.6.4

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #160:
URL: https://github.com/apache/axis-axis2-java-core/pull/160#issuecomment-842075952


   # [Codecov](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?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 [#160](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (7cc1cb3) into [master](https://codecov.io/gh/apache/axis-axis2-java-core/commit/73d4646a9e0715b92c8353a0c573eb71855c72c7?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (73d4646) will **decrease** coverage by `0.01%`.
   > The diff coverage is `n/a`.
   
   > :exclamation: Current head 7cc1cb3 differs from pull request most recent head a82321d. Consider uploading reports for the commit a82321d to get more accurate results
   [![Impacted file tree graph](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/graphs/tree.svg?width=650&height=150&src=pr&token=DJL2R0FO8X&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #160      +/-   ##
   ==========================================
   - Coverage   42.64%   42.63%   -0.02%     
   ==========================================
     Files        1489     1489              
     Lines      114178   114178              
     Branches    22512    22512              
   ==========================================
   - Hits        48694    48679      -15     
   - Misses      57751    57764      +13     
   - Partials     7733     7735       +2     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...n/java/org/apache/axis2/webapp/CSRFTokenCache.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy93ZWJhcHAvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2F4aXMyL3dlYmFwcC9DU1JGVG9rZW5DYWNoZS5qYXZh) | `55.55% <0.00%> (-44.45%)` | :arrow_down: |
   | [...ansport/testkit/tests/misc/MinConcurrencyTest.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy90cmFuc3BvcnQvdGVzdGtpdC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvYXhpczIvdHJhbnNwb3J0L3Rlc3RraXQvdGVzdHMvbWlzYy9NaW5Db25jdXJyZW5jeVRlc3QuamF2YQ==) | `73.13% <0.00%> (-5.98%)` | :arrow_down: |
   | [.../org/apache/axis2/context/ServiceGroupContext.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvY29udGV4dC9TZXJ2aWNlR3JvdXBDb250ZXh0LmphdmE=) | `61.73% <0.00%> (-3.48%)` | :arrow_down: |
   | [...c/org/apache/axis2/util/MessageContextBuilder.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvdXRpbC9NZXNzYWdlQ29udGV4dEJ1aWxkZXIuamF2YQ==) | `68.05% <0.00%> (-0.52%)` | :arrow_down: |
   | [...l/src/org/apache/axis2/context/MessageContext.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvY29udGV4dC9NZXNzYWdlQ29udGV4dC5qYXZh) | `64.47% <0.00%> (-0.15%)` | :arrow_down: |
   | [...rshal/MarshalServiceRuntimeDescriptionFactory.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9qYXh3cy9zcmMvb3JnL2FwYWNoZS9heGlzMi9qYXh3cy9ydW50aW1lL2Rlc2NyaXB0aW9uL21hcnNoYWwvTWFyc2hhbFNlcnZpY2VSdW50aW1lRGVzY3JpcHRpb25GYWN0b3J5LmphdmE=) | `100.00% <0.00%> (+8.33%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?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/axis-axis2-java-core/pull/160?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 [73d4646...a82321d](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?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.

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 edited a comment on pull request #160: Bump greenmail from 1.6.3 to 1.6.4

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #160:
URL: https://github.com/apache/axis-axis2-java-core/pull/160#issuecomment-842075952


   # [Codecov](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?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 [#160](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (a82321d) into [master](https://codecov.io/gh/apache/axis-axis2-java-core/commit/73d4646a9e0715b92c8353a0c573eb71855c72c7?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (73d4646) will **decrease** coverage by `0.01%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/graphs/tree.svg?width=650&height=150&src=pr&token=DJL2R0FO8X&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #160      +/-   ##
   ==========================================
   - Coverage   42.64%   42.63%   -0.02%     
   ==========================================
     Files        1489     1489              
     Lines      114178   114178              
     Branches    22512    22512              
   ==========================================
   - Hits        48694    48677      -17     
   - Misses      57751    57763      +12     
   - Partials     7733     7738       +5     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...n/java/org/apache/axis2/webapp/CSRFTokenCache.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy93ZWJhcHAvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2F4aXMyL3dlYmFwcC9DU1JGVG9rZW5DYWNoZS5qYXZh) | `55.55% <0.00%> (-44.45%)` | :arrow_down: |
   | [...ansport/testkit/tests/misc/MinConcurrencyTest.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy90cmFuc3BvcnQvdGVzdGtpdC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvYXhpczIvdHJhbnNwb3J0L3Rlc3RraXQvdGVzdHMvbWlzYy9NaW5Db25jdXJyZW5jeVRlc3QuamF2YQ==) | `73.13% <0.00%> (-5.98%)` | :arrow_down: |
   | [.../org/apache/axis2/context/ServiceGroupContext.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvY29udGV4dC9TZXJ2aWNlR3JvdXBDb250ZXh0LmphdmE=) | `61.73% <0.00%> (-3.48%)` | :arrow_down: |
   | [...s2/transport/http/server/HttpServiceProcessor.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy90cmFuc3BvcnQvaHR0cC9zcmMvb3JnL2FwYWNoZS9heGlzMi90cmFuc3BvcnQvaHR0cC9zZXJ2ZXIvSHR0cFNlcnZpY2VQcm9jZXNzb3IuamF2YQ==) | `73.07% <0.00%> (-1.93%)` | :arrow_down: |
   | [...jaxws/marshaller/impl/alt/LegacyExceptionUtil.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9qYXh3cy9zcmMvb3JnL2FwYWNoZS9heGlzMi9qYXh3cy9tYXJzaGFsbGVyL2ltcGwvYWx0L0xlZ2FjeUV4Y2VwdGlvblV0aWwuamF2YQ==) | `77.31% <0.00%> (-0.85%)` | :arrow_down: |
   | [...c/org/apache/axis2/util/MessageContextBuilder.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvdXRpbC9NZXNzYWdlQ29udGV4dEJ1aWxkZXIuamF2YQ==) | `68.05% <0.00%> (-0.52%)` | :arrow_down: |
   | [...che/axis2/jaxws/message/databinding/JAXBUtils.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9qYXh3cy9zcmMvb3JnL2FwYWNoZS9heGlzMi9qYXh3cy9tZXNzYWdlL2RhdGFiaW5kaW5nL0pBWEJVdGlscy5qYXZh) | `75.33% <0.00%> (-0.15%)` | :arrow_down: |
   | [...l/src/org/apache/axis2/context/MessageContext.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvY29udGV4dC9NZXNzYWdlQ29udGV4dC5qYXZh) | `64.47% <0.00%> (-0.15%)` | :arrow_down: |
   | [...port/http/server/DefaultHttpConnectionManager.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy90cmFuc3BvcnQvaHR0cC9zcmMvb3JnL2FwYWNoZS9heGlzMi90cmFuc3BvcnQvaHR0cC9zZXJ2ZXIvRGVmYXVsdEh0dHBDb25uZWN0aW9uTWFuYWdlci5qYXZh) | `69.11% <0.00%> (+2.94%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?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/axis-axis2-java-core/pull/160?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 [73d4646...a82321d](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?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.

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 #160: Bump greenmail from 1.6.3 to 1.6.4

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on pull request #160:
URL: https://github.com/apache/axis-axis2-java-core/pull/160#issuecomment-842075952


   # [Codecov](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?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 [#160](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (a82321d) into [master](https://codecov.io/gh/apache/axis-axis2-java-core/commit/73d4646a9e0715b92c8353a0c573eb71855c72c7?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (73d4646) will **decrease** coverage by `0.06%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/graphs/tree.svg?width=650&height=150&src=pr&token=DJL2R0FO8X&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #160      +/-   ##
   ==========================================
   - Coverage   42.64%   42.58%   -0.07%     
   ==========================================
     Files        1489     1489              
     Lines      114178   114004     -174     
     Branches    22512    22432      -80     
   ==========================================
   - Hits        48694    48549     -145     
   + Misses      57751    57715      -36     
   - Partials     7733     7740       +7     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...n/java/org/apache/axis2/webapp/CSRFTokenCache.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy93ZWJhcHAvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2F4aXMyL3dlYmFwcC9DU1JGVG9rZW5DYWNoZS5qYXZh) | `55.55% <0.00%> (-44.45%)` | :arrow_down: |
   | [...ansport/testkit/tests/misc/MinConcurrencyTest.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy90cmFuc3BvcnQvdGVzdGtpdC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvYXhpczIvdHJhbnNwb3J0L3Rlc3RraXQvdGVzdHMvbWlzYy9NaW5Db25jdXJyZW5jeVRlc3QuamF2YQ==) | `73.13% <0.00%> (-5.98%)` | :arrow_down: |
   | [.../org/apache/axis2/context/ServiceGroupContext.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvY29udGV4dC9TZXJ2aWNlR3JvdXBDb250ZXh0LmphdmE=) | `61.73% <0.00%> (-3.48%)` | :arrow_down: |
   | [...nel/src/org/apache/axis2/addressing/RelatesTo.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvYWRkcmVzc2luZy9SZWxhdGVzVG8uamF2YQ==) | `43.58% <0.00%> (-2.76%)` | :arrow_down: |
   | [...src/org/apache/axis2/jaxws/util/WSDL4JWrapper.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9tZXRhZGF0YS9zcmMvb3JnL2FwYWNoZS9heGlzMi9qYXh3cy91dGlsL1dTREw0SldyYXBwZXIuamF2YQ==) | `45.01% <0.00%> (-2.67%)` | :arrow_down: |
   | [...axws/message/databinding/impl/ClassFinderImpl.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9qYXh3cy9zcmMvb3JnL2FwYWNoZS9heGlzMi9qYXh3cy9tZXNzYWdlL2RhdGFiaW5kaW5nL2ltcGwvQ2xhc3NGaW5kZXJJbXBsLmphdmE=) | `54.21% <0.00%> (-2.41%)` | :arrow_down: |
   | [...apache/axis2/jaxws/description/DescriptionKey.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9tZXRhZGF0YS9zcmMvb3JnL2FwYWNoZS9heGlzMi9qYXh3cy9kZXNjcmlwdGlvbi9EZXNjcmlwdGlvbktleS5qYXZh) | `44.00% <0.00%> (-2.16%)` | :arrow_down: |
   | [...les/kernel/src/org/apache/axis2/i18n/Messages.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvaTE4bi9NZXNzYWdlcy5qYXZh) | `39.65% <0.00%> (-2.02%)` | :arrow_down: |
   | [...s2/transport/http/server/HttpServiceProcessor.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy90cmFuc3BvcnQvaHR0cC9zcmMvb3JnL2FwYWNoZS9heGlzMi90cmFuc3BvcnQvaHR0cC9zZXJ2ZXIvSHR0cFNlcnZpY2VQcm9jZXNzb3IuamF2YQ==) | `73.07% <0.00%> (-1.93%)` | :arrow_down: |
   | [...data/src/org/apache/axis2/jaxws/i18n/Messages.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9tZXRhZGF0YS9zcmMvb3JnL2FwYWNoZS9heGlzMi9qYXh3cy9pMThuL01lc3NhZ2VzLmphdmE=) | `50.00% <0.00%> (-1.62%)` | :arrow_down: |
   | ... and [70 more](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?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/axis-axis2-java-core/pull/160?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 [73d4646...a82321d](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?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.

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 edited a comment on pull request #160: Bump greenmail from 1.6.3 to 1.6.4

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #160:
URL: https://github.com/apache/axis-axis2-java-core/pull/160#issuecomment-842075952


   # [Codecov](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?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 [#160](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (7cc1cb3) into [master](https://codecov.io/gh/apache/axis-axis2-java-core/commit/73d4646a9e0715b92c8353a0c573eb71855c72c7?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (73d4646) will **decrease** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   > :exclamation: Current head 7cc1cb3 differs from pull request most recent head a82321d. Consider uploading reports for the commit a82321d to get more accurate results
   [![Impacted file tree graph](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/graphs/tree.svg?width=650&height=150&src=pr&token=DJL2R0FO8X&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #160      +/-   ##
   ==========================================
   - Coverage   42.64%   42.59%   -0.06%     
   ==========================================
     Files        1489     1489              
     Lines      114178   114144      -34     
     Branches    22512    22430      -82     
   ==========================================
   - Hits        48694    48615      -79     
   - Misses      57751    57789      +38     
   - Partials     7733     7740       +7     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...n/java/org/apache/axis2/webapp/CSRFTokenCache.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy93ZWJhcHAvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2F4aXMyL3dlYmFwcC9DU1JGVG9rZW5DYWNoZS5qYXZh) | `55.55% <0.00%> (-44.45%)` | :arrow_down: |
   | [...he/axis2/description/java2wsdl/Java2WSDLUtils.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvZGVzY3JpcHRpb24vamF2YTJ3c2RsL0phdmEyV1NETFV0aWxzLmphdmE=) | `48.57% <0.00%> (-14.29%)` | :arrow_down: |
   | [...jaxws/src/org/apache/axis2/jaxws/spi/Provider.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9qYXh3cy9zcmMvb3JnL2FwYWNoZS9heGlzMi9qYXh3cy9zcGkvUHJvdmlkZXIuamF2YQ==) | `33.33% <0.00%> (-12.23%)` | :arrow_down: |
   | [...ansport/testkit/tests/misc/MinConcurrencyTest.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy90cmFuc3BvcnQvdGVzdGtpdC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvYXhpczIvdHJhbnNwb3J0L3Rlc3RraXQvdGVzdHMvbWlzYy9NaW5Db25jdXJyZW5jeVRlc3QuamF2YQ==) | `73.13% <0.00%> (-5.98%)` | :arrow_down: |
   | [.../org/apache/axis2/context/ServiceGroupContext.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvY29udGV4dC9TZXJ2aWNlR3JvdXBDb250ZXh0LmphdmE=) | `61.73% <0.00%> (-3.48%)` | :arrow_down: |
   | [...pache/axis2/receivers/AbstractMessageReceiver.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvcmVjZWl2ZXJzL0Fic3RyYWN0TWVzc2FnZVJlY2VpdmVyLmphdmE=) | `72.50% <0.00%> (-2.50%)` | :arrow_down: |
   | [...ransport/http/impl/httpclient4/HTTPSenderImpl.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy90cmFuc3BvcnQvaHR0cC9zcmMvb3JnL2FwYWNoZS9heGlzMi90cmFuc3BvcnQvaHR0cC9pbXBsL2h0dHBjbGllbnQ0L0hUVFBTZW5kZXJJbXBsLmphdmE=) | `82.60% <0.00%> (-2.18%)` | :arrow_down: |
   | [...rc/org/apache/axis2/wsdl/i18n/CodegenMessages.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9jb2RlZ2VuL3NyYy9vcmcvYXBhY2hlL2F4aXMyL3dzZGwvaTE4bi9Db2RlZ2VuTWVzc2FnZXMuamF2YQ==) | `52.38% <0.00%> (-2.17%)` | :arrow_down: |
   | [...ache/axis2/addressing/i18n/AddressingMessages.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvYWRkcmVzc2luZy9pMThuL0FkZHJlc3NpbmdNZXNzYWdlcy5qYXZh) | `52.38% <0.00%> (-2.17%)` | :arrow_down: |
   | [...ache/axis2/schema/i18n/SchemaCompilerMessages.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9hZGItY29kZWdlbi9zcmMvb3JnL2FwYWNoZS9heGlzMi9zY2hlbWEvaTE4bi9TY2hlbWFDb21waWxlck1lc3NhZ2VzLmphdmE=) | `52.38% <0.00%> (-2.17%)` | :arrow_down: |
   | ... and [36 more](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?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/axis-axis2-java-core/pull/160?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 [73d4646...a82321d](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?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.

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 #160: Bump greenmail from 1.6.3 to 1.6.4

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on pull request #160:
URL: https://github.com/apache/axis-axis2-java-core/pull/160#issuecomment-842075952


   # [Codecov](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?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 [#160](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (a82321d) into [master](https://codecov.io/gh/apache/axis-axis2-java-core/commit/73d4646a9e0715b92c8353a0c573eb71855c72c7?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (73d4646) will **decrease** coverage by `0.06%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/graphs/tree.svg?width=650&height=150&src=pr&token=DJL2R0FO8X&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #160      +/-   ##
   ==========================================
   - Coverage   42.64%   42.58%   -0.07%     
   ==========================================
     Files        1489     1489              
     Lines      114178   114004     -174     
     Branches    22512    22432      -80     
   ==========================================
   - Hits        48694    48549     -145     
   + Misses      57751    57715      -36     
   - Partials     7733     7740       +7     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...n/java/org/apache/axis2/webapp/CSRFTokenCache.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy93ZWJhcHAvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2F4aXMyL3dlYmFwcC9DU1JGVG9rZW5DYWNoZS5qYXZh) | `55.55% <0.00%> (-44.45%)` | :arrow_down: |
   | [...ansport/testkit/tests/misc/MinConcurrencyTest.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy90cmFuc3BvcnQvdGVzdGtpdC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvYXhpczIvdHJhbnNwb3J0L3Rlc3RraXQvdGVzdHMvbWlzYy9NaW5Db25jdXJyZW5jeVRlc3QuamF2YQ==) | `73.13% <0.00%> (-5.98%)` | :arrow_down: |
   | [.../org/apache/axis2/context/ServiceGroupContext.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvY29udGV4dC9TZXJ2aWNlR3JvdXBDb250ZXh0LmphdmE=) | `61.73% <0.00%> (-3.48%)` | :arrow_down: |
   | [...nel/src/org/apache/axis2/addressing/RelatesTo.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvYWRkcmVzc2luZy9SZWxhdGVzVG8uamF2YQ==) | `43.58% <0.00%> (-2.76%)` | :arrow_down: |
   | [...src/org/apache/axis2/jaxws/util/WSDL4JWrapper.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9tZXRhZGF0YS9zcmMvb3JnL2FwYWNoZS9heGlzMi9qYXh3cy91dGlsL1dTREw0SldyYXBwZXIuamF2YQ==) | `45.01% <0.00%> (-2.67%)` | :arrow_down: |
   | [...axws/message/databinding/impl/ClassFinderImpl.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9qYXh3cy9zcmMvb3JnL2FwYWNoZS9heGlzMi9qYXh3cy9tZXNzYWdlL2RhdGFiaW5kaW5nL2ltcGwvQ2xhc3NGaW5kZXJJbXBsLmphdmE=) | `54.21% <0.00%> (-2.41%)` | :arrow_down: |
   | [...apache/axis2/jaxws/description/DescriptionKey.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9tZXRhZGF0YS9zcmMvb3JnL2FwYWNoZS9heGlzMi9qYXh3cy9kZXNjcmlwdGlvbi9EZXNjcmlwdGlvbktleS5qYXZh) | `44.00% <0.00%> (-2.16%)` | :arrow_down: |
   | [...les/kernel/src/org/apache/axis2/i18n/Messages.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvaTE4bi9NZXNzYWdlcy5qYXZh) | `39.65% <0.00%> (-2.02%)` | :arrow_down: |
   | [...s2/transport/http/server/HttpServiceProcessor.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy90cmFuc3BvcnQvaHR0cC9zcmMvb3JnL2FwYWNoZS9heGlzMi90cmFuc3BvcnQvaHR0cC9zZXJ2ZXIvSHR0cFNlcnZpY2VQcm9jZXNzb3IuamF2YQ==) | `73.07% <0.00%> (-1.93%)` | :arrow_down: |
   | [...data/src/org/apache/axis2/jaxws/i18n/Messages.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/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-bW9kdWxlcy9tZXRhZGF0YS9zcmMvb3JnL2FwYWNoZS9heGlzMi9qYXh3cy9pMThuL01lc3NhZ2VzLmphdmE=) | `50.00% <0.00%> (-1.62%)` | :arrow_down: |
   | ... and [70 more](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?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/axis-axis2-java-core/pull/160?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 [73d4646...a82321d](https://codecov.io/gh/apache/axis-axis2-java-core/pull/160?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.

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