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 2022/08/01 13:13:57 UTC

[GitHub] [axis-axis2-java-core] dependabot[bot] opened a new pull request, #347: Bump gson from 2.9.0 to 2.9.1

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

   Bumps [gson](https://github.com/google/gson) from 2.9.0 to 2.9.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/google/gson/releases">gson's releases</a>.</em></p>
   <blockquote>
   <h2>Gson 2.9.1</h2>
   <ul>
   <li>Make <code>Object</code> and <code>JsonElement</code> deserialization iterative rather than recursive (<a href="https://github-redirect.dependabot.com/google/gson/issues/1912">#1912</a>)</li>
   <li>Added parsing support for enum that has overridden toString() method (<a href="https://github-redirect.dependabot.com/google/gson/issues/1950">#1950</a>)</li>
   <li>Removed support for building Gson with Gradle (<a href="https://github-redirect.dependabot.com/google/gson/issues/2081">#2081</a>)</li>
   <li>Removed obsolete <code>codegen</code> hierarchy (<a href="https://github-redirect.dependabot.com/google/gson/issues/2099">#2099</a>)</li>
   <li>Add support for reflection access filter (<a href="https://github-redirect.dependabot.com/google/gson/issues/1905">#1905</a>)</li>
   <li>Improve <code>TypeToken</code> creation validation (<a href="https://github-redirect.dependabot.com/google/gson/issues/2072">#2072</a>)</li>
   <li>Add explicit support for <code>float</code> in <code>JsonWriter</code> (<a href="https://github-redirect.dependabot.com/google/gson/issues/2130">#2130</a>, <a href="https://github-redirect.dependabot.com/google/gson/issues/2132">#2132</a>)</li>
   <li>Fail when parsing invalid local date (<a href="https://github-redirect.dependabot.com/google/gson/issues/2134">#2134</a>)</li>
   </ul>
   <p>Also many small improvements to javadoc.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/google/gson/blob/master/CHANGELOG.md">gson's changelog</a>.</em></p>
   <blockquote>
   <h2>Version 2.9.1</h2>
   <ul>
   <li>Make <code>Object</code> and <code>JsonElement</code> deserialization iterative rather than
   recursive (<a href="https://github-redirect.dependabot.com/google/gson/issues/1912">#1912</a>)</li>
   <li>Added parsing support for enum that has overridden toString() method (<a href="https://github-redirect.dependabot.com/google/gson/issues/1950">#1950</a>)</li>
   <li>Removed support for building Gson with Gradle (<a href="https://github-redirect.dependabot.com/google/gson/issues/2081">#2081</a>)</li>
   <li>Removed obsolete <code>codegen</code> hierarchy (<a href="https://github-redirect.dependabot.com/google/gson/issues/2099">#2099</a>)</li>
   <li>Add support for reflection access filter (<a href="https://github-redirect.dependabot.com/google/gson/issues/1905">#1905</a>)</li>
   <li>Improve <code>TypeToken</code> creation validation (<a href="https://github-redirect.dependabot.com/google/gson/issues/2072">#2072</a>)</li>
   <li>Add explicit support for <code>float</code> in <code>JsonWriter</code> (<a href="https://github-redirect.dependabot.com/google/gson/issues/2130">#2130</a>, <a href="https://github-redirect.dependabot.com/google/gson/issues/2132">#2132</a>)</li>
   <li>Fail when parsing invalid local date (<a href="https://github-redirect.dependabot.com/google/gson/issues/2134">#2134</a>)</li>
   </ul>
   <p>Also many small improvements to javadoc.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/google/gson/commit/bb9a1f255aa7e7a07bf42f5bffe04f9204a59eb1"><code>bb9a1f2</code></a> [maven-release-plugin] prepare release gson-parent-2.9.1</li>
   <li><a href="https://github.com/google/gson/commit/893a7e1c5c3369ecfb41fb7f8177d18896f0a23b"><code>893a7e1</code></a> Fix malformed JsonElement.getAsBigDecimal() javadoc (<a href="https://github-redirect.dependabot.com/google/gson/issues/1772">#1772</a>)</li>
   <li><a href="https://github.com/google/gson/commit/6d2557d5d1a8ac498f2bcee20e5053c93b33ecce"><code>6d2557d</code></a> Remove unused package-private FieldAttributes methods (<a href="https://github-redirect.dependabot.com/google/gson/issues/2162">#2162</a>)</li>
   <li><a href="https://github.com/google/gson/commit/2deb2099d3007b8bb0e324bc364b6f9dddada0cd"><code>2deb209</code></a> Make <code>RuntimeTypeAdapterFactory</code> recognize subclasses only conditionally. (<a href="https://github-redirect.dependabot.com/google/gson/issues/2">#2</a>...</li>
   <li><a href="https://github.com/google/gson/commit/924c496b95deceadab0a01ea28b7023a096dc2ec"><code>924c496</code></a> Bump maven-resources-plugin from 3.2.0 to 3.3.0 (<a href="https://github-redirect.dependabot.com/google/gson/issues/2157">#2157</a>)</li>
   <li><a href="https://github.com/google/gson/commit/503c20bb392e10fd6ffa9a12afdc33d2ba2d2c38"><code>503c20b</code></a> Rename ReflectiveTypeAdapterFactory field inclusion check method (<a href="https://github-redirect.dependabot.com/google/gson/issues/2121">#2121</a>)</li>
   <li><a href="https://github.com/google/gson/commit/010624730b5b66a3bc6d20417013ce5d317169fa"><code>0106247</code></a> Bump maven-deploy-plugin from 3.0.0-M2 to 3.0.0 (<a href="https://github-redirect.dependabot.com/google/gson/issues/2148">#2148</a>)</li>
   <li><a href="https://github.com/google/gson/commit/eeba71c59e73d74fea1be4f5362f166a28aa3d01"><code>eeba71c</code></a> Upgrade to oss-parent 9 (<a href="https://github-redirect.dependabot.com/google/gson/issues/2149">#2149</a>)</li>
   <li><a href="https://github.com/google/gson/commit/2eb37589b53d0d2c292a2187bc87a0967686ac29"><code>2eb3758</code></a> Fix RuntimeTypeAdapterFactory (<a href="https://github-redirect.dependabot.com/google/gson/issues/2139">#2139</a>)</li>
   <li><a href="https://github.com/google/gson/commit/cbc0af867b898d9e8244f268f4ffe37dfcaf8ea7"><code>cbc0af8</code></a> Improve lenient mode documentation (<a href="https://github-redirect.dependabot.com/google/gson/issues/2122">#2122</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/google/gson/compare/gson-parent-2.9.0...gson-parent-2.9.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.code.gson:gson&package-manager=maven&previous-version=2.9.0&new-version=2.9.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


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

To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org

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


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


[GitHub] [axis-axis2-java-core] veithen merged pull request #347: Bump gson from 2.9.0 to 2.9.1

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


-- 
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 #347: Bump gson from 2.9.0 to 2.9.1

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

   # [Codecov](https://codecov.io/gh/apache/axis-axis2-java-core/pull/347?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 [#347](https://codecov.io/gh/apache/axis-axis2-java-core/pull/347?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (84f5f8b) into [master](https://codecov.io/gh/apache/axis-axis2-java-core/commit/29c5b77d998761f17358c89d6da0fee98e8aa6d8?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (29c5b77) will **decrease** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #347      +/-   ##
   ==========================================
   - Coverage   42.56%   42.56%   -0.01%     
   ==========================================
     Files        1500     1500              
     Lines      115008   115008              
     Branches    22586    22586              
   ==========================================
   - Hits        48958    48950       -8     
   - Misses      58290    58295       +5     
   - Partials     7760     7763       +3     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/axis-axis2-java-core/pull/347?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/347/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: |
   | [...pache/axis2/receivers/AbstractMessageReceiver.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/347/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: |
   | [...ansport/base/AbstractPollingTransportListener.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/347/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-bW9kdWxlcy90cmFuc3BvcnQvYmFzZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvYXhpczIvdHJhbnNwb3J0L2Jhc2UvQWJzdHJhY3RQb2xsaW5nVHJhbnNwb3J0TGlzdGVuZXIuamF2YQ==) | `48.21% <0.00%> (-1.79%)` | :arrow_down: |
   | [...ansport/http/server/DefaultConnectionListener.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/347/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: |
   | [...src/org/apache/axis2/engine/AxisConfiguration.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/347/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-bW9kdWxlcy9rZXJuZWwvc3JjL29yZy9hcGFjaGUvYXhpczIvZW5naW5lL0F4aXNDb25maWd1cmF0aW9uLmphdmE=) | `70.34% <0.00%> (-0.18%)` | :arrow_down: |
   | [...che/axis2/jaxws/message/databinding/JAXBUtils.java](https://codecov.io/gh/apache/axis-axis2-java-core/pull/347/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: |
   
   Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?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