Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump pulsar-clients.version from 3.2.3 to 3.3.0 #1895

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Bumps pulsar-clients.version from 3.2.3 to 3.3.0.
Updates org.apache.pulsar:pulsar-client from 3.2.3 to 3.3.0

Release notes

Sourced from org.apache.pulsar:pulsar-client's releases.

v3.3.0

PIP

  • PIP-315: Configurable max delay limit for delayed delivery (#21798)
  • PIP-321 Introduce allowed-cluster at the namespace level (#21648)
  • PIP-324: Alpine Docker images (#21716)
  • PIP-325: Add command to abort transaction (#21731)
  • PIP-326: Create a BOM to ease dependency management (#21747)
  • PIP-329: Strategy for maintaining the latest tag to Pulsar docker images (#21872)
  • PIP-330: getMessagesById gets all messages (#21873)
  • PIP 342: Support OpenTelemetry metrics in Pulsar client (#22178)
  • PIP-343: Use picocli instead of jcommander (#22181)
  • PIP-344 Correct the behavior of the public API pulsarClient.getPartitionsForTopic(topicName) (#22182)
  • PIP-335: Oxia metadata plugin (#22009)
  • PIP-339: Introducing the --log-topic Option for Pulsar Sinks and Sources (#22071)

Broker

  • [admin][broker] Fix force delete subscription not working (#22423)
  • [cleanup][admin] Remove unused methods in PersistentTopicsBase (#22424)
  • [cleanup][broker] Remove unused NamespaceBundleFactory parameter when creating OwnershipCache (#22482)
  • [cleanup][broker]∂ fix doc for TransactionBuffer#isTxnAborted (#21956)
  • [cleanup][broker] fix return value of TransactionTimeoutTrackerImpl#addTransaction (#22020)
  • [cleanup][broker] remove useless code comment (#22459)
  • [cleanup][meta] Remove com.beust.jcommander.internal import (#22294)
  • [cleanup][ml] ManagedCursor clean up. (#22246)
  • [cleanup][test] remove useless TestAuthorizationProvider2 (#22595)
  • [feat][admin] Enable Gzip Compression by Default in Admin Client (#22464)
  • [feat][admin] PIP-330: getMessagesById gets all messages (#21918)
  • [feat][broker] Implementation of PIP-323: Complete Backlog Quota Telemetry (#21816)
  • [feat][broker] PIP-264: Add Java runtime metrics (#22616)
  • [feat][broker] PIP-264: Add topic messaging metrics (#22467)
  • [feat][misc] Add Pulsar BOM (Bill of Materials) (#21871)
  • [feat][misc] PIP-264: Implement topic lookup metrics using OpenTelemetry (#22058)
  • [feat][misc] PIP-320: Add OpenTelemetry scaffolding (#22010)
  • [fix] Fix Reader can be stuck from transaction aborted messages. (#22610)
  • [fix] Fixed implicit conversions from long -> int (#22055)
  • [fix] Include swagger annotations in shaded client lib (#22570)
  • [fix] Restored method as deprecated in AbstractMetadataStore (#21950)
  • [fix] Test was leaving client instance to null (#22631)
  • [fix][admin] Clearly define REST API on Open API (#22783)
  • [fix][admin] Clearly define REST API on Open API for Namesaces@v2 (#22775)
  • [fix][admin] Clearly define REST API on Open API for Topics (#22782)
  • [fix][admin] Fix can't delete tenant for v1 (#22550)
  • [fix][admin] Fix deprecated check (#22653)
  • [fix][admin] Fix namespace admin api exception response (#22587)
  • [fix][admin][part-1]Clearly define REST API on Open API (#22774)
  • [fix][broker] Add the missed opentelemetry-sdk-testing dependency to tests of pulsar-broker-auth-sasl (#22665)
  • [fix][broker] Avoid being stuck when closing the broker with extensible load manager (#22573)
  • [fix][broker] Avoid consumers receiving acknowledged messages from compacted topic after reconnection (#21187)
  • [fix][broker] Avoid execute prepareInitPoliciesCacheAsync if namespace is deleted (#22268)

... (truncated)

Commits
  • c0aab49 [fix][ci] Fix snappy-java native lib fails to load in x86 alpine (#22804)
  • 66baa8d [improve][cli] PIP-353: Improve transaction message visibility for peek-messa...
  • 7ca884b [fix][admin] Clearly define REST API on Open API (#22783)
  • 697ee29 [fix][admin] Clearly define REST API on Open API for Topics (#22782)
  • 722f879 [fix][admin] Clearly define REST API on Open API for Namesaces@v2 (#22775)
  • 6b05ca0 [fix][admin][part-1]Clearly define REST API on Open API (#22774)
  • 0771f81 [fix][cli] Remove defaultValue of tenant/namespace for CmdFunctions (#22764)
  • 5c6adef [fix] Upgrade Alpine packages at build time to fix CVE-2023-4236 (#22763)
  • 55ed823 Release 3.3.0
  • be290c3 [fix][build] Fix pulsar-client-python installation on ARM arch (#22733)
  • Additional commits viewable in compare view

Updates org.apache.pulsar:pulsar-client-admin-api from 3.2.3 to 3.3.0

Release notes

Sourced from org.apache.pulsar:pulsar-client-admin-api's releases.

v3.3.0

PIP

  • PIP-315: Configurable max delay limit for delayed delivery (#21798)
  • PIP-321 Introduce allowed-cluster at the namespace level (#21648)
  • PIP-324: Alpine Docker images (#21716)
  • PIP-325: Add command to abort transaction (#21731)
  • PIP-326: Create a BOM to ease dependency management (#21747)
  • PIP-329: Strategy for maintaining the latest tag to Pulsar docker images (#21872)
  • PIP-330: getMessagesById gets all messages (#21873)
  • PIP 342: Support OpenTelemetry metrics in Pulsar client (#22178)
  • PIP-343: Use picocli instead of jcommander (#22181)
  • PIP-344 Correct the behavior of the public API pulsarClient.getPartitionsForTopic(topicName) (#22182)
  • PIP-335: Oxia metadata plugin (#22009)
  • PIP-339: Introducing the --log-topic Option for Pulsar Sinks and Sources (#22071)

Broker

  • [admin][broker] Fix force delete subscription not working (#22423)
  • [cleanup][admin] Remove unused methods in PersistentTopicsBase (#22424)
  • [cleanup][broker] Remove unused NamespaceBundleFactory parameter when creating OwnershipCache (#22482)
  • [cleanup][broker]∂ fix doc for TransactionBuffer#isTxnAborted (#21956)
  • [cleanup][broker] fix return value of TransactionTimeoutTrackerImpl#addTransaction (#22020)
  • [cleanup][broker] remove useless code comment (#22459)
  • [cleanup][meta] Remove com.beust.jcommander.internal import (#22294)
  • [cleanup][ml] ManagedCursor clean up. (#22246)
  • [cleanup][test] remove useless TestAuthorizationProvider2 (#22595)
  • [feat][admin] Enable Gzip Compression by Default in Admin Client (#22464)
  • [feat][admin] PIP-330: getMessagesById gets all messages (#21918)
  • [feat][broker] Implementation of PIP-323: Complete Backlog Quota Telemetry (#21816)
  • [feat][broker] PIP-264: Add Java runtime metrics (#22616)
  • [feat][broker] PIP-264: Add topic messaging metrics (#22467)
  • [feat][misc] Add Pulsar BOM (Bill of Materials) (#21871)
  • [feat][misc] PIP-264: Implement topic lookup metrics using OpenTelemetry (#22058)
  • [feat][misc] PIP-320: Add OpenTelemetry scaffolding (#22010)
  • [fix] Fix Reader can be stuck from transaction aborted messages. (#22610)
  • [fix] Fixed implicit conversions from long -> int (#22055)
  • [fix] Include swagger annotations in shaded client lib (#22570)
  • [fix] Restored method as deprecated in AbstractMetadataStore (#21950)
  • [fix] Test was leaving client instance to null (#22631)
  • [fix][admin] Clearly define REST API on Open API (#22783)
  • [fix][admin] Clearly define REST API on Open API for Namesaces@v2 (#22775)
  • [fix][admin] Clearly define REST API on Open API for Topics (#22782)
  • [fix][admin] Fix can't delete tenant for v1 (#22550)
  • [fix][admin] Fix deprecated check (#22653)
  • [fix][admin] Fix namespace admin api exception response (#22587)
  • [fix][admin][part-1]Clearly define REST API on Open API (#22774)
  • [fix][broker] Add the missed opentelemetry-sdk-testing dependency to tests of pulsar-broker-auth-sasl (#22665)
  • [fix][broker] Avoid being stuck when closing the broker with extensible load manager (#22573)
  • [fix][broker] Avoid consumers receiving acknowledged messages from compacted topic after reconnection (#21187)
  • [fix][broker] Avoid execute prepareInitPoliciesCacheAsync if namespace is deleted (#22268)

... (truncated)

Commits
  • c0aab49 [fix][ci] Fix snappy-java native lib fails to load in x86 alpine (#22804)
  • 66baa8d [improve][cli] PIP-353: Improve transaction message visibility for peek-messa...
  • 7ca884b [fix][admin] Clearly define REST API on Open API (#22783)
  • 697ee29 [fix][admin] Clearly define REST API on Open API for Topics (#22782)
  • 722f879 [fix][admin] Clearly define REST API on Open API for Namesaces@v2 (#22775)
  • 6b05ca0 [fix][admin][part-1]Clearly define REST API on Open API (#22774)
  • 0771f81 [fix][cli] Remove defaultValue of tenant/namespace for CmdFunctions (#22764)
  • 5c6adef [fix] Upgrade Alpine packages at build time to fix CVE-2023-4236 (#22763)
  • 55ed823 Release 3.3.0
  • be290c3 [fix][build] Fix pulsar-client-python installation on ARM arch (#22733)
  • Additional commits viewable in compare view

Updates org.apache.pulsar:pulsar-client-api from 3.2.3 to 3.3.0

Release notes

Sourced from org.apache.pulsar:pulsar-client-api's releases.

v3.3.0

PIP

  • PIP-315: Configurable max delay limit for delayed delivery (#21798)
  • PIP-321 Introduce allowed-cluster at the namespace level (#21648)
  • PIP-324: Alpine Docker images (#21716)
  • PIP-325: Add command to abort transaction (#21731)
  • PIP-326: Create a BOM to ease dependency management (#21747)
  • PIP-329: Strategy for maintaining the latest tag to Pulsar docker images (#21872)
  • PIP-330: getMessagesById gets all messages (#21873)
  • PIP 342: Support OpenTelemetry metrics in Pulsar client (#22178)
  • PIP-343: Use picocli instead of jcommander (#22181)
  • PIP-344 Correct the behavior of the public API pulsarClient.getPartitionsForTopic(topicName) (#22182)
  • PIP-335: Oxia metadata plugin (#22009)
  • PIP-339: Introducing the --log-topic Option for Pulsar Sinks and Sources (#22071)

Broker

  • [admin][broker] Fix force delete subscription not working (#22423)
  • [cleanup][admin] Remove unused methods in PersistentTopicsBase (#22424)
  • [cleanup][broker] Remove unused NamespaceBundleFactory parameter when creating OwnershipCache (#22482)
  • [cleanup][broker]∂ fix doc for TransactionBuffer#isTxnAborted (#21956)
  • [cleanup][broker] fix return value of TransactionTimeoutTrackerImpl#addTransaction (#22020)
  • [cleanup][broker] remove useless code comment (#22459)
  • [cleanup][meta] Remove com.beust.jcommander.internal import (#22294)
  • [cleanup][ml] ManagedCursor clean up. (#22246)
  • [cleanup][test] remove useless TestAuthorizationProvider2 (#22595)
  • [feat][admin] Enable Gzip Compression by Default in Admin Client (#22464)
  • [feat][admin] PIP-330: getMessagesById gets all messages (#21918)
  • [feat][broker] Implementation of PIP-323: Complete Backlog Quota Telemetry (#21816)
  • [feat][broker] PIP-264: Add Java runtime metrics (#22616)
  • [feat][broker] PIP-264: Add topic messaging metrics (#22467)
  • [feat][misc] Add Pulsar BOM (Bill of Materials) (#21871)
  • [feat][misc] PIP-264: Implement topic lookup metrics using OpenTelemetry (#22058)
  • [feat][misc] PIP-320: Add OpenTelemetry scaffolding (#22010)
  • [fix] Fix Reader can be stuck from transaction aborted messages. (#22610)
  • [fix] Fixed implicit conversions from long -> int (#22055)
  • [fix] Include swagger annotations in shaded client lib (#22570)
  • [fix] Restored method as deprecated in AbstractMetadataStore (#21950)
  • [fix] Test was leaving client instance to null (#22631)
  • [fix][admin] Clearly define REST API on Open API (#22783)
  • [fix][admin] Clearly define REST API on Open API for Namesaces@v2 (#22775)
  • [fix][admin] Clearly define REST API on Open API for Topics (#22782)
  • [fix][admin] Fix can't delete tenant for v1 (#22550)
  • [fix][admin] Fix deprecated check (#22653)
  • [fix][admin] Fix namespace admin api exception response (#22587)
  • [fix][admin][part-1]Clearly define REST API on Open API (#22774)
  • [fix][broker] Add the missed opentelemetry-sdk-testing dependency to tests of pulsar-broker-auth-sasl (#22665)
  • [fix][broker] Avoid being stuck when closing the broker with extensible load manager (#22573)
  • [fix][broker] Avoid consumers receiving acknowledged messages from compacted topic after reconnection (#21187)
  • [fix][broker] Avoid execute prepareInitPoliciesCacheAsync if namespace is deleted (#22268)

... (truncated)

Commits
  • c0aab49 [fix][ci] Fix snappy-java native lib fails to load in x86 alpine (#22804)
  • 66baa8d [improve][cli] PIP-353: Improve transaction message visibility for peek-messa...
  • 7ca884b [fix][admin] Clearly define REST API on Open API (#22783)
  • 697ee29 [fix][admin] Clearly define REST API on Open API for Topics (#22782)
  • 722f879 [fix][admin] Clearly define REST API on Open API for Namesaces@v2 (#22775)
  • 6b05ca0 [fix][admin][part-1]Clearly define REST API on Open API (#22774)
  • 0771f81 [fix][cli] Remove defaultValue of tenant/namespace for CmdFunctions (#22764)
  • 5c6adef [fix] Upgrade Alpine packages at build time to fix CVE-2023-4236 (#22763)
  • 55ed823 Release 3.3.0
  • be290c3 [fix][build] Fix pulsar-client-python installation on ARM arch (#22733)
  • Additional commits viewable in compare view

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 commands and options

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 10, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/develop/pulsar-clients.version-3.3.0 branch 4 times, most recently from 3e1eaf3 to 115e095 Compare June 11, 2024 10:40
@Fameing
Copy link
Collaborator

Fameing commented Jun 11, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/develop/pulsar-clients.version-3.3.0 branch 3 times, most recently from 5bf033a to 9132c3b Compare June 13, 2024 13:49
@Fameing Fameing force-pushed the dependabot/maven/develop/pulsar-clients.version-3.3.0 branch from 9132c3b to 2bbc590 Compare June 13, 2024 14:30
@Fameing
Copy link
Collaborator

Fameing commented Jun 13, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 13, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@Fameing
Copy link
Collaborator

Fameing commented Jun 13, 2024

@dependabot recreate

Bumps `pulsar-clients.version` from 3.2.3 to 3.3.0.

Updates `org.apache.pulsar:pulsar-client` from 3.2.3 to 3.3.0
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v3.2.3...v3.3.0)

Updates `org.apache.pulsar:pulsar-client-admin-api` from 3.2.3 to 3.3.0
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v3.2.3...v3.3.0)

Updates `org.apache.pulsar:pulsar-client-api` from 3.2.3 to 3.3.0
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v3.2.3...v3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.pulsar:pulsar-client
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.apache.pulsar:pulsar-client-admin-api
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.apache.pulsar:pulsar-client-api
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/develop/pulsar-clients.version-3.3.0 branch from 2bbc590 to affbc2b Compare June 13, 2024 14:34
@Fameing Fameing merged commit a33079c into develop Jun 13, 2024
5 checks passed
@Fameing Fameing deleted the dependabot/maven/develop/pulsar-clients.version-3.3.0 branch June 13, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant