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/08/05 13:07:33 UTC

[GitHub] [axis-axis2-java-core] dependabot[bot] opened a new pull request #199: Bump tomcat.version from 10.0.8 to 10.0.10

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


   Bumps `tomcat.version` from 10.0.8 to 10.0.10.
   Updates `tomcat-tribes` from 10.0.8 to 10.0.10
   
   Updates `tomcat-juli` from 10.0.8 to 10.0.10
   
   
   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 #199: Bump tomcat.version from 10.0.8 to 10.0.10

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


   


-- 
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 edited a comment on pull request #199: Bump tomcat.version from 10.0.8 to 10.0.10

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


   # [Codecov](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199?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 [#199](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (dd63982) into [master](https://codecov.io/gh/apache/axis-axis2-java-core/commit/46938071df69292744b940bf9104d2c5192f437c?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (4693807) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199/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/199?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     #199   +/-   ##
   =======================================
     Coverage   42.76%   42.76%           
   =======================================
     Files        1500     1500           
     Lines      115036   115036           
     Branches    22671    22671           
   =======================================
     Hits        49197    49197           
   - Misses      58032    58033    +1     
   + Partials     7807     7806    -1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...port/http/server/DefaultHttpConnectionManager.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199/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) | `66.17% <0.00%> (-2.95%)` | :arrow_down: |
   | [...che/axis2/jaxws/message/databinding/JAXBUtils.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199/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.48% <0.00%> (+0.14%)` | :arrow_up: |
   | [...jaxws/marshaller/impl/alt/LegacyExceptionUtil.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199/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==) | `78.15% <0.00%> (+0.84%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199?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/199?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 [4693807...dd63982](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 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 edited a comment on pull request #199: Bump tomcat.version from 10.0.8 to 10.0.10

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


   # [Codecov](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199?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 [#199](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (dd63982) into [master](https://codecov.io/gh/apache/axis-axis2-java-core/commit/46938071df69292744b940bf9104d2c5192f437c?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (4693807) will **increase** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199/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/199?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     #199   +/-   ##
   =======================================
     Coverage   42.76%   42.76%           
   =======================================
     Files        1500     1500           
     Lines      115036   115036           
     Branches    22671    22671           
   =======================================
   + Hits        49197    49199    +2     
     Misses      58032    58032           
   + Partials     7807     7805    -2     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199?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/199/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.48% <0.00%> (+0.14%)` | :arrow_up: |
   | [...jaxws/marshaller/impl/alt/LegacyExceptionUtil.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199/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==) | `78.15% <0.00%> (+0.84%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199?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/199?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 [4693807...dd63982](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 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 #199: Bump tomcat.version from 10.0.8 to 10.0.10

Posted by GitBox <gi...@apache.org>.
veithen commented on pull request #199:
URL: https://github.com/apache/axis-axis2-java-core/pull/199#issuecomment-899068027


   @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 #199: Bump tomcat.version from 10.0.8 to 10.0.10

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


   # [Codecov](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199?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 [#199](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (dd63982) into [master](https://codecov.io/gh/apache/axis-axis2-java-core/commit/46938071df69292744b940bf9104d2c5192f437c?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (4693807) will **decrease** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199/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/199?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     #199      +/-   ##
   ==========================================
   - Coverage   42.76%   42.71%   -0.06%     
   ==========================================
     Files        1500     1500              
     Lines      115036   114862     -174     
     Branches    22671    22589      -82     
   ==========================================
   - Hits        49197    49063     -134     
   + Misses      58032    57990      -42     
   - Partials     7807     7809       +2     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...ansport/testkit/tests/misc/MinConcurrencyTest.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199/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: |
   | [...s2/transport/http/server/HttpServiceProcessor.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199/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==) | `69.23% <0.00%> (-3.85%)` | :arrow_down: |
   | [...port/http/server/DefaultHttpConnectionManager.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199/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) | `66.17% <0.00%> (-2.95%)` | :arrow_down: |
   | [...nel/src/org/apache/axis2/addressing/RelatesTo.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199/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/199/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/199/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/199/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/199/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: |
   | [...data/src/org/apache/axis2/jaxws/i18n/Messages.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199/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: |
   | [...ansport/http/server/DefaultConnectionListener.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199/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-bW9kdWxlcy90cmFuc3BvcnQvaHR0cC9zcmMvb3JnL2FwYWNoZS9heGlzMi90cmFuc3BvcnQvaHR0cC9zZXJ2ZXIvRGVmYXVsdENvbm5lY3Rpb25MaXN0ZW5lci5qYXZh) | `69.84% <0.00%> (-1.59%)` | :arrow_down: |
   | ... and [69 more](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199/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/199?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/199?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 [4693807...dd63982](https://codecov.io/gh/apache/axis-axis2-java-core/pull/199?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 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