Skip to content

Update Jackson, Netty, Reactor, and Vert.x dependencies#48636

Open
alzimmermsft wants to merge 5 commits intoAzure:mainfrom
alzimmermsft:MiscellaneousUpdates
Open

Update Jackson, Netty, Reactor, and Vert.x dependencies#48636
alzimmermsft wants to merge 5 commits intoAzure:mainfrom
alzimmermsft:MiscellaneousUpdates

Conversation

@alzimmermsft
Copy link
Copy Markdown
Member

Description

Updates dependencies for Jackson, Netty, Reactor, and Vert.x to their latest patch versions.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Copy link
Copy Markdown
Contributor

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 shared dependency versions across the Azure SDK for Java repo, aligning multiple modules on newer patch releases of Jackson, Netty (and netty-tcnative), Reactor (and Reactor Netty), and Vert.x.

Changes:

  • Bump Jackson artifacts to 2.18.6 across core, tooling, and test modules.
  • Bump Netty artifacts to 4.1.132.Final (and netty-tcnative-boringssl-static to 2.0.75.Final), plus Reactor Netty to 1.2.16.
  • Bump Reactor Core/Test to 3.7.17 and Vert.x to 4.5.26, and update external_dependencies.txt accordingly.

Reviewed changes

Copilot reviewed 45 out of 45 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
sdk/webpubsub/azure-messaging-webpubsub-client/pom.xml Updates Netty netty-codec-http and corresponding enforcer include.
sdk/voicelive/azure-ai-voicelive/pom.xml Updates reactor-test version.
sdk/tools/linting-extensions/pom.xml Updates jackson-databind version.
sdk/tools/azure-openrewrite/pom.xml Updates Jackson core/databind/smile versions used by the tool.
sdk/template/azure-template-stress/pom.xml Updates Vert.x vertx-codegen and corresponding enforcer include.
sdk/serialization/azure-json/pom.xml Updates jackson-core version and corresponding enforcer include.
sdk/parents/clientcore-parent/pom.xml Updates managed jackson-databind version for the parent.
sdk/parents/azure-client-sdk-parent/pom.xml Updates managed jackson-databind version for the parent.
sdk/parents/azure-client-sdk-parent-v2/pom.xml Updates managed jackson-databind version for the v2 parent.
sdk/openai/azure-ai-openai-realtime/pom.xml Updates Netty netty-codec-http and corresponding enforcer include.
sdk/modelsrepository/azure-iot-modelsrepository/pom.xml Updates Jackson test/runtime deps and enforcer includes.
sdk/keyvault/azure-security-test-keyvault-jca/pom.xml Updates test jackson-databind version.
sdk/eventhubs/azure-messaging-eventhubs/docs/pom.xml Updates reactor-core version used for docs build.
sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-jedis/pom.xml Updates test reactor-test version.
sdk/e2e/pom.xml Updates test reactor-test version.
sdk/cosmos/fabric-cosmos-spark-auth_3/pom.xml Updates Jackson deps and enforcer includes for the Spark auth module.
sdk/cosmos/azure-cosmos/pom.xml Updates Jackson runtime modules and enforcer includes.
sdk/cosmos/azure-cosmos-tests/pom.xml Updates reactor-test and Jackson test module versions.
sdk/cosmos/azure-cosmos-spark-account-data-resolver-sample/pom.xml Updates Jackson + reactor-test versions and enforcer includes.
sdk/cosmos/azure-cosmos-spark_4-0_2-13/pom.xml Updates Jackson deps for Spark 4.0 / Scala 2.13 module.
sdk/cosmos/azure-cosmos-spark_3/pom.xml Updates Jackson deps, reactor-test, and enforcer includes.
sdk/cosmos/azure-cosmos-spark_3-5/pom.xml Updates Jackson deps for Spark 3.5 module.
sdk/cosmos/azure-cosmos-spark_3-4_2-12/pom.xml Updates Jackson deps for Spark 3.4 / Scala 2.12 module.
sdk/cosmos/azure-cosmos-spark_3-3_2-12/pom.xml Updates Jackson deps for Spark 3.3 / Scala 2.12 module.
sdk/cosmos/azure-cosmos-encryption/pom.xml Updates test reactor-test version.
sdk/core/azure-core/pom.xml Updates Jackson + Reactor versions and enforcer includes for core.
sdk/core/azure-core-version-tests/pom.xml Updates Jackson + Reactor versions and enforcer includes for version tests.
sdk/core/azure-core-tracing-opentelemetry/pom.xml Updates test reactor-test version.
sdk/core/azure-core-test/pom.xml Updates test reactor-test version and enforcer include.
sdk/core/azure-core-serializer-json-jackson/pom.xml Updates Jackson + reactor-test versions and enforcer includes.
sdk/core/azure-core-serializer-json-gson/pom.xml Updates test reactor-test version.
sdk/core/azure-core-serializer-avro-apache/pom.xml Updates test reactor-test version.
sdk/core/azure-core-perf/pom.xml Updates test reactor-test version.
sdk/core/azure-core-management/pom.xml Updates test reactor-test version.
sdk/core/azure-core-http-vertx/pom.xml Updates Vert.x and test reactor-test versions plus enforcer includes.
sdk/core/azure-core-http-okhttp/pom.xml Updates test reactor-test version.
sdk/core/azure-core-http-netty/pom.xml Updates Netty/Reactor Netty/test Reactor versions and enforcer includes.
sdk/core/azure-core-http-jdk-httpclient/pom.xml Updates test reactor-test version.
sdk/core/azure-core-experimental/pom.xml Updates test reactor-test version.
sdk/communication/azure-communication-common/pom.xml Updates test reactor-test version.
sdk/clientcore/http-netty4/pom.xml Updates Netty versions used by clientcore Netty transport.
sdk/batch/microsoft-azure-batch/pom.xml Updates test jackson-core version.
eng/versioning/external_dependencies.txt Updates the tracked external dependency versions for Jackson/Netty/Reactor/Vert.x.
eng/bomgenerator/pom.xml Updates Jackson XML dataformat used by the BOM generator.
common/perf-test-core/pom.xml Updates Vert.x codegen + Reactor core versions and enforcer includes used by perf infra.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Azure.Core azure-core Azure.Identity Azure SDK Tools Label for tracking issues related to Azure SDK Tools Batch clientcore common common module used by all azure SDKs (e.g. client, Mgmt) Communication - Common Cosmos EngSys This issue is impacting the engineering system. Event Hubs KeyVault Models Repository OpenAI OpenTelemetry OpenTelemetry instrumentation Voice Live WebPubSub

Projects

Status: Untriaged
Status: Untriaged

Development

Successfully merging this pull request may close these issues.

4 participants