Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 11, 2021

Bumps pulsar.version from 2.3.1 to 2.7.2.
Updates pulsar-client from 2.3.1 to 2.7.2

Release notes

Sourced from pulsar-client's releases.

v2.7.2

Official release notes: apache/pulsar#2

Download area: http://pulsar.apache.org/en/download/

Broker

  • Fix the useless retry when the maximum number of subscriptions is reached #9991
  • wrong timeunit in updating lastLedgerCreationInitiationTimestamp #10049
  • Avoid spammy logs in case of BK problems #10088
  • Fix NonDurableCursorImpl initialPosition by startCursorPosition greater than lastConfirmedEntry problem. #10095
  • fix 8115 Some partitions get stuck after adding additional consumers to the KEY_SHARED subscriptions #10096
  • Add underReplicate state in the topic internal stats #10013
  • Continue graceful shutdown even if web service closing fails #9835
  • Issue 9804: Allow to enable or disable the cursor metrics #9814
  • Allow to configure BookKeeper all BK client features using bookkeeper_ prefix #9232
  • Fix NPEs and thread safety issue in PersistentReplicator #9763
  • Non Persistent Topics: Auto-create partitions even when the auto-creation is disabled #9786
  • Issue 9602: Add schema type validation #9797
  • Fix message not dispatch for key_shared sub type in non-persistent subscription #9826
  • zkBookieRackAffinityMapping bug to support for bookkeeper dnsResolver #9894
  • Messaging Fix delay message block #10078
  • Make PersistentDispatcherMultipleConsumers.readMoreEntries synchronized #10435
  • Fix issue in reusing EntryBatchIndexesAcks instances #10400
  • Fix schema not added when subscribing an empty topic without schema #9853
  • Support advertisedListeners for standalone #10297
  • Fix schema ledger deletion when deleting topic with delete schema. #10383
  • Fix primitive schema upload for ALWAYS_COMPATIBLE strategy. #10386
  • Fix schema type check issue when use always compatible strategy #10367
  • Fix CPU 100% when deleting namespace #10337
  • add return statement to exit asyncMarkDelete early on failure #10272
  • Adding more permits debug statements to better diagnose permit issues #10217

Bookie

  • Fallback to PULSAR_GC if BOOKIE_GC is not defined #9621
  • Fallback to PULSAR_EXTRA_OPTS if BOOKIE_EXTRA_OPTS isn't defined #10397

Dependency upgrade

  • Upgrade Bouncy Castle to 1.68 #9199
  • Upgrade athenz version and remove yahoo.bintray.com repository #10471
  • Upgrade Netty version to 4.1.60.final #10073
  • Upgrade commons-io to address CVE-2021-29425 #10287
  • Upgrade Jetty libraries to 9.4.39.v20210325 #10177

Proxy

  • Issue 10221: Fix authorization error while using proxy and Prefix subscription authentication mode #10226

Pulsar Admin

  • Add get version command for pulsar rest api, pulsar-admin, pulsar-client #9975

... (truncated)

