mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
This commit ensures that both `ObservationRegsitry` and `ServerRequestObservationConvention` beans are automatically detected in the application context if they are unique. This aligns with the existing behavior for all other builder methods. Closes gh-31205