dependabot[bot] opened a new pull request, #57: URL: https://github.com/apache/streampipes-extensions/pull/57
Bumps [pulsar-client](https://github.com/apache/pulsar) from 2.7.0 to 2.7.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/pulsar/releases">pulsar-client's releases</a>.</em></p> <blockquote> <h2>v2.7.5</h2> <h4>Broker</h4> <ul> <li>[fix][broker] Fix NPE when ledger id not found in <code>OpReadEntry</code><a href="https://github-redirect.dependabot.com/apache/pulsar/pull/16966">#16966</a></li> <li>[fix][broker] Validate rack name <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/16850">#16850</a></li> <li>[fix][broker] Fix invalid rack name cause bookie join rack failed <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/16845">#16845</a></li> <li>[fix][broker] Avoid potentially blocking calls to metadata in PersistentTopic#getMessageTTL <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/16899">#16899</a></li> <li>[fix][broker] Fix create client with TLS config <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/16326">#16326</a></li> <li>[fix][broker] Fixed deadlock on metadata cache missing while doing checkReplication <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/16889">#16889</a></li> <li>[fix][broker] Fix the wrong unit of NIC speed on Linux <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15770">#15770</a></li> <li>[fix][broker] Close connection if a ping or pong message cannot be sent <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15382">#15382</a></li> <li>[fix][broker] Fix MessageDeduplication#inactiveProducers may not be persistence correctly <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15206">#15206</a></li> <li>[fix][broker] Fix messageDedup delete inactive producer name <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/12493">#12493</a></li> <li>[fix][broker] Fix the reader skips compacted data which original ledger been removed. <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/16407">#16407</a></li> <li>[fix][broker] Fix getting the last message-id from an empty compact ledger. <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/16402">#16402</a></li> <li>[fix][broker] Return message ID from compacted ledger while the compaction cursor reaches the end of the topic. <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/16395">#16395</a></li> <li>[fix][broker] Fix skips compacted data for reader/consumer <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/16301">#16301</a></li> <li>[fix][broker] Fix reader skipped remaining compacted data during the topic unloading <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/16300">#16300</a></li> <li>[fix][broker] Fix passing incorrect authentication data <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/16201">#16201</a></li> <li>[fix][broker] Fix incorrect returned last message ID while the lastConfirmedEntry with negative entry ID <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/16299">#16299</a></li> <li>[fix][broker] Fix can not enable system topic if <code>AutoUpdateSchemaEnabled=false</code>. <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15754">#15754</a></li> <li>[fix][broker] Fix lost message issue due to ledger rollover. <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/14703">#14703</a></li> <li>[fix][broker] Fix lost message issues 12221 <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/12223">#12223</a></li> <li>[fix][broker] Fix TopicPoliciesCacheNotInitException issue. <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/14293">#14293</a></li> <li>[fix][broker] Fix deadlock when use key_shared mode <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/11965">#11965</a></li> <li>[fix][broker] Fix log content error when OverloadShedder is not used. <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/13540">#13540</a></li> <li>[improve][broker] Skip unnecessary DNS resolution when creating AuthenticationDataHttp instance <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15221">#15221</a></li> <li>[improve][broker] Improve error logging for topic not found [#13950) <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/14893">#14893</a></li> <li>[improve][broker] Trim configuration value string which contains blank prefix or suffix string <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/13984">#13984</a></li> <li>[improve][broker] Configure DLog Bookie, Pulsar, and Admin clients via pass-through config <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15818">#15818</a></li> <li>[cleanup][broker] Improve skipping of DNS resolution when creating AuthenticationDataHttp instance <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15228">#15228</a></li> <li>[cleanup][broker] Remove useless code to avoid confusion in OpReadEntry#checkReadCompletion. <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15104">#15104</a></li> <li>[cleanup][broker] Clean up individually deleted messages before the mark-delete position <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/14261">#14261</a></li> </ul> <h4>Security</h4> <ul> <li>[improve][sec] Improve get the basic authentication config <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/16947">#16947</a></li> <li>[improve][sec] Support for get token from HTTP params <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/16892">#16892</a></li> <li>[fix][sec] AuthorizationService should use provider's canLookupAsync method <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/11777">#11777</a></li> <li>[fix][sec] Avoid AuthenticationDataSource mutation for subscription name <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/16065">#16065</a></li> <li>[fix][sec] Return if namespace policies are read only <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/12514">#12514</a></li> <li>[refactor][sec] Switch to rely on Netty for Hostname Verification <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15824">#15824</a></li> <li>[cleanup][sec] Ignore case when obfuscating passwords in configuration scripts <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15077">#15077</a></li> </ul> <h4>Storage</h4> <ul> <li>[fix][storage] ManagedCursor: mark delete no callback when create meta-ledger fail <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/16841">#16841</a></li> <li>[fix][storage] Cancel offload tasks when managed ledger closed <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/16808">#16808</a></li> <li>[fix][storage] Fix lost compaction data due to compaction properties missed during reset-cursor. <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/16404">#16404</a></li> <li>[fix][storage] Do not move the non-durable cursor position when trimming ledgers while topic with compaction. <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/16403">#16403</a></li> <li>[fix][storage] Fix issues in advanceNonDurableCursors <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/10667">#10667</a></li> <li>[fix][storage] Follow up on race condition fixes in ManagedCursorImpl <a href="https://github-redirect.dependabot.com/apache/pulsar/issues/15031">#15031</a> <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15067">#15067</a></li> <li>[fix][storage] Fix race condition in updating lastMarkDeleteEntry field <a href="https://github-redirect.dependabot.com/apache/pulsar/pull/15031">#15031</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/8eae5b8d572861e49c40d456b1f3cbc5d414afe1"><code>8eae5b8</code></a> Clean up C++ client curl configuration (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/16064">#16064</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/43a8436ca6cd6604cd25174d7388390bcd5d6b12"><code>43a8436</code></a> Fix semaphore release duplicated in ProducerImpl (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/16972">#16972</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/9abab5b4a3206e84d6a1164dca76c04e51ffaeaa"><code>9abab5b</code></a> [Fix][broker] Fix NPE when ledger id not found in <code>OpReadEntry</code>(<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/16966">#16966</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/44e95fab7a71b78b792fdf0ad773b90a944936e9"><code>44e95fa</code></a> [improve][doc] Add more configuration methods for basic authentication (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/16941">#16941</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/c397e91ca7d40388749c73625cdacb5ba181890e"><code>c397e91</code></a> [cleanup] [broker] Remove useless code to avoid confusion in OpReadEntry#chec...</li> <li><a href="https://github.com/apache/pulsar/commit/acf472c06268b4a33a7d925094eb92990db489db"><code>acf472c</code></a> [improve][authentication] Improve get the basic authentication config (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/16947">#16947</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/85b6b639ed8d5b057a8d85d4cb6bcfcdb60369c6"><code>85b6b63</code></a> cherry pick <a href="https://github-redirect.dependabot.com/apache/pulsar/issues/16915">#16915</a> to branch 2.7 (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/16957">#16957</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/97a91b4988ff77f93f9f74abd0bae00d960713b4"><code>97a91b4</code></a> [improve][test] Verify the authentication data in the authorization provider ...</li> <li><a href="https://github.com/apache/pulsar/commit/e75b4033ead61ac9b58c30a86b7e55eedf2cb380"><code>e75b403</code></a> [Branch 2.7][fix][broker] Upgrade log4j2 version to 2.18.0 (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/16884">#16884</a>) (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/16942">#16942</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/44696df64e56be96b13b3793688026183687481e"><code>44696df</code></a> [fix][function] Fix python instance not process zip file correctly (<a href="https://github-redirect.dependabot.com/apache/pulsar/issues/16697">#16697</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/pulsar/compare/v2.7.0...v2.7.5">compare view</a></li> </ul> </details> <br /> [](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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/streampipes-extensions/network/alerts). </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]
