Skip to content

DATACMNS-716 - Allow collection executions with wrapper types as return values. #130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from

Conversation

thomasdarimont
Copy link

We now support CollectionExecutions in query derivation in combination with Wrapper types like (Future, Optional, CompletableFuture, ListenableFuture) that wrap a collection, e.g. Future<List>.
Previously we used the “raw” return type which tricked our detection for Collection / Page / Slice executions.

Thomas Darimont added 3 commits June 17, 2015 16:59
…rn values.

Temporarily use Spring 4.2.0 to get support for CompletableFuture + async from spring-core.
…rn values.

We now support CollectionExecutions in query derivation in combination with Wrapper types like (Future, Optional, CompletableFuture, ListenableFuture) that wrap a collection, e.g. Future<List<User>>.
Previously we used the “raw” return type which tricked our  detection for Collection / Page / Slice executions.

Original pull request: #130.
thomasdarimont pushed a commit that referenced this pull request Jun 17, 2015
…rn values.

We now support collection executions in query derivation in combination with wrapper types like (Future, Optional, CompletableFuture, ListenableFuture) that wrap a collection, e.g. Future<List<User>>. Previously we used the "raw" return type which tricked our detection for Collection / Page / Slice executions.

Original pull request: #130.
thomasdarimont pushed a commit that referenced this pull request Jun 17, 2015
…rn values.

We now support collection executions in query derivation in combination with wrapper types like (Future, Optional) that wrap a collection, e.g. Future<List<User>>. Previously we used the "raw" return type which tricked our detection for Collection / Page / Slice executions.

Original pull request: #130.
thomasdarimont pushed a commit that referenced this pull request Jun 17, 2015
…rn values.

We now support collection executions in query derivation in combination with wrapper types like (Future, Optional) that wrap a collection, e.g. Future<List<User>>. Previously we used the "raw" return type which tricked our detection for Collection / Page / Slice executions.

Original pull request: #130.
@odrotbohm odrotbohm closed this Jun 17, 2015
@odrotbohm odrotbohm deleted the issue/DATACMNS-716 branch June 17, 2015 16:24
thomasdarimont pushed a commit that referenced this pull request Jun 22, 2015
…rn values.

We now support collection executions in query derivation in combination with wrapper types like (Future, Optional) that wrap a collection, e.g. Future<List<User>>. Previously we used the "raw" return type which tricked our detection for Collection / Page / Slice executions.

Original pull request: #130.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants