mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-04 05:01:06 +01:00
ffc822d852
This commit renames 'spring.test.metrics.auto-configure' and 'spring.test.tracing.auto-configure' for consistency with the non-test properties. It also adds a configuration metadata entry for 'spring.test.observability.auto-configure' that's superseded by these two properties. Closes gh-47776