Commit Graph

16 Commits

Author SHA1 Message Date
Phillip Webb d4be64f12d Restructure autoconfigure packages
Restructure modules packages so that all auto-configuration is
organized under single top-level autoconfigure package.

Issue: 46071

Co-authored-by: Andy Wilkinson <andy.wilkinson@broadcom.com>
2025-06-30 16:57:42 -07:00
Andy Wilkinson f49aaa5808 Remove most deprecated APIs that were due for removal in 4.0
Support for rest controller, controler, and servlet endpoints has
been kept for now.

Issue: 45600
2025-06-30 16:57:41 -07:00
Andy Wilkinson d8598863dd Minimize what remains of actuator-autoconfigure-all
Issue: 46071
2025-06-30 16:57:41 -07:00
Andy Wilkinson 87fabd2752 Move code from docker-compose-all into relevant modules
Issue: 46071
2025-06-30 16:57:41 -07:00
Andy Wilkinson 973f8dcb88 Move code out of testcontainers-all into relevant modules
Issue: 46071
2025-06-30 16:57:41 -07:00
Phillip Webb 4e2fbd3e71 Introduce ObservationHandlerGroup interface
Add a new `ObservationHandlerGroup` interface that allows grouping
logic to be implemented by the metrics and tracing modules. This
update removes the need for `ObservabilityAutoConfiguration`.

Issue: 45746
2025-06-30 16:57:40 -07:00
Andy Wilkinson d19d1b9dee Move SSL auto-configuration out of actuator-autoconfigure-all
Issue: 46071
2025-06-30 16:57:40 -07:00
Andy Wilkinson 06156f83d8 Move code out of spring-boot-actuator-autoconfigure-all
Issue: 46071
2025-06-30 16:57:39 -07:00
Andy Wilkinson 875d02a77c Move task metrics auto-configuration into spring-boot-metrics
Issue: 46147
2025-06-30 16:57:38 -07:00
Andy Wilkinson d7018f8824 Rename spring-boot-micrometer-observation to spring-boot-observation
Issue: 46150
2025-06-30 16:57:38 -07:00
Andy Wilkinson 54abdf8b95 Create spring-boot-micrometer-observation module
Issue: 46150
2025-06-30 16:57:37 -07:00
Andy Wilkinson f100e50c2f Move metrics export into spring-boot-metrics
Issue: 46147
2025-06-30 16:57:36 -07:00
Stéphane Nicoll 9222e52430 Remove endpoint infrastructure dependency from spring-boot-metrics
Issue: 46071
2025-06-30 16:57:35 -07:00
Stéphane Nicoll e90fc06d26 Move actuator test support out spring-boot-actuator-integration-tests
Issue: 46071
2025-06-30 16:57:34 -07:00
Andy Wilkinson aac9d64797 Reduce dependencies of spring-boot-actuator
Issue: 46071
2025-06-30 16:57:34 -07:00
Andy Wilkinson 5e261d881d Create spring-boot-metrics module
Issue: 46147
2025-06-30 16:57:28 -07:00