Commit Graph

18 Commits

Author SHA1 Message Date
Andy Wilkinson 88f4af7577 Polish "Add @MeterTag support to existing @Timed and @Counted support"
See gh-46007
2025-07-02 14:38:55 +01:00
Dominique Villard 8b04ace139 Add @MeterTag support to existing @Timed and @Counted support
Signed-off-by: Dominique Villard <dominique.villard@doctolib.com>

See gh-46007
2025-07-02 13:57:21 +01:00
Phillip Webb 95b3c367ce Restructure autoconfigure packages
Restructure modules packages so that all auto-configuration is
organized under single top-level autoconfigure package.

See gh-46071

Co-authored-by: Andy Wilkinson <andy.wilkinson@broadcom.com>
2025-07-01 12:31:11 +01:00
Andy Wilkinson f90a5986e5 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.

Closes gh-45600
2025-07-01 12:31:10 +01:00
Andy Wilkinson 299ed11f9c Minimize what remains of actuator-autoconfigure-all
See gh-46071
2025-07-01 12:31:10 +01:00
Andy Wilkinson 93d3ead813 Move code from docker-compose-all into relevant modules
See gh-46071
2025-07-01 12:31:09 +01:00
Andy Wilkinson ccb7cb3005 Move code out of testcontainers-all into relevant modules
See gh-46071
2025-07-01 12:31:09 +01:00
Phillip Webb 98506c666d 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`.

Closes gh-45746
2025-07-01 12:03:09 +01:00
Andy Wilkinson 2f837eebc7 Move SSL auto-configuration out of actuator-autoconfigure-all
See gh-46071
2025-07-01 12:03:08 +01:00
Andy Wilkinson 70a540fb5b Move code out of spring-boot-actuator-autoconfigure-all
See gh-46071
2025-07-01 12:03:00 +01:00
Andy Wilkinson 48511797d7 Move task metrics auto-configuration into spring-boot-metrics
Closes gh-46147
2025-07-01 12:02:54 +01:00
Andy Wilkinson cce712b1a9 Rename spring-boot-micrometer-observation to spring-boot-observation
See gh-46150
2025-07-01 12:02:52 +01:00
Andy Wilkinson 6e677d6876 Create spring-boot-micrometer-observation module
See gh-46150
2025-07-01 12:02:40 +01:00
Andy Wilkinson f82a3fbc06 Move metrics export into spring-boot-metrics
See gh-46147
2025-07-01 12:02:39 +01:00
Stéphane Nicoll 2154ab77a8 Remove endpoint infrastructure dependency from spring-boot-metrics
See gh-46071
2025-07-01 12:02:18 +01:00
Stéphane Nicoll d2a3e5baf3 Move actuator test support out spring-boot-actuator-integration-tests
See gh-46071
2025-07-01 12:02:17 +01:00
Andy Wilkinson a50c75b3e3 Reduce dependencies of spring-boot-actuator
See gh-46071
2025-07-01 12:02:15 +01:00
Andy Wilkinson f8f9beab17 Create spring-boot-metrics module
See gh-46147
2025-07-01 12:00:46 +01:00