Commit Graph

11 Commits

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

Closes gh-46156
2025-07-01 12:31:12 +01:00
Phillip Webb 3ca1e91cde Create spring-boot-health module
Closes gh-46155
2025-07-01 12:31:12 +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 c474f24fe8 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.

See gh-46071
2025-07-01 12:02:58 +01:00
Andy Wilkinson ab88b56bdf Remove actuate from restructured metrics package names
See gh-46071
2025-07-01 12:02:37 +01:00
Andy Wilkinson 12f3d7f4c9 Move Redis health and metrics auto-config into spring-boot-data-redis
Closes gh-46126
2025-07-01 12:02:08 +01:00
Phillip Webb a702c13729 Move Redis Docker Compose support into spring-boot-data-redis
See gh-46126
2025-07-01 12:01:55 +01:00
Stéphane Nicoll ba0a189d51 Move Redis testcontainers support into spring-boot-data-redis
See gh-46126
2025-07-01 12:01:26 +01:00
Andy Wilkinson 60fd9f7174 Move code from spring-boot-actuator to spring-boot-data-redis
See gh-46126
2025-07-01 11:59:20 +01:00
Andy Wilkinson 35818d1f70 Create spring-boot-netty module
Closes gh-46143
2025-07-01 11:58:23 +01:00
Stéphane Nicoll 973ecd0913 Create spring-boot-data-redis module
See gh-46126
2025-07-01 11:57:20 +01:00