Skip to content

SLING-13133 listChildren must be streaming#64

Open
joerghoh wants to merge 3 commits intomasterfrom
SLING-13133
Open

SLING-13133 listChildren must be streaming#64
joerghoh wants to merge 3 commits intomasterfrom
SLING-13133

Conversation

@joerghoh
Copy link
Copy Markdown
Contributor

@joerghoh joerghoh commented Mar 6, 2026

Currently the MergingServletResourceProvider.listChildren() implementation reads all children of the parentProvider before it returns the iterator over the merged set.

This PR adds unittest coverage plus a conversion of the logic into a streaming approach.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Mar 9, 2026

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