-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Prepare Core libraries for June 2025 GA #45604
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
Prepare Core libraries for June 2025 GA #45604
Conversation
There was a problem hiding this 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 various Core library components to their GA release versions ahead of the June 2025 release. Key changes include updating version numbers in the pom.xml files (and related README and CHANGELOG files) from beta to GA release versions, revising dependency versions (notably switching from 1.56.0-beta.1 to 1.55.4 for azure‐core), and aligning the version_client.txt data with these changes.
Reviewed Changes
Copilot reviewed 50 out of 50 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| sdk/core/azure-core-http-vertx/pom.xml | Update GA version from "1.1.0-beta.1" to "1.0.4" and adjust dependency version. |
| sdk/core/azure-core-http-vertx/CHANGELOG.md | Update the release date and bug fix description with corrected grammar. |
| sdk/core/azure-core-http-okhttp/pom.xml | Update GA version from "1.13.0-beta.1" to "1.12.11" and adjust dependency version. |
| sdk/core/azure-core-http-netty/pom.xml | Update GA version from "1.16.0-beta.1" to "1.15.12" and adjust dependency version. |
| sdk/core/azure-core-http-jdk-httpclient/pom.xml | Update GA version from "1.1.0-beta.1" to "1.0.4" and adjust dependency version. |
| sdk/core/azure-core-amqp/pom.xml | Update GA version from "2.10.0-beta.1" to "2.10.0" for the AMQP library. |
| eng/versioning/version_client.txt | Update version mappings to reflect GA releases for several HTTP client modules. |
Comments suppressed due to low confidence (6)
sdk/core/azure-core-http-vertx/pom.xml:18
- The GA release version '1.0.4' is lower than the previous beta version '1.1.0-beta.1'. Please verify that this change reflects the intended versioning strategy.
<version>1.0.4</version> <!-- {x-version-update;com.azure:azure-core-http-vertx;current} -->
sdk/core/azure-core-http-okhttp/pom.xml:18
- Ensure the GA version '1.12.11' is correctly aligned with the overall versioning strategy, as it is lower than the beta version.
<version>1.12.11</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;current} -->
sdk/core/azure-core-http-netty/pom.xml:18
- Confirm that the GA release version '1.15.12' for azure-core-http-netty is consistent with the intended release plan.
<version>1.15.12</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->
sdk/core/azure-core-http-jdk-httpclient/pom.xml:18
- Verify that updating to GA version '1.0.4' is aligned with the project’s versioning scheme, given the removal of the beta designation.
<version>1.0.4</version> <!-- {x-version-update;com.azure:azure-core-http-jdk-httpclient;current} -->
sdk/core/azure-core-amqp/pom.xml:17
- Ensure that upgrading to GA version '2.10.0' from the beta release is intentional and consistent with dependency versioning.
<version>2.10.0</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
eng/versioning/version_client.txt:89
- Confirm that the version update in version_client.txt accurately reflects the GA release changes for the azure-core HTTP clients.
com.azure:azure-core-http-jdk-httpclient;1.0.3;1.0.4
|
/check-enforcer override |
Description
Prepare the Core libraries for their June 2025 release.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines