You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by GitBox <gi...@apache.org> on 2023/01/01 10:33:46 UTC

[GitHub] [streampipes] dependabot[bot] opened a new pull request, #1001: chore(deps): bump gson from 2.8.9 to 2.10

dependabot[bot] opened a new pull request, #1001:
URL: https://github.com/apache/streampipes/pull/1001

   Bumps [gson](https://github.com/google/gson) from 2.8.9 to 2.10.
   <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.10</h2>
   <h2>Most important changes</h2>
   <ul>
   <li>
   <p>Support for serializing and deserializing Java records, on Java ≥ 16. (<a href="https://github-redirect.dependabot.com/google/gson/issues/2201">#2201</a>)</p>
   </li>
   <li>
   <p>Add <code>JsonArray.asList</code> and <code>JsonObject.asMap</code> view methods (<a href="https://github-redirect.dependabot.com/google/gson/issues/2225">#2225</a>)</p>
   </li>
   <li>
   <p>Fix <code>TypeAdapterRuntimeTypeWrapper</code> not detecting reflective <code>TreeTypeAdapter</code> and <code>FutureTypeAdapter</code> (<a href="https://github-redirect.dependabot.com/google/gson/issues/1787">#1787</a>)</p>
   </li>
   <li>
   <p>Improve <code>JsonReader.skipValue()</code> (<a href="https://github-redirect.dependabot.com/google/gson/issues/2062">#2062</a>)</p>
   </li>
   <li>
   <p>Perform numeric conversion for primitive numeric type adapters (<a href="https://github-redirect.dependabot.com/google/gson/issues/2158">#2158</a>)</p>
   </li>
   <li>
   <p>Add <code>Gson.fromJson(..., TypeToken)</code> overloads (<a href="https://github-redirect.dependabot.com/google/gson/issues/1700">#1700</a>)</p>
   </li>
   <li>
   <p>Fix changes to <code>GsonBuilder</code> affecting existing <code>Gson</code> instances (<a href="https://github-redirect.dependabot.com/google/gson/issues/1815">#1815</a>)</p>
   </li>
   <li>
   <p>Make <code>JsonElement</code> conversion methods more consistent and fix javadoc (<a href="https://github-redirect.dependabot.com/google/gson/issues/2178">#2178</a>)</p>
   </li>
   <li>
   <p>Throw <code>UnsupportedOperationException</code> when <code>JsonWriter.jsonValue</code> is not supported (<a href="https://github-redirect.dependabot.com/google/gson/issues/1651">#1651</a>)</p>
   </li>
   <li>
   <p>Disallow <code>JsonObject</code> <code>Entry.setValue(null)</code> (<a href="https://github-redirect.dependabot.com/google/gson/issues/2167">#2167</a>)</p>
   </li>
   <li>
   <p>Fix <code>TypeAdapter.toJson</code> throwing AssertionError for custom IOException (<a href="https://github-redirect.dependabot.com/google/gson/issues/2172">#2172</a>)</p>
   </li>
   <li>
   <p>Convert null to JsonNull for <code>JsonArray.set</code> (<a href="https://github-redirect.dependabot.com/google/gson/issues/2170">#2170</a>)</p>
   </li>
   <li>
   <p>Fixed nullSafe usage. (<a href="https://github-redirect.dependabot.com/google/gson/issues/1555">#1555</a>)</p>
   </li>
   <li>
   <p>Validate <code>TypeToken.getParameterized</code> arguments (<a href="https://github-redirect.dependabot.com/google/gson/issues/2166">#2166</a>)</p>
   </li>
   <li>
   <p>Fix <a href="https://github-redirect.dependabot.com/google/gson/issues/1702">#1702</a>: Gson.toJson creates CharSequence which does not implement toString (<a href="https://github-redirect.dependabot.com/google/gson/issues/1703">#1703</a>)</p>
   </li>
   <li>
   <p>Prefer existing adapter for concurrent <code>Gson.getAdapter</code> calls (<a href="https://github-redirect.dependabot.com/google/gson/issues/2153">#2153</a>)</p>
   </li>
   <li>
   <p>Improve <code>ArrayTypeAdapter</code> for <code>Object[]</code> (<a href="https://github-redirect.dependabot.com/google/gson/issues/1716">#1716</a>)</p>
   </li>
   <li>
   <p>Improve <code>AppendableWriter</code> performance (<a href="https://github-redirect.dependabot.com/google/gson/issues/1706">#1706</a>)</p>
   </li>
   </ul>
   <h2>List of all changes</h2>
   <ul>
   <li>Improve AppendableWriter performance by <a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in <a href="https://github-redirect.dependabot.com/google/gson/pull/1706">google/gson#1706</a></li>
   <li>Improve ArrayTypeAdapter for Object[] by <a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in <a href="https://github-redirect.dependabot.com/google/gson/pull/1716">google/gson#1716</a></li>
   <li>Prefer existing adapter for concurrent <code>Gson.getAdapter</code> calls by <a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in <a href="https://github-redirect.dependabot.com/google/gson/pull/2153">google/gson#2153</a></li>
   <li>Fix <a href="https://github-redirect.dependabot.com/google/gson/issues/1702">#1702</a>: Gson.toJson creates CharSequence which does not implement toString by <a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in <a href="https://github-redirect.dependabot.com/google/gson/pull/1703">google/gson#1703</a></li>
   <li>Deprecate JsonElement constructor by <a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in <a href="https://github-redirect.dependabot.com/google/gson/pull/1761">google/gson#1761</a></li>
   <li>Validate <code>TypeToken.getParameterized</code> arguments by <a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in <a href="https://github-redirect.dependabot.com/google/gson/pull/2166">google/gson#2166</a></li>
   <li>Fixed nullSafe usage. by <a href="https://github.com/bufistov"><code>@​bufistov</code></a> in <a href="https://github-redirect.dependabot.com/google/gson/pull/1555">google/gson#1555</a></li>
   <li>Convert null to JsonNull for <code>JsonArray.set</code> by <a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in <a href="https://github-redirect.dependabot.com/google/gson/pull/2170">google/gson#2170</a></li>
   <li>Clarify that <code>GsonBuilder.setExclusionStrategies</code> does not replace existing ones by <a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in <a href="https://github-redirect.dependabot.com/google/gson/pull/2168">google/gson#2168</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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.10</h2>
   <ul>
   <li>Support for serializing and deserializing Java records, on Java ≥ 16. (<a href="https://github-redirect.dependabot.com/google/gson/pull/2201">google/gson#2201</a>)</li>
   <li>Add <code>JsonArray.asList</code> and <code>JsonObject.asMap</code> view methods (<a href="https://github-redirect.dependabot.com/google/gson/pull/2225">google/gson#2225</a>)</li>
   <li>Fix <code>TypeAdapterRuntimeTypeWrapper</code> not detecting reflective <code>TreeTypeAdapter</code> and <code>FutureTypeAdapter</code> (<a href="https://github-redirect.dependabot.com/google/gson/pull/1787">google/gson#1787</a>)</li>
   <li>Improve <code>JsonReader.skipValue()</code> (<a href="https://github-redirect.dependabot.com/google/gson/pull/2062">google/gson#2062</a>)</li>
   <li>Perform numeric conversion for primitive numeric type adapters (<a href="https://github-redirect.dependabot.com/google/gson/pull/2158">google/gson#2158</a>)</li>
   <li>Add <code>Gson.fromJson(..., TypeToken)</code> overloads (<a href="https://github-redirect.dependabot.com/google/gson/pull/1700">google/gson#1700</a>)</li>
   <li>Fix changes to <code>GsonBuilder</code> affecting existing <code>Gson</code> instances (<a href="https://github-redirect.dependabot.com/google/gson/pull/1815">google/gson#1815</a>)</li>
   <li>Make <code>JsonElement</code> conversion methods more consistent and fix javadoc (<a href="https://github-redirect.dependabot.com/google/gson/pull/2178">google/gson#2178</a>)</li>
   <li>Throw <code>UnsupportedOperationException</code> when <code>JsonWriter.jsonValue</code> is not supported (<a href="https://github-redirect.dependabot.com/google/gson/pull/1651">google/gson#1651</a>)</li>
   <li>Disallow <code>JsonObject</code> <code>Entry.setValue(null)</code> (<a href="https://github-redirect.dependabot.com/google/gson/pull/2167">google/gson#2167</a>)</li>
   <li>Fix <code>TypeAdapter.toJson</code> throwing AssertionError for custom IOException (<a href="https://github-redirect.dependabot.com/google/gson/pull/2172">google/gson#2172</a>)</li>
   <li>Convert null to JsonNull for <code>JsonArray.set</code> (<a href="https://github-redirect.dependabot.com/google/gson/pull/2170">google/gson#2170</a>)</li>
   <li>Fixed nullSafe usage. (<a href="https://github-redirect.dependabot.com/google/gson/pull/1555">google/gson#1555</a>)</li>
   <li>Validate <code>TypeToken.getParameterized</code> arguments (<a href="https://github-redirect.dependabot.com/google/gson/pull/2166">google/gson#2166</a>)</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/google/gson/issues/1702">#1702</a>: Gson.toJson creates CharSequence which does not implement toString (<a href="https://github-redirect.dependabot.com/google/gson/pull/1703">google/gson#1703</a>)</li>
   <li>Prefer existing adapter for concurrent <code>Gson.getAdapter</code> calls (<a href="https://github-redirect.dependabot.com/google/gson/pull/2153">google/gson#2153</a>)</li>
   <li>Improve <code>ArrayTypeAdapter</code> for <code>Object[]</code> (<a href="https://github-redirect.dependabot.com/google/gson/pull/1716">google/gson#1716</a>)</li>
   <li>Improve <code>AppendableWriter</code> performance (<a href="https://github-redirect.dependabot.com/google/gson/pull/1706">google/gson#1706</a>)</li>
   </ul>
   <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/pull/1912">google/gson#1912</a>)</li>
   <li>Added parsing support for enum that has overridden toString() method (<a href="https://github-redirect.dependabot.com/google/gson/pull/1950">google/gson#1950</a>)</li>
   <li>Removed support for building Gson with Gradle (<a href="https://github-redirect.dependabot.com/google/gson/pull/2081">google/gson#2081</a>)</li>
   <li>Removed obsolete <code>codegen</code> hierarchy (<a href="https://github-redirect.dependabot.com/google/gson/pull/2099">google/gson#2099</a>)</li>
   <li>Add support for reflection access filter (<a href="https://github-redirect.dependabot.com/google/gson/pull/1905">google/gson#1905</a>)</li>
   <li>Improve <code>TypeToken</code> creation validation (<a href="https://github-redirect.dependabot.com/google/gson/pull/2072">google/gson#2072</a>)</li>
   <li>Add explicit support for <code>float</code> in <code>JsonWriter</code> (<a href="https://github-redirect.dependabot.com/google/gson/pull/2130">google/gson#2130</a>, <a href="https://github-redirect.dependabot.com/google/gson/pull/2132">google/gson#2132</a>)</li>
   <li>Fail when parsing invalid local date (<a href="https://github-redirect.dependabot.com/google/gson/pull/2134">google/gson#2134</a>)</li>
   </ul>
   <p>Also many small improvements to javadoc.</p>
   <h2>Version 2.9.0</h2>
   <p><strong>The minimum supported Java version changes from 6 to 7.</strong></p>
   <ul>
   <li>Change target Java version to 7 (<a href="https://github-redirect.dependabot.com/google/gson/pull/2043">google/gson#2043</a>)</li>
   <li>Put <code>module-info.class</code> into Multi-Release JAR folder (<a href="https://github-redirect.dependabot.com/google/gson/pull/2013">google/gson#2013</a>)</li>
   <li>Improve error message when abstract class cannot be constructed (<a href="https://github-redirect.dependabot.com/google/gson/pull/1814">google/gson#1814</a>)</li>
   <li>Support EnumMap deserialization (<a href="https://github-redirect.dependabot.com/google/gson/pull/2071">google/gson#2071</a>)</li>
   <li>Add LazilyParsedNumber default adapter (<a href="https://github-redirect.dependabot.com/google/gson/pull/2060">google/gson#2060</a>)</li>
   <li>Fix JsonReader.hasNext() returning true at end of document (<a href="https://github-redirect.dependabot.com/google/gson/pull/2061">google/gson#2061</a>)</li>
   <li>Remove Gradle build support. Build script was outdated and not actively
   maintained anymore (<a href="https://github-redirect.dependabot.com/google/gson/pull/2063">google/gson#2063</a>)</li>
   <li>Add <code>GsonBuilder.disableJdkUnsafe()</code> (<a href="https://github-redirect.dependabot.com/google/gson/pull/1904">google/gson#1904</a>)</li>
   <li>Add <code>UPPER_CASE_WITH_UNDERSCORES</code> in FieldNamingPolicy (<a href="https://github-redirect.dependabot.com/google/gson/pull/2024">google/gson#2024</a>)</li>
   <li>Fix failing to serialize Collection or Map with inaccessible constructor (<a href="https://github-redirect.dependabot.com/google/gson/pull/1902">google/gson#1902</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/google/gson/commit/dd92e49b279f335006433148e673fdfb2c387074"><code>dd92e49</code></a> [maven-release-plugin] prepare release gson-parent-2.10</li>
   <li><a href="https://github.com/google/gson/commit/7ca36c5e67350808e82acf8ddf56b5ef1b21b96b"><code>7ca36c5</code></a> Add a <code>\&lt;developers&gt;</code> section to the main <code>pom.xml</code>.</li>
   <li><a href="https://github.com/google/gson/commit/79c27dd885eeacbb41e13e86d83fa7ca85afd3e1"><code>79c27dd</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li><a href="https://github.com/google/gson/commit/87e9ee5511021a918bf957cf56a9142b4efa82b6"><code>87e9ee5</code></a> [maven-release-plugin] prepare release gson-parent-2.10</li>
   <li><a href="https://github.com/google/gson/commit/4705518e12fe205b9c880b14fd15efa6aae4a5bd"><code>4705518</code></a> Revise the version regex in <code>GsonVersionDiagnosticsTest</code>. (<a href="https://github-redirect.dependabot.com/google/gson/issues/2228">#2228</a>)</li>
   <li><a href="https://github.com/google/gson/commit/7bca5c4061726164e8b68f2496118b7b5243eefe"><code>7bca5c4</code></a> [maven-release-plugin] rollback the release of gson-parent-2.10</li>
   <li><a href="https://github.com/google/gson/commit/c7544a0e864e4ad4a458a3313da3cef2f84e7b91"><code>c7544a0</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li><a href="https://github.com/google/gson/commit/9efdfad33c6d717764f2b3a5214cf71bdea83c31"><code>9efdfad</code></a> [maven-release-plugin] prepare release gson-parent-2.10</li>
   <li><a href="https://github.com/google/gson/commit/4f948dd482eaec60273696274401f2c275079cda"><code>4f948dd</code></a> Automatically replace version references on <code>release:prepare</code> (<a href="https://github-redirect.dependabot.com/google/gson/issues/2212">#2212</a>)</li>
   <li><a href="https://github.com/google/gson/commit/9578583effe9c6acc1296e856eeb81bfd75581d0"><code>9578583</code></a> Small tweaks to fix Error Prone warnings. (<a href="https://github-redirect.dependabot.com/google/gson/issues/2227">#2227</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/google/gson/compare/gson-parent-2.8.9...gson-parent-2.10">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.8.9&new-version=2.10)](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: dev-unsubscribe@streampipes.apache.org

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


[GitHub] [streampipes] bossenti merged pull request #1001: chore(deps): bump gson from 2.8.9 to 2.10

Posted by GitBox <gi...@apache.org>.
bossenti merged PR #1001:
URL: https://github.com/apache/streampipes/pull/1001


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

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