Commit Graph

11 Commits

Author SHA1 Message Date
Phillip Webb ed588794aa Align reactive auto-configuration names
Rename a few reactive auto-configuration and related classes for better
consistency.

Issue: 46156
2025-06-30 16:57:42 -07:00
Phillip Webb f0abccffbc Create spring-boot-health module
Issue: 46155
2025-06-30 16:57:42 -07:00
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 5a4ecfe087 Break cycle in spring-boot-data-* modules
There was a cycle in the spring-boot-data-* modules.

SpringDataWebAutoConfiguration (which sits at the spring-data-commons
level) referenced RepositoryRestMvcAutoConfiguration (which sits
at the spring-data-rest level). This dependency's expressed in the
wrong direction as data-rest depends on data-commons. The resulting
cycle was not noticable as it was expressed through a String afterName
attribute on `@AutoConfiguration`.

spring-boot-data-commons was also using spring-boot-data-jpa for its
tests, which also results in an inverted dependency relationship.

This commit reworks things so that all of the spring-boot-data-*
modules depend upon spring-boot-data-commons, mirroring the
dependency relationship in Spring Data. The integration tests in
spring-boot-data-commons have been reworked to use Spring Data
directly, avoiding the need for a circular from
spring-boot-data-commons to another spring-boot-data-* module.

Issue: 46071
2025-06-30 16:57:38 -07:00
Andy Wilkinson 7dc60fc942 Remove actuate from restructured metrics package names
Issue: 46071
2025-06-30 16:57:36 -07:00
Andy Wilkinson 6fb14433f9 Move Redis health and metrics auto-config into spring-boot-data-redis
Issue: 46126
2025-06-30 16:57:33 -07:00
Phillip Webb a199949c23 Move Redis Docker Compose support into spring-boot-data-redis
Issue: 46126
2025-06-30 16:57:33 -07:00
Stéphane Nicoll fc584836fd Move Redis testcontainers support into spring-boot-data-redis
Issue: 46126
2025-06-30 16:57:30 -07:00
Andy Wilkinson 2feb5d2f63 Move code from spring-boot-actuator to spring-boot-data-redis
Issue: 46126
2025-06-30 16:57:24 -07:00
Andy Wilkinson 628501f087 Create spring-boot-netty module
Issue: 46143
2025-06-30 16:57:20 -07:00
Stéphane Nicoll 4da2d7e392 Create spring-boot-data-redis module
Issue: 46126
2025-06-27 15:04:46 -07:00