[Service Bus] Prepare 7.18.0 for release - #50491
Draft
Eldert Grootenboer (EldertGrootenboer) wants to merge 2 commits into
Draft
Eldert Grootenboer (EldertGrootenboer) wants to merge 2 commits into
Eldert Grootenboer (EldertGrootenboer) wants to merge 2 commits into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Eldert Grootenboer (EldertGrootenboer)
requested a lite review from Copilot
September 16, 2026 20:09
|
Azure Pipelines: Successfully started running 1 pipeline(s). 35 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Copilot started reviewing on behalf of
Eldert Grootenboer (EldertGrootenboer)
September 16, 2026 20:10
View session
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
Stress and track2-perf modules still reference 7.18.0-beta.4 instead of the GA artifact.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Prepares the Azure Service Bus Java client for the 7.18.0 GA release.
Changes:
- Updates version metadata, Maven files, and README references to
7.18.0. - Consolidates preview release notes into the October 6, 2026 changelog entry.
- Stress and track2-perf modules still reference
7.18.0-beta.4.
File summaries
| File | Description |
|---|---|
sdk/servicebus/azure-messaging-servicebus/README.md |
Updates the dependency example. |
sdk/servicebus/azure-messaging-servicebus/pom.xml |
Sets the package version to GA. |
sdk/servicebus/azure-messaging-servicebus/docs/pom.xml |
Updates the documentation dependency. |
sdk/servicebus/azure-messaging-servicebus/CHANGELOG.md |
Consolidates preview notes into the GA entry. |
eng/versioning/version_client.txt |
Updates the current Service Bus version. |
Review details
Suppressed comments (1)
sdk/servicebus/azure-messaging-servicebus/pom.xml:17
- This GA bump is not propagated to the two POMs that consume this artifact:
azure-messaging-servicebus-stress/pom.xml:48andazure-messaging-servicebus-track2-perf/pom.xml:26still use7.18.0-beta.4under acurrentupdate marker. Sincesdk/servicebus/ci.yml:56-62builds the perf module as an additional module, those builds continue to validate against the prerelease instead of 7.18.0; update both dependency versions as part of this release.
<version>7.18.0</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
- Files reviewed: 5/5 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
- Use the 7.18.0 GA dependency in stress and perf modules Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Eldert Grootenboer (EldertGrootenboer)
requested a lite review from Copilot
September 16, 2026 20:32
Copilot started reviewing on behalf of
Eldert Grootenboer (EldertGrootenboer)
September 16, 2026 20:32
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The five Azure Service Bus client libraries are still configured for
prerelease versions, and their release notes are split across preview
CHANGELOG entries.
Fix
Set each library to its stable GA version and consolidate the complete preview
line under a dated October 6, 2026 release entry.
Changes
eng/versioning/version_client.txtsdk/servicebus/azure-messaging-servicebus/CHANGELOG.mdsdk/servicebus/azure-messaging-servicebus/README.mdsdk/servicebus/azure-messaging-servicebus/docs/pom.xmlsdk/servicebus/azure-messaging-servicebus/pom.xmlCross-SDK alignment
Testing
mvn test -f sdk/servicebus/azure-messaging-servicebus/pom.xmlpassed.