Skip to content

Commit 5d9d8a7

Browse files
committed
Resolved PR comments
1 parent 5a2ca06 commit 5d9d8a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/nosql/sdk-java-spring-data-v5.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.subservice: nosql
77
ms.devlang: java
88
ms.topic: reference
99
ms.date: 07/24/2023
10-
ms.author: kushagra.thapar
10+
ms.author: kuthapar
1111
ms.custom: devx-track-java, ignite-2022, devx-track-extended-java
1212
---
1313

@@ -16,7 +16,7 @@ ms.custom: devx-track-java, ignite-2022, devx-track-extended-java
1616

1717
[!INCLUDE[SDK selector](../includes/cosmos-db-sdk-list.md)]
1818

19-
The Spring Data Azure Cosmos DB version 5 for NoSQL allows developers to use Azure Cosmos DB in Spring applications. Spring Data Azure Cosmos DB exposes the Spring Data interface for manipulating databases and collections, working with documents, and issuing queries. Both Sync and Async (Reactive) APIs are supported in the same Maven artifact.
19+
The Spring Data Azure Cosmos DB version 5 for NoSQL allows developers to use Azure Cosmos DB in Spring applications. Spring Data Azure Cosmos DB exposes the Spring Data interface for manipulating databases and collections, working with documents, and issuing queries. Both Sync and Async (Reactive) APIs are supported in the same Maven artifact.
2020

2121
The [Spring Framework](https://spring.io/projects/spring-framework) is a programming and configuration model that streamlines Java application development. Spring streamlines the "plumbing" of applications by using dependency injection. Many developers like Spring because it makes building and testing applications more straightforward. [Spring Boot](https://spring.io/projects/spring-boot) extends this handling of the plumbing with an eye toward web application and microservices development. [Spring Data](https://spring.io/projects/spring-data) is a programming model and framework for accessing datastores like Azure Cosmos DB from the context of a Spring or Spring Boot application.
2222

@@ -84,7 +84,7 @@ It's strongly recommended to use version 5.3.0 and above.
8484

8585
## Additional notes
8686

87-
* Spring Data Azure Cosmos DB supports Java JDK 8 and Java JDK 11.
87+
* Spring Data Azure Cosmos DB v5 supports only Java JDK 17 and above.
8888

8989
## FAQ
9090

0 commit comments

Comments
 (0)