Soma Lucz

Results 5 issues of Soma Lucz

**Describe the bug** I updated `spring-boot-starter-parent` from `2.4.3` to `2.4.4` in my project, which has `azure-spring-data-cosmos` (`3.5.1`, also tried with `3.5.0`) as a dependency (thus having `azure-cosmos` `4.13.1`/`4.13.0` as a...

bug
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

The modules in the import-export cypher queries are connected with the following condition: ```Cypher exporter.parsedFilePath CONTAINS import.moduleSpecifier ``` If `exporter.js` exports `export { name1 as exportedName1 }` and `importer.js` imports...

question

After merging imports and exports, we should have one global scope for a project with the child scopes connected. Now we have one GlobalScope for each imported file.

enhancement

I am not sure how to display imported namespaces in the ASG. If no other variables are created in the importer module, the variable map is not even created. Not...

question