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

   Bumps `pulsar-version` from 4.2.2 to 4.2.3.
   Updates `org.apache.pulsar:pulsar-client` from 4.2.2 to 4.2.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/pulsar/releases";>org.apache.pulsar:pulsar-client's
 releases</a>.</em></p>
   <blockquote>
   <h2>v4.2.3</h2>
   <h4>2026-07-06</h4>
   <h3>Backported PIP</h3>
   <ul>
   <li>[feat][pip] PIP-469: Legacy-aware topic policies backend routing and 
metadata-store topic policies (<a 
href="https://redirect.github.com/apache/pulsar/pull/25547";>#25547</a>)</li>
   </ul>
   <h3>Library updates</h3>
   <ul>
   <li>[fix][sec] Bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 in 
/pulsar-function-go (<a 
href="https://redirect.github.com/apache/pulsar/pull/26142";>#26142</a>)</li>
   <li>[fix][sec] Upgrade jline to 4.2.1 and picocli to 4.7.7, drop unused 
jline2 (<a 
href="https://redirect.github.com/apache/pulsar/pull/26068";>#26068</a>)</li>
   <li>[fix][sec] Upgrade pulsar-client-go to v0.20.0 in pulsar-function-go, 
also address CVEs (<a 
href="https://redirect.github.com/apache/pulsar/pull/26140";>#26140</a>)</li>
   <li>[improve][fn] Upgrade pulsar-client-python to 3.12.0 (<a 
href="https://redirect.github.com/apache/pulsar/pull/26033";>#26033</a>)</li>
   <li>[improve][fn] Upgrade pulsar-client-python to 3.13.0 (<a 
href="https://redirect.github.com/apache/pulsar/pull/26139";>#26139</a>)</li>
   <li>[improve][misc] Upgrade Apache Commons libraries and Apache Http 
components (<a 
href="https://redirect.github.com/apache/pulsar/pull/25963";>#25963</a>)</li>
   <li>[fix][sec][branch-4.2] Upgrade Jackson version to 2.18.8 (<a 
href="https://redirect.github.com/apache/pulsar/pull/26099";>#26099</a>)</li>
   <li>[improve][meta] Upgrade Oxia client to 0.8.0 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25964";>#25964</a>)</li>
   <li>[fix][build][branch-4.2] Upgrade docker/setup-qemu-action to v4.1.0</li>
   </ul>
   <h3>Broker</h3>
   <ul>
   <li>[fix][broker] Avoid attaching a consumer to a migrated non-persistent 
topic on subscribe (<a 
href="https://redirect.github.com/apache/pulsar/pull/26075";>#26075</a>)</li>
   <li>[fix][broker] Avoid blocking metadata read on the IO thread when 
redirecting migrated producers/consumers (<a 
href="https://redirect.github.com/apache/pulsar/pull/26051";>#26051</a>)</li>
   <li>[fix][broker] Avoid blocking the bundle-throughput lookup on per-bundle 
metadata reads (<a 
href="https://redirect.github.com/apache/pulsar/pull/26054";>#26054</a>)</li>
   <li>[fix][broker] Avoid blocking the dispatcher close path on 
delayed-delivery tracker close (<a 
href="https://redirect.github.com/apache/pulsar/pull/26053";>#26053</a>)</li>
   <li>[fix][broker] Don't let a closing topic-policies reader abort a 
concurrent cache-init reload (<a 
href="https://redirect.github.com/apache/pulsar/pull/26132";>#26132</a>)</li>
   <li>[fix][broker] Don't let a stuck or aborted topic policies cache init 
make a namespace's topics unloadable (<a 
href="https://redirect.github.com/apache/pulsar/pull/26025";>#26025</a>)</li>
   <li>[fix][broker] Fail fast for load balancer misconfigurations instead of 
falling back to SimpleLoadManagerImpl (<a 
href="https://redirect.github.com/apache/pulsar/pull/26031";>#26031</a>)</li>
   <li>[fix][broker] Fix compacted read could be stuck forever or message loss 
due to cursor mark delete (<a 
href="https://redirect.github.com/apache/pulsar/pull/25998";>#25998</a>)</li>
   <li>[fix][broker] Fix forced topic/namespace deletion hanging or failing 
when compaction is in progress (<a 
href="https://redirect.github.com/apache/pulsar/pull/26016";>#26016</a>)</li>
   <li>[fix][broker] Fix forced topic/namespace deletion still hanging when the 
compaction reader reconnect stalls (<a 
href="https://redirect.github.com/apache/pulsar/pull/26026";>#26026</a>)</li>
   <li>[fix][broker] Fix geo-replication stuck after a failed publish to the 
remote cluster (<a 
href="https://redirect.github.com/apache/pulsar/pull/26002";>#26002</a>)</li>
   <li>[fix][broker] Fix replication stall when a cursor rewind skips an 
in-flight read (<a 
href="https://redirect.github.com/apache/pulsar/pull/26106";>#26106</a>)</li>
   <li>[fix][broker] Fix replicator getting stuck under rate limiter throttling 
and honor readBatchSize/maxReadSizeBytes on the default read path (<a 
href="https://redirect.github.com/apache/pulsar/pull/26005";>#26005</a>)</li>
   <li>[fix][broker] Fix tableview divergence in 
ServiceUnitStateTableViewSyncer causing flaky tests (<a 
href="https://redirect.github.com/apache/pulsar/pull/25946";>#25946</a>)</li>
   <li>[fix][broker] Forward topic policy updates after init failures (<a 
href="https://redirect.github.com/apache/pulsar/pull/26110";>#26110</a>)</li>
   <li>[fix][broker] Guard BucketDelayedDeliveryTracker.nextDeliveryTime 
against empty queues (<a 
href="https://redirect.github.com/apache/pulsar/pull/26080";>#26080</a>)</li>
   <li>[fix][broker] Prevent subscribe rate limit from stalling compaction and 
blocking forced deletion (<a 
href="https://redirect.github.com/apache/pulsar/pull/26015";>#26015</a>)</li>
   <li>[fix][broker] Prevent topic policy initialization race with a buffering 
listener wrapper (<a 
href="https://redirect.github.com/apache/pulsar/pull/26044";>#26044</a>)</li>
   <li>[fix][broker] Run the message expiry check off the topic policy update 
path (<a 
href="https://redirect.github.com/apache/pulsar/pull/26040";>#26040</a>)</li>
   <li>[fix][broker] Run topic policy notifications on the topic-ordered 
executor (<a 
href="https://redirect.github.com/apache/pulsar/pull/26042";>#26042</a>)</li>
   <li>[fix][broker]Do not trigger topic GC if replication is still active (<a 
href="https://redirect.github.com/apache/pulsar/pull/25915";>#25915</a>)</li>
   <li>[fix][meta] Keep the leader value in the election cycle and make leader 
reads authoritative (<a 
href="https://redirect.github.com/apache/pulsar/pull/26000";>#26000</a>)</li>
   <li>[fix][meta] Run ledger-underreplication notification callbacks off the 
metadata-store listener thread (<a 
href="https://redirect.github.com/apache/pulsar/pull/26065";>#26065</a>)</li>
   <li>[improve][broker] Improve dispatch performance by summing entry bytes 
with a loop (<a 
href="https://redirect.github.com/apache/pulsar/pull/26055";>#26055</a>)</li>
   <li>[improve][broker] Load topic policies on non-persistent topic load and 
gate the policy replay (<a 
href="https://redirect.github.com/apache/pulsar/pull/26134";>#26134</a>)</li>
   <li>[improve][broker] Trim orphaned bucket snapshots when ledgers are 
deleted (<a 
href="https://redirect.github.com/apache/pulsar/pull/25984";>#25984</a>)</li>
   <li>[feat][broker] Expose managed ledger properties via topic internal stats 
(<a href="https://redirect.github.com/apache/pulsar/pull/26079";>#26079</a>)</li>
   <li>[feat][broker] PIP-469: Legacy-aware topic policies backend routing and 
metadata-store topic policies (<a 
href="https://redirect.github.com/apache/pulsar/pull/25707";>#25707</a>)</li>
   <li>[fix][broker] Fix delayed messages stalling with 
isDelayedDeliveryDeliverAtTimeStrict=true (<a 
href="https://redirect.github.com/apache/pulsar/pull/26012";>#26012</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/pulsar/commit/72b4f8014496cee519ac90da3e2c733cf6e2b76a";><code>72b4f80</code></a>
 [fix][sec] Bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 in 
/pulsar-...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/11d1b096a0d2cfa2aecc071868b63319548d24ca";><code>11d1b09</code></a>
 [fix][fn] Reorder Function Worker shutdown to stop scheduler before runtime 
m...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/ba7c1ae68c14ecc2b2950445f6da829dd6417875";><code>ba7c1ae</code></a>
 [fix][sec] Upgrade pulsar-client-go to v0.20.0 in pulsar-function-go, also 
ad...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/377be966ffc2c33bd28bca8121400e387986421d";><code>377be96</code></a>
 [improve][fn] Upgrade pulsar-client-python to 3.13.0 (<a 
href="https://redirect.github.com/apache/pulsar/issues/26139";>#26139</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/0882abeb6efa5519981381b5d1f04c33dd8106a1";><code>0882abe</code></a>
 [improve][broker] Load topic policies on non-persistent topic load and gate 
t...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/3ebf727c7da4a2ecf6b6140067420eb6fd52005a";><code>3ebf727</code></a>
 [fix][test] Run makeReadEntryProbFail's errorOrNot on a caller-provided 
execu...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/48756bc0063fb9b33c9db5e31d8868f0ff353047";><code>48756bc</code></a>
 [fix][test] Fix flaky PersistentTopicsTest setup caused by concurrent 
Mockito...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/14c4c6327461183b9036e074ad04bdbda06c373c";><code>14c4c63</code></a>
 [fix][test] Fix flaky AuditorBookieTest.testBookieClusterRestart (<a 
href="https://redirect.github.com/apache/pulsar/issues/26122";>#26122</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/0827ef0a608286301c05932e465a77be5390c9fe";><code>0827ef0</code></a>
 [fix][broker] Don't let a closing topic-policies reader abort a concurrent 
ca...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/38f9993a4d676bd96966a5b6bfdc851e677d1810";><code>38f9993</code></a>
 [fix][broker] Fix replication stall when a cursor rewind skips an in-flight 
r...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/pulsar/compare/v4.2.2...v4.2.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.pulsar:pulsar-client-admin` from 4.2.2 to 4.2.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/pulsar/releases";>org.apache.pulsar:pulsar-client-admin's
 releases</a>.</em></p>
   <blockquote>
   <h2>v4.2.3</h2>
   <h4>2026-07-06</h4>
   <h3>Backported PIP</h3>
   <ul>
   <li>[feat][pip] PIP-469: Legacy-aware topic policies backend routing and 
metadata-store topic policies (<a 
href="https://redirect.github.com/apache/pulsar/pull/25547";>#25547</a>)</li>
   </ul>
   <h3>Library updates</h3>
   <ul>
   <li>[fix][sec] Bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 in 
/pulsar-function-go (<a 
href="https://redirect.github.com/apache/pulsar/pull/26142";>#26142</a>)</li>
   <li>[fix][sec] Upgrade jline to 4.2.1 and picocli to 4.7.7, drop unused 
jline2 (<a 
href="https://redirect.github.com/apache/pulsar/pull/26068";>#26068</a>)</li>
   <li>[fix][sec] Upgrade pulsar-client-go to v0.20.0 in pulsar-function-go, 
also address CVEs (<a 
href="https://redirect.github.com/apache/pulsar/pull/26140";>#26140</a>)</li>
   <li>[improve][fn] Upgrade pulsar-client-python to 3.12.0 (<a 
href="https://redirect.github.com/apache/pulsar/pull/26033";>#26033</a>)</li>
   <li>[improve][fn] Upgrade pulsar-client-python to 3.13.0 (<a 
href="https://redirect.github.com/apache/pulsar/pull/26139";>#26139</a>)</li>
   <li>[improve][misc] Upgrade Apache Commons libraries and Apache Http 
components (<a 
href="https://redirect.github.com/apache/pulsar/pull/25963";>#25963</a>)</li>
   <li>[fix][sec][branch-4.2] Upgrade Jackson version to 2.18.8 (<a 
href="https://redirect.github.com/apache/pulsar/pull/26099";>#26099</a>)</li>
   <li>[improve][meta] Upgrade Oxia client to 0.8.0 (<a 
href="https://redirect.github.com/apache/pulsar/pull/25964";>#25964</a>)</li>
   <li>[fix][build][branch-4.2] Upgrade docker/setup-qemu-action to v4.1.0</li>
   </ul>
   <h3>Broker</h3>
   <ul>
   <li>[fix][broker] Avoid attaching a consumer to a migrated non-persistent 
topic on subscribe (<a 
href="https://redirect.github.com/apache/pulsar/pull/26075";>#26075</a>)</li>
   <li>[fix][broker] Avoid blocking metadata read on the IO thread when 
redirecting migrated producers/consumers (<a 
href="https://redirect.github.com/apache/pulsar/pull/26051";>#26051</a>)</li>
   <li>[fix][broker] Avoid blocking the bundle-throughput lookup on per-bundle 
metadata reads (<a 
href="https://redirect.github.com/apache/pulsar/pull/26054";>#26054</a>)</li>
   <li>[fix][broker] Avoid blocking the dispatcher close path on 
delayed-delivery tracker close (<a 
href="https://redirect.github.com/apache/pulsar/pull/26053";>#26053</a>)</li>
   <li>[fix][broker] Don't let a closing topic-policies reader abort a 
concurrent cache-init reload (<a 
href="https://redirect.github.com/apache/pulsar/pull/26132";>#26132</a>)</li>
   <li>[fix][broker] Don't let a stuck or aborted topic policies cache init 
make a namespace's topics unloadable (<a 
href="https://redirect.github.com/apache/pulsar/pull/26025";>#26025</a>)</li>
   <li>[fix][broker] Fail fast for load balancer misconfigurations instead of 
falling back to SimpleLoadManagerImpl (<a 
href="https://redirect.github.com/apache/pulsar/pull/26031";>#26031</a>)</li>
   <li>[fix][broker] Fix compacted read could be stuck forever or message loss 
due to cursor mark delete (<a 
href="https://redirect.github.com/apache/pulsar/pull/25998";>#25998</a>)</li>
   <li>[fix][broker] Fix forced topic/namespace deletion hanging or failing 
when compaction is in progress (<a 
href="https://redirect.github.com/apache/pulsar/pull/26016";>#26016</a>)</li>
   <li>[fix][broker] Fix forced topic/namespace deletion still hanging when the 
compaction reader reconnect stalls (<a 
href="https://redirect.github.com/apache/pulsar/pull/26026";>#26026</a>)</li>
   <li>[fix][broker] Fix geo-replication stuck after a failed publish to the 
remote cluster (<a 
href="https://redirect.github.com/apache/pulsar/pull/26002";>#26002</a>)</li>
   <li>[fix][broker] Fix replication stall when a cursor rewind skips an 
in-flight read (<a 
href="https://redirect.github.com/apache/pulsar/pull/26106";>#26106</a>)</li>
   <li>[fix][broker] Fix replicator getting stuck under rate limiter throttling 
and honor readBatchSize/maxReadSizeBytes on the default read path (<a 
href="https://redirect.github.com/apache/pulsar/pull/26005";>#26005</a>)</li>
   <li>[fix][broker] Fix tableview divergence in 
ServiceUnitStateTableViewSyncer causing flaky tests (<a 
href="https://redirect.github.com/apache/pulsar/pull/25946";>#25946</a>)</li>
   <li>[fix][broker] Forward topic policy updates after init failures (<a 
href="https://redirect.github.com/apache/pulsar/pull/26110";>#26110</a>)</li>
   <li>[fix][broker] Guard BucketDelayedDeliveryTracker.nextDeliveryTime 
against empty queues (<a 
href="https://redirect.github.com/apache/pulsar/pull/26080";>#26080</a>)</li>
   <li>[fix][broker] Prevent subscribe rate limit from stalling compaction and 
blocking forced deletion (<a 
href="https://redirect.github.com/apache/pulsar/pull/26015";>#26015</a>)</li>
   <li>[fix][broker] Prevent topic policy initialization race with a buffering 
listener wrapper (<a 
href="https://redirect.github.com/apache/pulsar/pull/26044";>#26044</a>)</li>
   <li>[fix][broker] Run the message expiry check off the topic policy update 
path (<a 
href="https://redirect.github.com/apache/pulsar/pull/26040";>#26040</a>)</li>
   <li>[fix][broker] Run topic policy notifications on the topic-ordered 
executor (<a 
href="https://redirect.github.com/apache/pulsar/pull/26042";>#26042</a>)</li>
   <li>[fix][broker]Do not trigger topic GC if replication is still active (<a 
href="https://redirect.github.com/apache/pulsar/pull/25915";>#25915</a>)</li>
   <li>[fix][meta] Keep the leader value in the election cycle and make leader 
reads authoritative (<a 
href="https://redirect.github.com/apache/pulsar/pull/26000";>#26000</a>)</li>
   <li>[fix][meta] Run ledger-underreplication notification callbacks off the 
metadata-store listener thread (<a 
href="https://redirect.github.com/apache/pulsar/pull/26065";>#26065</a>)</li>
   <li>[improve][broker] Improve dispatch performance by summing entry bytes 
with a loop (<a 
href="https://redirect.github.com/apache/pulsar/pull/26055";>#26055</a>)</li>
   <li>[improve][broker] Load topic policies on non-persistent topic load and 
gate the policy replay (<a 
href="https://redirect.github.com/apache/pulsar/pull/26134";>#26134</a>)</li>
   <li>[improve][broker] Trim orphaned bucket snapshots when ledgers are 
deleted (<a 
href="https://redirect.github.com/apache/pulsar/pull/25984";>#25984</a>)</li>
   <li>[feat][broker] Expose managed ledger properties via topic internal stats 
(<a href="https://redirect.github.com/apache/pulsar/pull/26079";>#26079</a>)</li>
   <li>[feat][broker] PIP-469: Legacy-aware topic policies backend routing and 
metadata-store topic policies (<a 
href="https://redirect.github.com/apache/pulsar/pull/25707";>#25707</a>)</li>
   <li>[fix][broker] Fix delayed messages stalling with 
isDelayedDeliveryDeliverAtTimeStrict=true (<a 
href="https://redirect.github.com/apache/pulsar/pull/26012";>#26012</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/pulsar/commit/72b4f8014496cee519ac90da3e2c733cf6e2b76a";><code>72b4f80</code></a>
 [fix][sec] Bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 in 
/pulsar-...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/11d1b096a0d2cfa2aecc071868b63319548d24ca";><code>11d1b09</code></a>
 [fix][fn] Reorder Function Worker shutdown to stop scheduler before runtime 
m...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/ba7c1ae68c14ecc2b2950445f6da829dd6417875";><code>ba7c1ae</code></a>
 [fix][sec] Upgrade pulsar-client-go to v0.20.0 in pulsar-function-go, also 
ad...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/377be966ffc2c33bd28bca8121400e387986421d";><code>377be96</code></a>
 [improve][fn] Upgrade pulsar-client-python to 3.13.0 (<a 
href="https://redirect.github.com/apache/pulsar/issues/26139";>#26139</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/0882abeb6efa5519981381b5d1f04c33dd8106a1";><code>0882abe</code></a>
 [improve][broker] Load topic policies on non-persistent topic load and gate 
t...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/3ebf727c7da4a2ecf6b6140067420eb6fd52005a";><code>3ebf727</code></a>
 [fix][test] Run makeReadEntryProbFail's errorOrNot on a caller-provided 
execu...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/48756bc0063fb9b33c9db5e31d8868f0ff353047";><code>48756bc</code></a>
 [fix][test] Fix flaky PersistentTopicsTest setup caused by concurrent 
Mockito...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/14c4c6327461183b9036e074ad04bdbda06c373c";><code>14c4c63</code></a>
 [fix][test] Fix flaky AuditorBookieTest.testBookieClusterRestart (<a 
href="https://redirect.github.com/apache/pulsar/issues/26122";>#26122</a>)</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/0827ef0a608286301c05932e465a77be5390c9fe";><code>0827ef0</code></a>
 [fix][broker] Don't let a closing topic-policies reader abort a concurrent 
ca...</li>
   <li><a 
href="https://github.com/apache/pulsar/commit/38f9993a4d676bd96966a5b6bfdc851e677d1810";><code>38f9993</code></a>
 [fix][broker] Fix replication stall when a cursor rewind skips an in-flight 
r...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/pulsar/compare/v4.2.2...v4.2.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   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