dependabot[bot] opened a new pull request, #371: URL: https://github.com/apache/dubbo-spi-extensions/pull/371
Bumps [org.furyio:fury-core](https://github.com/alipay/fury) from 0.2.0 to 0.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/alipay/fury/releases">org.furyio:fury-core's releases</a>.</em></p> <blockquote> <h2>v0.4.1</h2> <h2>What's Changed</h2> <ul> <li>[Doc] Refine issue template by a yaml form by <a href="https://github.com/chaokunyang"><code>@chaokunyang</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1185">alipay/fury#1185</a></li> <li>[C++] Fix ownership problem for children writers by visitor by <a href="https://github.com/PragmaTwice"><code>@PragmaTwice</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1193">alipay/fury#1193</a></li> <li>[C++] Remove useless fields and macro in logging by <a href="https://github.com/PragmaTwice"><code>@PragmaTwice</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1195">alipay/fury#1195</a></li> <li>[Doc] add docs for java FuryBuilder <a href="https://redirect.github.com/alipay/fury/issues/1188">#1188</a> by <a href="https://github.com/mof-dev-3"><code>@mof-dev-3</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1192">alipay/fury#1192</a></li> <li>[Rust] support row format by <a href="https://github.com/wangweipeng2"><code>@wangweipeng2</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1196">alipay/fury#1196</a></li> <li>[C++] Add RowEncoder wrapper to RowEncodeTrait by <a href="https://github.com/PragmaTwice"><code>@PragmaTwice</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1200">alipay/fury#1200</a></li> <li>[Rust] Row support more types by <a href="https://github.com/wangweipeng2"><code>@wangweipeng2</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1202">alipay/fury#1202</a></li> <li>[Rust] Support row map by <a href="https://github.com/wangweipeng2"><code>@wangweipeng2</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1206">alipay/fury#1206</a></li> <li>[C++] update bazel version from 4.2 to 6.3.2 by <a href="https://github.com/chaokunyang"><code>@chaokunyang</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1204">alipay/fury#1204</a></li> <li>[JavaScript] Support partial record by <a href="https://github.com/wangweipeng2"><code>@wangweipeng2</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1208">alipay/fury#1208</a></li> <li>[Java] fix package access level class accessor jit by <a href="https://github.com/chaokunyang"><code>@chaokunyang</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1210">alipay/fury#1210</a></li> <li>[JavaScript] Fix register a description twice will get undefined serializer by <a href="https://github.com/bytemain"><code>@bytemain</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1211">alipay/fury#1211</a></li> <li>[C++] Support iterable types in RowEncodeTrait by <a href="https://github.com/PragmaTwice"><code>@PragmaTwice</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1212">alipay/fury#1212</a></li> <li>[C++] Support iterable types for RowEncoder by <a href="https://github.com/PragmaTwice"><code>@PragmaTwice</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1215">alipay/fury#1215</a></li> <li>[Python] Refine py register class method by <a href="https://github.com/chaokunyang"><code>@chaokunyang</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1218">alipay/fury#1218</a></li> <li>[Java] Clear extRegistry.getClassCtx if generate serializer class failed in <a href="https://redirect.github.com/alipay/fury/pull/1221">alipay/fury#1221</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bytemain"><code>@bytemain</code></a> made their first contribution in <a href="https://redirect.github.com/alipay/fury/pull/1211">alipay/fury#1211</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/alipay/fury/compare/v0.4.0...v0.4.1">https://github.com/alipay/fury/compare/v0.4.0...v0.4.1</a></p> <h2>v0.4.0</h2> <h2>Highlight</h2> <ul> <li>[Java] Support Graalvm native image. The implementation will generate all serialization code at image build time, the runtime will be extremely fast, see <a href="https://github.com/alipay/fury/blob/main/docs/guide/graalvm_guide.md">fury graalvm usage doc</a></li> <li>[Java] Fury vs JDK benchmark on Graalvm native image</li> <li>[Scala] Serialization support for package scoped object</li> <li>[C++] Reflection support by macro/template programing</li> <li>[C++] Automatic row format encoder</li> </ul> <h2>What's Changed</h2> <ul> <li>[Python] fix python release by <a href="https://github.com/chaokunyang"><code>@chaokunyang</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1125">alipay/fury#1125</a></li> <li>[Java] make unsafe offset compatible with graalvm by <a href="https://github.com/chaokunyang"><code>@chaokunyang</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1117">alipay/fury#1117</a></li> <li>[Scala] Fix scala package object JIT error by <a href="https://github.com/chaokunyang"><code>@chaokunyang</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1130">alipay/fury#1130</a></li> <li>[Java] Refine maven pom config by <a href="https://github.com/chaokunyang"><code>@chaokunyang</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1126">alipay/fury#1126</a></li> <li>[Rust] add rust building by <a href="https://github.com/caicancai"><code>@caicancai</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1129">alipay/fury#1129</a></li> <li>[C++] Remove useless overload of Writer::WriteString by <a href="https://github.com/PragmaTwice"><code>@PragmaTwice</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1136">alipay/fury#1136</a></li> <li>[Rust] fix typo by <a href="https://github.com/caicancai"><code>@caicancai</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1133">alipay/fury#1133</a></li> <li>[Rust] add mesaage about rust ci by <a href="https://github.com/caicancai"><code>@caicancai</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1131">alipay/fury#1131</a></li> <li>[C++] Add move ctor/assign op to Status by <a href="https://github.com/PragmaTwice"><code>@PragmaTwice</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1134">alipay/fury#1134</a></li> <li>[Rust] fix cargo test error by <a href="https://github.com/wangweipeng2"><code>@wangweipeng2</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1135">alipay/fury#1135</a></li> <li>[Rust] improve rust ci by <a href="https://github.com/caicancai"><code>@caicancai</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1138">alipay/fury#1138</a></li> <li>[Scala] Fix scala collection serialization nested in pojo by <a href="https://github.com/chaokunyang"><code>@chaokunyang</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1140">alipay/fury#1140</a></li> <li>[Java] make sting builder serializer codegen eager by <a href="https://github.com/chaokunyang"><code>@chaokunyang</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1141">alipay/fury#1141</a></li> <li>[Rust] fix rust ci bug by <a href="https://github.com/caicancai"><code>@caicancai</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1139">alipay/fury#1139</a></li> <li>[Java] support add static fields in fury codegen by <a href="https://github.com/chaokunyang"><code>@chaokunyang</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1147">alipay/fury#1147</a></li> <li>[C++] Add the basic row format serializer for C++ class types via reflection by <a href="https://github.com/PragmaTwice"><code>@PragmaTwice</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1144">alipay/fury#1144</a></li> <li>[C++] Add duplicated fields detection in <code>FURY_FIELD_INFO</code> macro by <a href="https://github.com/PragmaTwice"><code>@PragmaTwice</code></a> in <a href="https://redirect.github.com/alipay/fury/pull/1151">alipay/fury#1151</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/incubator-fury/commit/8728de691cfbad0659b4f789aee37ab847b86ad3"><code>8728de6</code></a> bump version to 0.4.1</li> <li><a href="https://github.com/apache/incubator-fury/commit/3355cb988186319cf411ff216cb4331eb9e16572"><code>3355cb9</code></a> Clear extRegistry.getClassCtx if generate serializer class failed</li> <li><a href="https://github.com/apache/incubator-fury/commit/bd7e234f4e639e6e6b46eb528e06c3643f9d9e36"><code>bd7e234</code></a> [Python] Refine py register class method (<a href="https://redirect.github.com/alipay/fury/issues/1218">#1218</a>)</li> <li><a href="https://github.com/apache/incubator-fury/commit/fa7c7a178ef7d3c6776e3d562eff6e683732d49d"><code>fa7c7a1</code></a> [C++] Support iterable types for RowEncoder (<a href="https://redirect.github.com/alipay/fury/issues/1215">#1215</a>)</li> <li><a href="https://github.com/apache/incubator-fury/commit/71121ca06b4c52e6ada2c023799173b049529b84"><code>71121ca</code></a> [C++] Support iterable types in RowEncodeTrait (<a href="https://redirect.github.com/alipay/fury/issues/1212">#1212</a>)</li> <li><a href="https://github.com/apache/incubator-fury/commit/c6da8ec4083132b6638ff71a6e7fc05e045ef076"><code>c6da8ec</code></a> [JavaScript] Fix register a description twice will get undefined serializer (...</li> <li><a href="https://github.com/apache/incubator-fury/commit/901dd090c1405b58ba9c4838adf0347161032c0f"><code>901dd09</code></a> [Java] fix package access level class accessor jit (<a href="https://redirect.github.com/alipay/fury/issues/1210">#1210</a>)</li> <li><a href="https://github.com/apache/incubator-fury/commit/445bfa7e9214a4626f8f8f829a8464fb7ce4f622"><code>445bfa7</code></a> [JavaScript] Support partial record (<a href="https://redirect.github.com/alipay/fury/issues/1208">#1208</a>)</li> <li><a href="https://github.com/apache/incubator-fury/commit/9d2a3030dc76ad98b825f52473cf2bf2930de548"><code>9d2a303</code></a> [C++] update bazel version from 4.2 to 6.3.2 (<a href="https://redirect.github.com/alipay/fury/issues/1204">#1204</a>)</li> <li><a href="https://github.com/apache/incubator-fury/commit/e814db718154e7375a8eac4c2b9175b2d5429705"><code>e814db7</code></a> [Rust] Support row map (<a href="https://redirect.github.com/alipay/fury/issues/1206">#1206</a>)</li> <li>Additional commits viewable in <a href="https://github.com/alipay/fury/compare/v0.2.0...v0.4.1">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org