Skip to content

Conversation

Ziemowit
Copy link
Contributor

Current state:

For now Criteria class allows to build or/and/nor operators in style:

operator(Criteria... c)

Requested change:

Criteria class should allow to build or/and/nor operators also in style (similar as it is possible for in/nin operators):

operator(Collection<Criteria> c)

@Ziemowit Ziemowit changed the title DATAMONGO-2428 - Add possibility to use Collection<Criteria> as param… DATAMONGO-2428 - Add possibility to use Collection<Criteria> as parameter in and/or/nor operators Nov 27, 2019
@Ziemowit
Copy link
Contributor Author

Hmm weird fail in Travis. I see it happened also for 2 previous pull requests. Is it some general issue or I made sth wrong?

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 4, 2021
@mp911de mp911de self-assigned this Feb 15, 2021
@mp911de mp911de added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Feb 15, 2021
@mp911de mp911de added this to the 3.2 RC1 (2021.0.0) milestone Feb 19, 2021
mp911de pushed a commit that referenced this pull request Feb 19, 2021
mp911de added a commit that referenced this pull request Feb 19, 2021
Update javadoc, add since tags. Add non-null assertions. Introduce overload for type(…) accepting a collection

See #3286.
Original pull request: #811.
@mp911de
Copy link
Member

mp911de commented Feb 19, 2021

Thank you for your contribution. That's merged and polished now.

@mp911de mp911de closed this Feb 19, 2021
@mp911de mp911de changed the title DATAMONGO-2428 - Add possibility to use Collection<Criteria> as parameter in and/or/nor operators DATAMONGO-2428 - Add possibility to use Collection<Criteria> as parameter in and/or/nor operators Mar 17, 2021
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.

Add possibility to use Collection<Criteria> as parameter in and/or/nor operators [DATAMONGO-2428]

3 participants