Skip to content

Increment versions for eventhubs releases #45384

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

azure-sdk
Copy link
Collaborator

Increment package versions for eventhubs releases

@Copilot Copilot AI review requested due to automatic review settings May 17, 2025 08:21
@github-actions github-actions bot added azure-spring All azure-spring related issues common common module used by all azure SDKs (e.g. client, Mgmt) Event Hubs Monitor - Autoconfigure Monitor OpenTelemetry Autoconfigure labels May 17, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the versions of the azure-messaging-eventhubs-checkpointstore-blob dependency across various Spring, Monitor, and Event Hubs modules, and advances the core checkpoint store package to the next beta.

  • Bump azure-messaging-eventhubs-checkpointstore-blob from 1.20.6 to 1.20.7 in Spring and smoke-test modules
  • Advance core Event Hubs checkpoint store and related perf/stress/docs packages from 1.20.7 to 1.21.0-beta.1
  • Update version_client.txt with the new checkpoint store version progression

Reviewed Changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
sdk/spring/spring-messaging-azure-eventhubs/pom.xml Bumped checkpointstore-blob dependency to 1.20.7
sdk/spring/spring-integration-azure-eventhubs/pom.xml Bumped checkpointstore-blob dependency to 1.20.7
sdk/spring/spring-cloud-azure-stream-binder-eventhubs/pom.xml Bumped checkpointstore-blob dependency to 1.20.7
sdk/spring/spring-cloud-azure-starter-eventhubs/pom.xml Bumped checkpointstore-blob dependency to 1.20.7
sdk/spring/spring-cloud-azure-autoconfigure/pom.xml Bumped checkpointstore-blob dependency to 1.20.7
sdk/monitor/azure-monitor-opentelemetry-exporter/pom.xml Bumped checkpointstore-blob test dependency to 1.20.7
sdk/monitor/azure-monitor-opentelemetry-autoconfigure/pom.xml Bumped checkpointstore-blob test dependency to 1.20.7
sdk/eventhubs/azure-messaging-eventhubs/docs/pom.xml Updated checkpointstore-blob reference to 1.21.0-beta.1
sdk/eventhubs/azure-messaging-eventhubs-track2-perf/pom.xml Updated checkpointstore-blob reference to 1.21.0-beta.1
sdk/eventhubs/azure-messaging-eventhubs-stress/pom.xml Updated checkpointstore-blob reference to 1.21.0-beta.1
sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml Bumped package version to 1.21.0-beta.1
eng/versioning/version_client.txt Advanced checkpointstore-blob from 1.20.7 to 1.21.0-beta.1
common/smoke-tests/pom.xml Bumped checkpointstore-blob test dependency to 1.20.7

@@ -52,7 +52,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
<version>1.20.6</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;dependency} -->
<version>1.20.7</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;dependency} -->
Copy link
Preview

Copilot AI May 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider extracting the hardcoded azure-messaging-eventhubs-checkpointstore-blob version into a shared Maven property (e.g., <checkpointstore.blob.version>) in a parent POM to centralize version management and simplify future bumps.

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure-spring All azure-spring related issues common common module used by all azure SDKs (e.g. client, Mgmt) Event Hubs Monitor - Autoconfigure Monitor OpenTelemetry Autoconfigure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant