Skip to content

Backport #5777 and #5778 into 4.0#5779

Merged
BalusC merged 1 commit into
4.0from
backport_5777_and_5778_into_4.0
Jun 8, 2026
Merged

Backport #5777 and #5778 into 4.0#5779
BalusC merged 1 commit into
4.0from
backport_5777_and_5778_into_4.0

Conversation

@BalusC

@BalusC BalusC commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Backports the partial-state-saving / component-tree-walk performance work from #5777 and #5778 into 4.0. Follow-up to #5753.

Omits #5777's Cache get()-probe commit — 4.0's Cache.get() already probes with get() before putIfAbsent (it never switched to computeIfAbsent), so that change is a no-op on 4.0. Everything else applies as on 4.1.

🤖 Generated with Claude Code

Omits #5777's Cache get()-probe commit: 4.0's Cache.get() already probes
with get() before putIfAbsent (it never switched to computeIfAbsent), so
that change is a no-op on 4.0.
@BalusC BalusC merged commit dc12f82 into 4.0 Jun 8, 2026
2 of 3 checks passed
@BalusC BalusC deleted the backport_5777_and_5778_into_4.0 branch June 8, 2026 15:34
@BalusC BalusC added this to the 4.0.19 milestone Jun 8, 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.

1 participant