Commits
  • 7bf14b5 Fix CPU 100% when deleting namespace (#10337) (#10454)
  • a695aee Upgrade athenz version and remove yahoo.bintray.com repository (#10079) (#10471)
  • ad22b39 Fix Apache RAT configuration for branch-2.7 (#10469)
  • e73b393 [Functions] Completed work for PR #7555 to allow customizable function loggin...
  • ccc850b Issue 10452: WebSocketHttpServletRequestWrapperTest is failing consistently o...
  • 26ad7e4 Branch-2.7: Remove BookKeeper OpportunisticStriping tests (#10451)
  • df6e726 [Branch-2.7] Fix the build error (#10448)
  • baf04c4 [Kinesis]Fix kinesis sink can not retry to send messages (#10420)
  • 6c01ab4 Fix null error messages of onFailure exception in KinesisSink. (#10416)
  • b68606a [Java Client] Fix concurrency issue in incrementing epoch (#10278) (#10436)
  • Additional commits viewable in compare view

Updates pulsar-client-admin from 2.3.1 to 2.7.2

Release notes

Sourced from pulsar-client-admin's releases.

v2.7.2

Official release notes: apache/pulsar#2

Download area: http://pulsar.apache.org/en/download/

Broker

  • Fix the useless retry when the maximum number of subscriptions is reached #9991
  • wrong timeunit in updating lastLedgerCreationInitiationTimestamp #10049
  • Avoid spammy logs in case of BK problems #10088
  • Fix NonDurableCursorImpl initialPosition by startCursorPosition greater than lastConfirmedEntry problem. #10095
  • fix 8115 Some partitions get stuck after adding additional consumers to the KEY_SHARED subscriptions #10096
  • Add underReplicate state in the topic internal stats #10013
  • Continue graceful shutdown even if web service closing fails #9835
  • Issue 9804: Allow to enable or disable the cursor metrics #9814
  • Allow to configure BookKeeper all BK client features using bookkeeper_ prefix #9232
  • Fix NPEs and thread safety issue in PersistentReplicator #9763
  • Non Persistent Topics: Auto-create partitions even when the auto-creation is disabled #9786
  • Issue 9602: Add schema type validation #9797
  • Fix message not dispatch for key_shared sub type in non-persistent subscription #9826
  • zkBookieRackAffinityMapping bug to support for bookkeeper dnsResolver #9894
  • Messaging Fix delay message block #10078
  • Make PersistentDispatcherMultipleConsumers.readMoreEntries synchronized #10435
  • Fix issue in reusing EntryBatchIndexesAcks instances #10400
  • Fix schema not added when subscribing an empty topic without schema #9853
  • Support advertisedListeners for standalone #10297
  • Fix schema ledger deletion when deleting topic with delete schema. #10383
  • Fix primitive schema upload for ALWAYS_COMPATIBLE strategy. #10386
  • Fix schema type check issue when use always compatible strategy #10367
  • Fix CPU 100% when deleting namespace #10337
  • add return statement to exit asyncMarkDelete early on failure #10272
  • Adding more permits debug statements to better diagnose permit issues #10217

Bookie

  • Fallback to PULSAR_GC if BOOKIE_GC is not defined #9621
  • Fallback to PULSAR_EXTRA_OPTS if BOOKIE_EXTRA_OPTS isn't defined #10397

Dependency upgrade

  • Upgrade Bouncy Castle to 1.68 #9199
  • Upgrade athenz version and remove yahoo.bintray.com repository #10471
  • Upgrade Netty version to 4.1.60.final #10073
  • Upgrade commons-io to address CVE-2021-29425 #10287
  • Upgrade Jetty libraries to 9.4.39.v20210325 #10177

Proxy

  • Issue 10221: Fix authorization error while using proxy and Prefix subscription authentication mode #10226

Pulsar Admin

  • Add get version command for pulsar rest api, pulsar-admin, pulsar-client #9975

... (truncated)

Commits
  • 7bf14b5 Fix CPU 100% when deleting namespace (#10337) (#10454)
  • a695aee Upgrade athenz version and remove yahoo.bintray.com repository (#10079) (#10471)
  • ad22b39 Fix Apache RAT configuration for branch-2.7 (#10469)
  • e73b393 [Functions] Completed work for PR #7555 to allow customizable function loggin...
  • ccc850b Issue 10452: WebSocketHttpServletRequestWrapperTest is failing consistently o...
  • 26ad7e4 Branch-2.7: Remove BookKeeper OpportunisticStriping tests (#10451)
  • df6e726 [Branch-2.7] Fix the build error (#10448)
  • baf04c4 [Kinesis]Fix kinesis sink can not retry to send messages (#10420)
  • 6c01ab4 Fix null error messages of onFailure exception in KinesisSink. (#10416)
  • b68606a [Java Client] Fix concurrency issue in incrementing epoch (#10278) (#10436)
  • 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 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)

Bumps `pulsar.version` from 2.3.1 to 2.7.2.

Updates `pulsar-client` from 2.3.1 to 2.7.2
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v2.3.1...v2.7.2)

Updates `pulsar-client-admin` from 2.3.1 to 2.7.2
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v2.3.1...v2.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 11, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2021

Superseded by #216.

@dependabot dependabot bot closed this Nov 11, 2021
@dependabot dependabot bot deleted the dependabot/maven/develop/pulsar.version-2.7.2 branch November 11, 2021 13:13
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