SIGN IN SIGN UP

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.

0 0 80 Java

Fix self-referential parentId in MappingsEndpoint

The mappings endpoint reported the context's own id as `parentId`
instead of the parent context's id, preventing clients from
reconstructing the context hierarchy from the response. Align with
sibling endpoints (`BeansEndpoint`,
`ConfigurationPropertiesReportEndpoint`, `ConditionsReportEndpoint`)
which already use `parent.getId()`.

See gh-50373

Signed-off-by: Lee JiWon <dlwldnjs1009@gmail.com>
L
Lee JiWon committed
e3058d849b21f704c177306c1cc213cac8d387ba
Parent: f6ef0c1
Committed by Phillip Webb <phil.webb@broadcom.com> on 5/12/2026, 7:26:19 PM