odata icon indicating copy to clipboard operation
odata copied to clipboard

SDL OData Framework

Results 47 odata issues
Sort by recently updated
recently updated
newest added

Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 5.3.22 to 6.0.0. Release notes Sourced from spring-web's releases. v6.0.0 See What's New in Spring Framework 6.x and Upgrading to Spring Framework 6.x for upgrade instructions and...

dependencies

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4 to 2.13.4.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.13.4&new-version=2.13.4.1)](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...

dependencies

I have a resource that is paginated, and I want to include a `nextLink` in the metadata of my response. I've tried by using the `addMeta` function on my `QueryResult`,...

Trawling through the odata-example code with an eye to making it do my bidding I find class QueryOperation used in InMemoryDataSourceProvider.QueryOperationStrategy(), and imported thus: com.sdl.odata.api.processor.query.QueryOperation. Yet in the odata codebase...

The libraries should be updated. For example: ```xml 5.1.15.RELEASE 2.1.14.RELEASE ``` The current version of Spring Boot is 2.5.4 and the current version of Spring is 5.3.9. Additionally, it seems...

I see that there's support in the parser for the `$skiptoken` option, but the `SkipTokenOption` gets dropped in `QueryModelBuilder`. I'm prepared to add such support (e.g. by adding a `SkipTokenOperation(op,...

Hello, does operation `in` supported by framework? https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conventions.html#_Toc31360968

I am not able to make nested queries work (esp $expand and $filter)? Not sure if I am not doing it right or the operations are not supported yet? GET...