azure-sdk-for-java icon indicating copy to clipboard operation
azure-sdk-for-java copied to clipboard

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned...

Results 569 azure-sdk-for-java issues
Sort by recently updated
recently updated
newest added

cosmos is a document DB, and one record could be large. Sometimes it's desired to only update part of the document instead of the whole document. This story is to...

Client
feature-request
azure-spring
azure-spring-cosmos

Container id field currently supports only types: String, int and long. But internally it is GUID/UUID serialized as a string. It would be great to support UUID directly. Related [docs](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/cosmos/azure-spring-data-cosmos#spring-data-annotations)...

question
Cosmos
Client
customer-reported
azure-spring-cosmos

**Is your feature request related to a problem? Please describe.** Looking up or deleting multiple items with `CosmosRepository` (of azure-spring-data-cosmos) cannot be done without fan-out queries, in one step (as...

question
Cosmos
Client
customer-reported
feature-request
azure-spring-cosmos

JPQL queries are able to handle null params with "(:param is null or .....)" like described here https://www.baeldung.com/spring-data-jpa-null-parameters#Ignoring How can we achieve it with spring-data-cosmos ?

Client
customer-reported
feature-request
azure-spring
azure-spring-cosmos

**Describe the solution you'd like** Please add support for [IS_DEFINED](https://docs.microsoft.com/en-us/azure/cosmos-db/sql-query-is-defined) function for Cosmos Criteria API.

question
Cosmos
Client
customer-reported
azure-spring-cosmos

**Describe the bug** When a SqlQuerySpec issues a query containing a **datetime string inequality** the query returns no results even when it would be expected. Queries which bypass SqlQuerySpec and...

Cosmos
azure-spring-cosmos

**Is your feature request related to a problem? Please describe.** spring-data-cosmos @CosmosIndexingPolicy does not support specifying composite indexes, spatial indexes, or range indexes **Describe the solution you'd like** Extend the...

question
Cosmos
Client
customer-reported
needs-team-attention
azure-spring-cosmos

**Is your feature request related to a problem? Please describe.** Once you specify an index policy using @CosmosIndexingPolicy it is effectively permanent unless you change it through some other means...

question
Cosmos
Client
customer-reported
needs-team-attention
azure-spring-cosmos

**Describe the bug** When using CosmosTemplate.runPaginationQuery method to get a page of documents, if the query string provided using collection join and distinct, the count returned is wrong. ` public...

question
bug
Cosmos
Client
customer-reported
needs-team-attention
azure-spring
azure-spring-cosmos

**Query/Question** I want to define a custom query using @Query annotation that I know will return either one document or none. I tried to define the Repository interface like below....

question
Client
customer-reported
azure-spring
azure-spring-cosmos