You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/sql/sql-api-sdk-java-spring-v3.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,19 @@ The [Spring Framework](https://spring.io/projects/spring-framework) is a program
23
23
24
24
You can use Spring Data Azure Cosmos DB in your applications hosted in [Azure Spring Apps](https://azure.microsoft.com/services/spring-apps/).
25
25
26
-
## Spring Boot support policy
26
+
## Version Support Policy
27
27
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
29
29
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.
31
31
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
33
33
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.
35
39
36
40
> [!IMPORTANT]
37
41
> 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
62
66
| Content | Link |
63
67
|---|---|
64
68
|**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)|
|**API documentation**|[Java API reference documentation](/java/api/overview/azure/spring-data-cosmos-readme?view=azure-java-stable&preserve-view=true)|
67
72
|**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
71
76
|**Troubleshooting**|[Troubleshoot Java SDK v4 (applicable to Spring Data)](troubleshoot-java-sdk-v4-sql.md)|
72
77
| **Azure Cosmos DB workshops and labs** |[Cosmos DB workshops home page](https://aka.ms/cosmosworkshop)
73
78
74
-
> [!IMPORTANT]
75
-
> * The 3.5.0 release supports Spring Boot 2.4.3 and above.
76
-
77
79
## Release history
78
80
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).
79
81
@@ -84,7 +86,6 @@ It's strongly recommended to use version 3.22.0 and above.
84
86
## Additional notes
85
87
86
88
* 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.
0 commit comments