Skip to content

Spring Boot 4: Migrate actuate.health package to health.contributor#927

Merged
timtebeek merged 2 commits intomainfrom
sb4-health
Jan 31, 2026
Merged

Spring Boot 4: Migrate actuate.health package to health.contributor#927
timtebeek merged 2 commits intomainfrom
sb4-health

Conversation

@knutwannheden
Copy link
Contributor

  • Add ChangePackage entry to MigrateAutoconfigurePackages recipe to migrate org.springframework.boot.actuate.healthorg.springframework.boot.health.contributor
  • Covers AbstractHealthIndicator, Health, HealthIndicator, and all other types in the package (recursive)
  • Add test verifying the health package migration in MigrateToModularStartersTest

- Add `ChangePackage` entry to `MigrateAutoconfigurePackages` recipe to migrate `org.springframework.boot.actuate.health` → `org.springframework.boot.health.contributor`
- Covers `AbstractHealthIndicator`, `Health`, `HealthIndicator`, and all other types in the package (recursive)
- Add test verifying the health package migration in `MigrateToModularStartersTest`
@github-project-automation github-project-automation bot moved this from In Progress to Ready to Review in OpenRewrite Jan 30, 2026
@timtebeek timtebeek merged commit 479f321 into main Jan 31, 2026
2 checks passed
@timtebeek timtebeek deleted the sb4-health branch January 31, 2026 11:34
@github-project-automation github-project-automation bot moved this from Ready to Review to Done in OpenRewrite Jan 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants