Skip to content

ScrollUtils must not modify source query when creating scroll filter. #5160

Closed
christophstrobl wants to merge 2 commits intomainfrom
issue/5159
Closed

ScrollUtils must not modify source query when creating scroll filter. #5160
christophstrobl wants to merge 2 commits intomainfrom
issue/5159

Conversation

@christophstrobl
Copy link
Copy Markdown
Member

Resolves: #5159

This commit makes sure to create a new filter query object if needed instead of modifying the source query.
In doing so we retain the original source and prevent errors when attempting to alter immutable sources.
@mp911de mp911de added the type: bug A general bug label Feb 11, 2026
mp911de pushed a commit that referenced this pull request Feb 11, 2026
This commit makes sure to create a new filter query object if needed instead of modifying the source query.
In doing so we retain the original source and prevent errors when attempting to alter immutable sources.

Closes #5159
Original pull request: #5160
mp911de added a commit that referenced this pull request Feb 11, 2026
Avoid modification of $or filter list when creating keyset criteria.

See #5159
Original pull request: #5160
mp911de pushed a commit that referenced this pull request Feb 11, 2026
This commit makes sure to create a new filter query object if needed instead of modifying the source query.
In doing so we retain the original source and prevent errors when attempting to alter immutable sources.

Closes #5159
Original pull request: #5160
mp911de added a commit that referenced this pull request Feb 11, 2026
Avoid modification of $or filter list when creating keyset criteria.

See #5159
Original pull request: #5160
mp911de pushed a commit that referenced this pull request Feb 11, 2026
This commit makes sure to create a new filter query object if needed instead of modifying the source query.
In doing so we retain the original source and prevent errors when attempting to alter immutable sources.

Closes #5159
Original pull request: #5160
mp911de added a commit that referenced this pull request Feb 11, 2026
Avoid modification of $or filter list when creating keyset criteria.

See #5159
Original pull request: #5160
@mp911de mp911de added this to the 4.5.9 (2025.0.9) milestone Feb 11, 2026
@mp911de mp911de closed this Feb 11, 2026
@mp911de mp911de deleted the issue/5159 branch February 11, 2026 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: bug A general bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UnsupportedOperationException when scrolling through all entities

3 participants