dependabot[bot] opened a new pull request, #6403:
URL: https://github.com/apache/ignite-3/pull/6403

   Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.8 
to 9.0.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/GradleUp/shadow/releases";>com.gradleup.shadow's 
releases</a>.</em></p>
   <blockquote>
   <h2>9.0.1</h2>
   <blockquote>
   <p>[!NOTE]
   If you are upgrading from 8.x versions, please read <a 
href="https://github.com/GradleUp/shadow/releases/tag/9.0.0";>9.0.0</a> release 
notes first.</p>
   </blockquote>
   <blockquote>
   <p>[!TIP]
   You can diff the shadowed JARs when upgrading from 8.x to 9.x by using <a 
href="https://github.com/JakeWharton/diffuse";>Diffuse</a>.<br />
   If there are any things missing in the changelog or the doc site, please 
report them to us.</p>
   </blockquote>
   <h3>Changed</h3>
   <ul>
   <li>Improve the error message for empty <code>mainClassName</code>. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1601";>#1601</a>)</li>
   <li>Default <code>duplicatesStrategy</code> back to <code>EXCLUDE</code>. 
(<a href="https://redirect.github.com/GradleUp/shadow/pull/1617";>#1617</a>)
   <ul>
   <li>This strategy is consistent with 8.x series behavior, which is more 
compatible for most users upgrading.</li>
   <li>For most <code>ResourceTransformer</code> users, you need to override 
the strategy to <code>INCLUDE</code> to make them work.</li>
   <li>Strongly suggest declaring the <code>duplicatesStrategy</code> 
explicitly in your <code>ShadowJar</code> configuration to avoid confusion.</li>
   <li>See more details about the strategies at <a 
href="https://gradleup.com/shadow/configuration/merging/#handling-duplicates-strategy";>Handling
 Duplicates Strategy</a>.</li>
   </ul>
   </li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix the regression of can't shadow directory inputs. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1606";>#1606</a>)</li>
   <li>Fix the regression of <code>MinimizeDependencyFilter</code>. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1611";>#1611</a>)</li>
   </ul>
   <h2>9.0.0</h2>
   <blockquote>
   <p>[!WARNING]
   This release is a major update from the 8.x series. The plugin has been 
fully rewritten in Kotlin, bringing
   significant improvements to maintainability, performance, and future 
extensibility. It introduces many new features,
   enhancements, and bug fixes, and includes several breaking changes. Please 
review the changelog carefully and consult
   the <a href="https://gradleup.com/shadow/";>new doc site</a> before 
upgrading.</p>
   <p><em>If you really don't want to upgrade, you can still use the 8.3.x, 
which is also Gradle 9 compatible. But no additional features or crucial bug 
fixes will be included in the 8.x line.</em></p>
   </blockquote>
   <blockquote>
   <p>[!TIP]
   You can diff the shadowed JARs when upgrading from 8.x to 9.x by using <a 
href="https://github.com/JakeWharton/diffuse";>Diffuse</a>.<br />
   If there are any things missing in the changelog or the doc site, please 
report them to us.</p>
   </blockquote>
   <h3>Added</h3>
   <ul>
   <li>Add .md support to the Apache License and Notice transformers. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1041";>#1041</a>)</li>
   <li>Sync <code>SimpleRelocator</code> changes from maven-shade-plugin. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1076";>#1076</a>)</li>
   <li>Support configuring <code>separator</code> in 
<code>AppendingTransformer</code>. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1169";>#1169</a>)<br />
   This is useful for handling files like 
<code>resources/application.yml</code>.</li>
   <li>Exclude <code>module-info.class</code> in Multi-Release folders by 
default. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1177";>#1177</a>)</li>
   <li>Inject <code>TargetJvmVersion</code> attribute for Gradle Module 
Metadata. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1199";>#1199</a>)</li>
   <li>Sync <code>ShadowApplicationPlugin</code> with 
<code>ApplicationPlugin</code>. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1224";>#1224</a>)</li>
   <li>Inject <code>Multi-Release</code> manifest attribute if any dependency 
contains it. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1239";>#1239</a>)</li>
   <li>Mark <code>Transformer</code> as throwing <code>IOException</code>. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1248";>#1248</a>)</li>
   <li>Reduce duplicate <code>SimpleRelocator</code> to improve performance. 
(<a href="https://redirect.github.com/GradleUp/shadow/pull/1271";>#1271</a>)</li>
   <li>Compat Kotlin Multiplatform plugin. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1280";>#1280</a>)</li>
   <li>Add Kotlin DSL examples in docs. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1306";>#1306</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/9b51f5f410a158f04b7c789baf66105b7b3180b9";><code>9b51f5f</code></a>
 Prepare version 9.0.1</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/bbc693ad92532368e8c8600f35a4cfbab2703df4";><code>bbc693a</code></a>
 Fix the header link for version 9.0.0</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/0686a8f330445834e45a45aa962b01a2d3b065ee";><code>0686a8f</code></a>
 Prepare changelog for 9.0.1 and polish the items of 9.0.0 (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/1621";>#1621</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/75a86882c955c0dc77fb79d00529e631584b256d";><code>75a8688</code></a>
 Cleanups of resolve (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/1620";>#1620</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/ed11c00ef5b2220807a0e2e7f8cf103b629d9451";><code>ed11c00</code></a>
 Fix the regression of resolving circular dependencies in 
MinimizeDependencyFi...</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/c3c109be3b5fad02d7c0c27034401be26f78b7cf";><code>c3c109b</code></a>
 Default duplicatesStrategy back to EXCLUDE</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/46d7be10024439f1c770986e8a35447856737ca5";><code>46d7be1</code></a>
 Pin the handling DuplicatesStrategy section (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/1619";>#1619</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/67dd06fcca56a0f93c12b8f9612ee1ce2af58d87";><code>67dd06f</code></a>
 Update docs about DuplicatesStrategy.INCLUDE</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/936c82aa44a2a2dd68e8a9c98e07b6c12cdfe553";><code>936c82a</code></a>
 Fix typo</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/a28ab97c34b08a6a009c7e6811af077aca40c898";><code>a28ab97</code></a>
 Improve readability of DefaultDependencyFilter (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/1616";>#1616</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/GradleUp/shadow/compare/8.3.8...9.0.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradleup.shadow&package-manager=gradle&previous-version=8.3.8&new-version=9.0.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 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...@ignite.apache.org

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

Reply via email to