-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Upgrade Netty and Reactor patch versions #47611
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
base: main
Are you sure you want to change the base?
Upgrade Netty and Reactor patch versions #47611
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 upgrades patch versions of Netty and Reactor dependencies to address potential bug fixes and improvements in those libraries. The upgrade maintains compatibility by staying within the same minor version families (Netty 4.1.x, Reactor 3.7.x, Reactor Netty 1.2.x).
- Netty upgraded from 4.1.127.Final to 4.1.130.Final
- Reactor Core upgraded from 3.7.11 to 3.7.14
- Reactor Netty HTTP upgraded from 1.2.10 to 1.2.13
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| eng/versioning/external_dependencies.txt | Central dependency version registry updated with new Netty and Reactor versions |
| sdk/core/azure-core/pom.xml | Updated reactor-core dependency version and bannedDependencies configuration |
| sdk/core/azure-core-version-tests/pom.xml | Updated reactor-core dependency version and bannedDependencies configuration |
| sdk/core/azure-core-http-netty/pom.xml | Updated all Netty dependencies, reactor-netty-http, and bannedDependencies configuration |
| sdk/clientcore/http-netty4/pom.xml | Updated all Netty dependencies and bannedDependencies configuration |
| sdk/webpubsub/azure-messaging-webpubsub-client/pom.xml | Updated netty-codec-http dependency and bannedDependencies configuration |
| sdk/openai/azure-ai-openai-realtime/pom.xml | Updated netty-codec-http dependency and bannedDependencies configuration |
| sdk/eventhubs/azure-messaging-eventhubs/docs/pom.xml | Updated reactor-core dependency version |
| common/perf-test-core/pom.xml | Updated reactor-core version in bannedDependencies configuration |
Description
Upgrades Netty and Reactor dependencies to the latest patch versions of the minor versions we use.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines