Skip to content
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

Add version mapping between spring-boot and azure-sdk-bom #26891

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/boms/azure-sdk-bom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.1.0 (2021-01-22)
## 1.1.0 (2022-01-22)

### Dependency Updates

Expand Down
11 changes: 11 additions & 0 deletions sdk/boms/azure-sdk-bom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ result in all dependencies being included in your project.
</dependencyManagement>
```

#### Determine the version of azure-sdk-bom according to the version of Spring Boot

If you are using Spring Boot in your project, you can determine the version of azure-sdk-bom according to the version of Spring Boot.

| Version of Spring Boot | Version of azure-sdk-bom |
| ---------------------- | ----------------------- |
| 2.6.x | 1.1.0 |
| 2.5.x | 1.0.6 |
| 2.4.x | 1.0.3 |
| < 2.4.0 | Not supported |

### Adding libraries to your project

After adding the BOM, Azure client libraries included in the BOM are now available to be added as a dependency without
Expand Down