-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Dependency management and unification with Spring's bom and azure-sdk-bom #21283
Comments
Tagging @pallavit who is working on the azure-sdk-bom tooling and increasing the shipping cadence of the bom to monthly this semester |
FYI, the latest version of Spring Cloud Azure BOM has been renamed to spring-cloud-azure-dependencies and it shipped with the |
Hi, in our case, we want to use a specific version of Azure library and would like to find the most recent spring starter which works with it. The one we want is: It looks like the not found method was introduced in It would be nice if the version table could also provide this kind of information |
@stevenylai you could find it from our changelog https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/spring/CHANGELOG.md, and the Spring Cloud Azure version compatible with |
Description
One of the problems we have is that there are dependency conflicts between the boms shipped from Spring and our azure-sdk bom. We need a way to resolve it.
Option 1
A layered approach where the boms use azure-sdk-bom.
Option 2
We ship another
azure-sdk-dependencies
bom thatazure-spring-cloud-dependencies
andazure-spring-boot-bom
use. Investigation work item #21306Work items
General
Tooling
Notes
The text was updated successfully, but these errors were encountered: