Skip to content

Use Java 8Stream as return type for Template operations returning a stream #3946

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 11 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Jan 24, 2022

We now use Stream instead of CloseableIterator for easier stream creation.

Closes #3944

christophstrobl and others added 10 commits January 13, 2022 15:47
Upgrade to data-commons 3.0 and Java 17 (still source level 16 due to asm).
Remove support for threeten, joda-time.
Transition to PersistentEntitiesFactoryBean from data-commons.
Update build to MongoDB 4.4 and 5 with Java17. Remove Java8 setup.
Fix javadoc tooling error on cdi 1 vs. 2 version mix.
Disabled internal package cycle analysis as this requires transition to ArchUnit.
@mp911de mp911de added the type: enhancement A general enhancement label Jan 24, 2022
…stream.

We now use Stream instead of CloseableIterator for easier stream creation.
@christophstrobl
Copy link
Member

LGTM

christophstrobl pushed a commit that referenced this pull request Feb 3, 2022
…stream.

We now use Stream instead of CloseableIterator for easier stream creation.

Closes: #3944
Original Pull Request: #3946
@christophstrobl
Copy link
Member

Merged to 4.0.x

@mp911de mp911de deleted the issue/4.0.x/3944 branch February 28, 2022 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use Java 8 Stream in stream and aggregateStream Template methods
3 participants