You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Dependabot bump (#134) from `spring-boot-starter-parent` 3.5.14 → 4.0.6 is a major version jump. SB4 changes:
Java 17 → 21 baseline (this repo is already on Java 21, so OK)
Servlet 6 / Jakarta EE 10 surface
Project Loom virtual-thread defaults (SB4 enables them in some configs by default)
Package moves — e.g., `ErrorMvcAutoConfiguration` from `autoconfigure.web.servlet` → `webmvc.autoconfigure` (this is the same package move that breaks Springdoc 3 in `cycles-server-admin#152`)
The PR's CI fails on Build & Test, Integration (with contract validation), and scan — all expected for a major version bump that lacks the surrounding migration work.
Scope of the migration
Bump `spring-boot-starter-parent` 3.5.x → 4.0.x in `cycles-protocol-service/pom.xml`
Tracks the Spring Boot 3.x → 4.x migration in `cycles-server`. Currently blocks #134 and is the peer of `runcycles/cycles-server-admin#156`.
Why this isn't a Dependabot merge
The Dependabot bump (#134) from `spring-boot-starter-parent` 3.5.14 → 4.0.6 is a major version jump. SB4 changes:
The PR's CI fails on Build & Test, Integration (with contract validation), and scan — all expected for a major version bump that lacks the surrounding migration work.
Scope of the migration
Cross-repo
Reference