-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed
Description
The Spring Boot plugins CNB integration currently advertises that it supports CNB platform API version 0.3 and 0.4. Since we last updated this, the platform spec has released versions 0.5, 0.6, 0.7, and 0.8. Spring Boot can support 0.3 through 0.8 without adding complexity since the more recent versions do not introduce any breaking changes that affect Spring Boot.
0.5- No relevant changes for Spring Boot
0.6- Buildpacks can provide a default process type instead of platforms being required to provide a default
0.7- Swaps the order of the
detectandanalyzephases; Spring Boot is not affected by this since it only uses thecreatorcomposite phase
- Swaps the order of the
0.8- Enables generation of a new structured SBOM
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement