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

   Bumps 
[nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) 
from 4.3.1 to 4.4.
   <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-4.4</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>[4.4] - 2026-02-21</h2>
   <h3>Added</h3>
   <ul>
   <li>Proper support for <a href="https://openjdk.org/jeps/500";>JEP 500: 
&quot;Prepare to Make Final Mean Final&quot;</a>, where the JDK emits a warning 
(or, if so configured, throws an exception) when final fields are mutated.
   <ul>
   <li><code>#withFactory()</code> method to provide instances to 
EqualsVerifier so it doesn't have to mutate final fields;</li>
   <li>Overloads for <code>#withRedefinedSuperclass()</code> and 
<code>#withRedefinedSubclass()</code> to do the same;</li>
   <li>Overloads for <code>#withPrefabValues()</code> and 
<code>#withPrefabValuesForField()</code> where you explicitly provide a copy of 
the &quot;red&quot; value, because EqualsVerifier will not be able to make a 
copy of that value without using final field mutation.</li>
   <li><code>.set(Mode.finalMeansFinal()</code> so EqualsVerifier refuses to 
mutate final fields even when still possible: this is useful when migrating to 
a newer JDK where this is an issue.</li>
   <li>Documentation: see <a 
href="https://jqno.nl/equalsverifier/manual/final-means-final/";>the chapter on 
this subject in the manual</a>.</li>
   </ul>
   </li>
   <li>Prefab values for <code>java.lang.Number</code>.</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>For doubles and floats, EqualsVerifier now uses <code>0.0</code> and 
<code>-0.0</code> instead of <code>NaN</code> to test edge case handling 
without triggering precondition exceptions. For boxed Double/Float, it now 
suggests <code>equals()</code> over 
<code>Double.compare()</code>/<code>Float.compare()</code> (they behave 
identically).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/a6d4e87eee5585f5266ce04ecc77bd2e833dcaac";><code>a6d4e87</code></a>
 Bumps version to 4.4</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/17a917a7f0cbb7e0c289233444b9fa78a1da43fc";><code>17a917a</code></a>
 Updates CHANGELOG for release</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/0df7252588cae0248a5e8b4185ae87972a009686";><code>0df7252</code></a>
 Updates CHANGELOG</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/28422953ff0ca63b9c69bb02ec9f0d7b872f89ea";><code>2842295</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jqno/equalsverifier/issues/1181";>#1181</a> 
from jqno/final-means-final</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/23a370f0de413a8d0a54fba8bfb9036aff6d8e6c";><code>23a370f</code></a>
 Makes FieldMutator exception more explicit</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/fea304de83fb30d51eeeeb06b3646a042976e4dc";><code>fea304d</code></a>
 Fixes several mutation tests</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/37e7800121252f36601245f198a7716ad9d2f091";><code>37e7800</code></a>
 Fixes several mutation tests</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/676c009a046ef99dd84a643c3a49428afc141a3e";><code>676c009</code></a>
 Fixes several mutation tests</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/c9005a41e4cd504bf07090cf5dbf63626fb5c2fc";><code>c9005a4</code></a>
 Runs PITest with Java 26</li>
   <li><a 
href="https://github.com/jqno/equalsverifier/commit/099aff93acd66cf580f30ee3cc72253c900b25bd";><code>099aff9</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jqno/equalsverifier/issues/1182";>#1182</a> 
from jqno/dependabot/bundler/docs/nokogiri-1.19.1</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jqno/equalsverifier/compare/equalsverifier-4.3.1...equalsverifier-4.4";>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=4.3.1&new-version=4.4)](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 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]

Reply via email to