spring-data-gremlin
spring-data-gremlin copied to clipboard
We are in the process of deprecating Spring Data Gremlin. -- Provide generic annotation oriented programming form based on gremlin for graph database
I am trying to use findByNameContainingIgnoreCase while working on GremlinRepository... but it is throwing error like - java.lang.UnsupportedOperationException: Unsupported keyword: CONTAINING (1): [IsContaining, Containing, Contains] Even not working for any...
Deprecate repo spring data gremlin, only readme.md is left. [issue link](https://github.com/Azure/azure-sdk-for-java/issues/21945)
Bumps [spring-framework-bom](https://github.com/spring-projects/spring-framework) from 5.2.6.RELEASE to 5.2.9.RELEASE. Release notes Sourced from spring-framework-bom's releases. v5.2.9.RELEASE :star: New Features HttpHeaders.setContentDispositionFormData should ignore empty filename #25769 StringDecoder does not provide a way to configure...
**Your issue may already be reported! Please search before creating a new one.** ## Expected Behavior * placeholder ## Current Behavior * placeholder ## Possible Solution * placeholder ## Steps...
Bumps ant from 1.9.15 to 1.10.9. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
## Description This is a small improvement of the `readProperty` method: I replaced the unchecked cast with some more robust ones that don't rely on a specific implementation of `java.util.Map`....
## Description This is the fix related to my comment in https://github.com/microsoft/spring-data-gremlin/issues/230#issuecomment-536178388 about the issue I'm facing in my Java application using `spring-data-gremlin` working with `janusgraph` database ``` java.lang.IllegalArgumentException: should...
## Description Support `@Query` annotation from GremlinRepository. Integration test is validated against Microsoft Cosmos DB ( and also a JanusGraph setup ). This also fixes https://github.com/microsoft/spring-data-gremlin/issues/248 ## Related PRs List...