Skip to content

Commit cb85434

Browse files
Merge pull request #209040 from kushagraThapar/update-azure-spring-data-cosmos-release-notes-with-version-information
Updated spring data cosmos developer guide with compatible version information
2 parents 48d4a6c + 51b0ce3 commit cb85434

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

articles/cosmos-db/sql/sql-api-sdk-java-spring-v3.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,19 @@ The [Spring Framework](https://spring.io/projects/spring-framework) is a program
2323

2424
You can use Spring Data Azure Cosmos DB in your applications hosted in [Azure Spring Apps](https://azure.microsoft.com/services/spring-apps/).
2525

26-
## Spring Boot support policy
26+
## Version Support Policy
2727

28-
Azure Spring Data Cosmos supports multiple [Spring Boot Versions](https://aka.ms/spring/versions). For complete list of currently supported versions, please visit our [Spring Version Mapping](https://aka.ms/spring/versions).
28+
### Spring Boot Version Support
2929

30-
Spring Boot releases are marked as "End of Life" when they are no longer supported or released in any form. If you are running an EOL version, you should upgrade as soon as possible.
30+
This project supports multiple Spring Boot Versions. Visit [spring boot support policy](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-spring-data-cosmos#spring-boot-support-policy) for more information. Maven users can inherit from the `spring-boot-starter-parent` project to obtain a dependency management section to let Spring manage the versions for dependencies. Visit [spring boot version support](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-spring-data-cosmos#spring-boot-version-support) for more information.
3131

32-
Please note that a version can be out of support before it is marked as "End of Life." During this time you should only expect releases for critical bugs or security issues.
32+
### Spring Data Version Support
3333

34-
For more information on Spring Boot supported versions, please visit [Spring Boot Supported Versions](https://github.com/spring-projects/spring-boot/wiki/Supported-Versions).
34+
This project supports different spring-data-commons versions. Visit [spring data version support](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-spring-data-cosmos#spring-data-version-support) for more information.
35+
36+
### Which Version of Azure Spring Data Cosmos Should I Use
37+
38+
Azure Spring Data Cosmos library supports multiple versions of Spring Boot / Spring Cloud. Refer to [azure spring data cosmos version mapping](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/cosmos/azure-spring-data-cosmos/README.md#which-version-of-azure-spring-data-cosmos-should-i-use) for detailed information on which version of Azure Spring Data Cosmos to use with Spring Boot / Spring Cloud version.
3539

3640
> [!IMPORTANT]
3741
> These release notes are for version 3 of Spring Data Azure Cosmos DB.
@@ -62,6 +66,7 @@ For more information on Spring Boot supported versions, please visit [Spring Boo
6266
| Content | Link |
6367
|---|---|
6468
| **Release notes** | [Release notes for Spring Data Cosmos SDK v3](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md) |
69+
| **SDK Documentation** | [Azure Spring Data Cosmos SDK v3 documentation](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/cosmos/azure-spring-data-cosmos/README.md) |
6570
| **SDK download** | [Maven](https://mvnrepository.com/artifact/com.azure/azure-spring-data-cosmos) |
6671
| **API documentation** | [Java API reference documentation](/java/api/overview/azure/spring-data-cosmos-readme?view=azure-java-stable&preserve-view=true) |
6772
| **Contribute to SDK** | [Azure SDK for Java Central Repo on GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/cosmos/azure-spring-data-cosmos) |
@@ -71,9 +76,6 @@ For more information on Spring Boot supported versions, please visit [Spring Boo
7176
| **Troubleshooting** | [Troubleshoot Java SDK v4 (applicable to Spring Data)](troubleshoot-java-sdk-v4-sql.md) |
7277
| **Azure Cosmos DB workshops and labs** |[Cosmos DB workshops home page](https://aka.ms/cosmosworkshop)
7378

74-
> [!IMPORTANT]
75-
> * The 3.5.0 release supports Spring Boot 2.4.3 and above.
76-
7779
## Release history
7880
Release history is maintained in the azure-sdk-for-java repo, for detailed list of releases, see the [changelog file](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md).
7981

@@ -84,7 +86,6 @@ It's strongly recommended to use version 3.22.0 and above.
8486
## Additional notes
8587

8688
* Spring Data Azure Cosmos DB supports Java JDK 8 and Java JDK 11.
87-
* Spring Data 2.3 is currently supported, Spring Data 2.4 is not supported currently.
8889

8990
## FAQ
9091

0 commit comments

Comments
 (0)