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

   Bumps 
[nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) 
from 3.18.2 to 3.19.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jqno/equalsverifier/releases";>nl.jqno.equalsverifier:equalsverifier's
 releases</a>.</em></p>
   <blockquote>
   <h2>Release equalsverifier-3.19</h2>
   <p>For a list of changes in this version, see <a 
href="https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md";>CHANGELOG.md</a>.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md";>nl.jqno.equalsverifier:equalsverifier's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[3.19] - 2025-02-06</h2>
   <h3>Added</h3>
   <ul>
   <li><code>forPackage(String packageName, ScanOption... option)</code> 
overload. This provides a more consistent way to fine-tune the scanning of 
packages. <code>ScanOption</code> provides several features, which can be mixed 
and matched:
   <ul>
   <li><code>ScanOption.recursive()</code> to search recursively. This replaces 
<code>forPackage(String packageName, boolean scanRecursively)</code>.</li>
   <li><code>ScanOption.mustExtend(Class&lt;?&gt; type)</code> to find only 
classes that extend or implement the given type. This replaces 
<code>forPackage(String packageName, Class&lt;?&gt; mustExtend)</code>. Note 
that this overload used to search recursively too; this is no longer the case. 
If you want a recursive search that also only matches subtypes, you have to 
combine <code>ScanOption.recursive()</code> and 
<code>ScanOption.mustExtend(Class&lt;?&gt; type)</code>.</li>
   <li><code>ScanOption.except(Class&lt;?&gt;... types)</code> to find all 
classes except the given ones. This replaces 
<code>forPackage(...).except(Class&lt;?&gt;... types)</code>.</li>
   <li><code>ScanOption.except(Predicate&lt;Class&lt;?&gt;&gt; 
exclusionPredicate)</code> to exclude all classes that match the given 
predicate. This replaces 
<code>forPackage(...).except(Predicate&lt;Class&lt;?&gt;&gt; 
exclusionPredicate)</code>.</li>
   <li><code>ScanOption.ignoreExternalJars()</code> to not throw an exception 
when attempting to scan a package from a third-party jar file. This can be 
useful if you have a split package between a dependency and your own codebase. 
This is a new option. (<a 
href="https://redirect.github.com/jqno/equalsverifier/issues/1040";>Issue 
1040</a>)</li>
   </ul>
   </li>
   </ul>
   <h3>Deprecated</h3>
   <ul>
   <li><code>forPackage(String packageName, boolean scanRecursively)</code>: 
replaced by <code>ScanOption.recursive()</code>.</li>
   <li><code>forPackage(String packageName, Class&lt;?&gt; mustExtend)</code>: 
replaced by <code>ScanOption.mustExtend(Class&lt;?&gt; type)</code> combined 
with <code>ScanOption.recursive()</code>.</li>
   <li><code>forPackage(...).except(Class&lt;?&gt;... types)</code>: replaced 
by <code>ScanOption.except(Class&lt;?&gt;... type)</code>.</li>
   <li><code>forPackage(...).except(Predicate&lt;Class&lt;?&gt;&gt;... 
exclusionPredicate)</code>: replaced by 
<code>ScanOption.except(Predicate&lt;Class&lt;?&gt;&gt; 
exclusionPredicate)</code>.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/b600db33429cdc2e77b0d0532cba770b7e4ad294";><code>b600db3</code></a>
 Bumps version to 3.19</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/f781b661e4a4f56d1c07aa8441323ddf6f7ba2ca";><code>f781b66</code></a>
 Updates CHANGELOG for release</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/0dfee0e5dfed595770a5609423b9ae6332c7e31c";><code>0dfee0e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jqno/equalsverifier/issues/1044";>#1044</a> 
from jqno/dependabot/maven/dependencies-eda37e8de9</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/9b28748ec4f5199639b5b86c02b554482aad639e";><code>9b28748</code></a>
 Bump the dependencies group with 2 updates</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/bf9da2077927a4b956310dbbd0dca125877d4c86";><code>bf9da20</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jqno/equalsverifier/issues/1043";>#1043</a> 
from jqno/rethink-forpackage-api</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/dc2d3da2dedc0ba95ff66b185154fd20cc3f8e67";><code>dc2d3da</code></a>
 Updates docs for ScanOption</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/3776c4346d9653d77aff9c89de4b68e41ca5259c";><code>3776c43</code></a>
 Introduces ScanOption.ignoreExternalJars</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/a137d345bfcc7e8f281ceff44b581e4a984697ea";><code>a137d34</code></a>
 Adds some hardening to ScanOption</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/acd326558eb446d0a3109246c3a769dad3c3f014";><code>acd3265</code></a>
 Adds ScanOption.except (for predicates)</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/64fb6a471bac01e9cb6e38e2a2d8331857b2bb6d";><code>64fb6a4</code></a>
 Adds ScanOption.except (for classes)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jqno/equalsverifier/compare/equalsverifier-3.18.2...equalsverifier-3.19";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nl.jqno.equalsverifier:equalsverifier&package-manager=maven&previous-version=3.18.2&new-version=3.19)](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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to