Reputation: 251
What is the highest version of spring boot that can be used which is compatible with cloud foundry?
Is there any issue with 1.4.1 with cloudfoundry? i have tested the application using 1.3.8 and that works.
What buildpacks version are needed?
Upvotes: 0
Views: 200
Reputation: 5155
Spring Boot 1.3 and earlier will work with any version of the Cloud Foundry Java Buildpack. Boot 1.4 and later require Java Buildpack 3.8 or later.
Upvotes: 4