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

   Bumps [org.pf4j:pf4j](https://github.com/pf4j/pf4j) from 3.14.1 to 3.15.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/pf4j/pf4j/releases";>org.pf4j:pf4j's 
releases</a>.</em></p>
   <blockquote>
   <h2>Release 3.15.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix exception handling inconsistency in startPlugin() by <a 
href="https://github.com/decebals";><code>@​decebals</code></a> in <a 
href="https://redirect.github.com/pf4j/pf4j/pull/625";>pf4j/pf4j#625</a></li>
   <li>Validate dependency state on plugin start by <a 
href="https://github.com/decebals";><code>@​decebals</code></a> in <a 
href="https://redirect.github.com/pf4j/pf4j/pull/629";>pf4j/pf4j#629</a></li>
   <li>Set failedException when plugin validation or stop fails (<a 
href="https://redirect.github.com/pf4j/pf4j/issues/630";>#630</a>) by <a 
href="https://github.com/decebals";><code>@​decebals</code></a> in <a 
href="https://redirect.github.com/pf4j/pf4j/pull/631";>pf4j/pf4j#631</a></li>
   <li>Allow customization of PluginClassLoader parent delegation by <a 
href="https://github.com/decebals";><code>@​decebals</code></a> in <a 
href="https://redirect.github.com/pf4j/pf4j/pull/633";>pf4j/pf4j#633</a></li>
   <li>Rename LegacyExtension* classes to IndexedExtension* by <a 
href="https://github.com/decebals";><code>@​decebals</code></a> in <a 
href="https://redirect.github.com/pf4j/pf4j/pull/645";>pf4j/pf4j#645</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/pf4j/pf4j/compare/release-3.14.1...release-3.15.0";>https://github.com/pf4j/pf4j/compare/release-3.14.1...release-3.15.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/pf4j/pf4j/blob/master/CHANGELOG.md";>org.pf4j:pf4j's 
changelog</a>.</em></p>
   <blockquote>
   <h3>[3.15.0] - 2026-01-27</h3>
   <h4>Fixed</h4>
   <ul>
   <li><a href="https://redirect.github.com/pf4j/pf4j/issues/625";>#625</a>: Fix 
exception handling inconsistency in <code>startPlugin()</code></li>
   <li><a href="https://redirect.github.com/pf4j/pf4j/issues/630";>#630</a>, <a 
href="https://redirect.github.com/pf4j/pf4j/issues/631";>#631</a>: Set 
<code>failedException</code> when plugin validation or stop fails</li>
   <li>Fix coverage badge link to show overall metrics instead of new code 
only</li>
   </ul>
   <h4>Changed</h4>
   <ul>
   <li><a href="https://redirect.github.com/pf4j/pf4j/issues/645";>#645</a>: 
Rename <code>LegacyExtension*</code> classes to 
<code>IndexedExtension*</code></li>
   </ul>
   <h4>Added</h4>
   <ul>
   <li><a href="https://redirect.github.com/pf4j/pf4j/issues/629";>#629</a>: 
Validate dependency state on plugin start</li>
   <li><a href="https://redirect.github.com/pf4j/pf4j/issues/633";>#633</a>: 
Allow customization of <code>PluginClassLoader</code> parent delegation</li>
   <li>Add unit tests to improve code coverage (63 new tests, coverage 
increased from 79.9% to 85.2%)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pf4j/pf4j/commit/2ce777013963706c868b79da1483270e2690afab";><code>2ce7770</code></a>
 [maven-release-plugin] prepare release release-3.15.0</li>
   <li><a 
href="https://github.com/pf4j/pf4j/commit/7b9f09037ef278332f145a34c30d339212f89e2b";><code>7b9f090</code></a>
 Update CHANGELOG.md for release 3.15.0</li>
   <li><a 
href="https://github.com/pf4j/pf4j/commit/bbc9fa7814a1294082e5bf75ad04d696b9d37ed0";><code>bbc9fa7</code></a>
 Rename LegacyExtension* classes to IndexedExtension* (<a 
href="https://redirect.github.com/pf4j/pf4j/issues/645";>#645</a>)</li>
   <li><a 
href="https://github.com/pf4j/pf4j/commit/26a11a7c645e427f691976e939150a9cb6adbfe6";><code>26a11a7</code></a>
 Allow customization of PluginClassLoader parent delegation (<a 
href="https://redirect.github.com/pf4j/pf4j/issues/633";>#633</a>)</li>
   <li><a 
href="https://github.com/pf4j/pf4j/commit/74a196c855f0ba017743f458baaf7c93468ca16d";><code>74a196c</code></a>
 Fix coverage badge link to show overall metrics instead of new code only</li>
   <li><a 
href="https://github.com/pf4j/pf4j/commit/161dacbe16b045821ff9cceca8107e6a17ace470";><code>161dacb</code></a>
 Add unit tests to improve code coverage</li>
   <li><a 
href="https://github.com/pf4j/pf4j/commit/c723cac56a0eca5c13614c6cf27d3181e398ce7f";><code>c723cac</code></a>
 Set failedException when plugin validation or stop fails (<a 
href="https://redirect.github.com/pf4j/pf4j/issues/630";>#630</a>) (<a 
href="https://redirect.github.com/pf4j/pf4j/issues/631";>#631</a>)</li>
   <li><a 
href="https://github.com/pf4j/pf4j/commit/ec48cfe6c4472bc2370905138e673178a41977d9";><code>ec48cfe</code></a>
 Validate dependency state on plugin start (<a 
href="https://redirect.github.com/pf4j/pf4j/issues/629";>#629</a>)</li>
   <li><a 
href="https://github.com/pf4j/pf4j/commit/b815351110d29f80368e4ba5f9bd1b11c2daab76";><code>b815351</code></a>
 Fix exception handling inconsistency in startPlugin() (<a 
href="https://redirect.github.com/pf4j/pf4j/issues/625";>#625</a>)</li>
   <li><a 
href="https://github.com/pf4j/pf4j/commit/6cd9a6cfd942f3b5c7017477172c7b489680bcfd";><code>6cd9a6c</code></a>
 Update CHANGELOG.md for release 3.14.1</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pf4j/pf4j/compare/release-3.14.1...release-3.15.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.pf4j:pf4j&package-manager=maven&previous-version=3.14.1&new-version=3.15.0)](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]

Reply via email to