Reputation: 365
Does Cloudfoundry have support for Java 7? Can I deploy a Spring Application compiled with Java 7?
Thanks, Cristian
Upvotes: 0
Views: 333
Reputation: 721
Upvotes: 0
Reputation:
Yes you can deploy an Java application and specify a Java 7 runtime using vmc push --runtime=java7
There is a template for deploying Tomcat 7 applications https://github.com/ericbottard/cloudfoundry-tomcat-7 but I'm not sure whether you can do that from within STS at the moment.
Upvotes: 0
Reputation: 6079
YES. New Cloud Foundry eclipse integration release supports java7 application. Java 7 is also now supported for Grails, Java Web and Spring applications. Visit this link to learn more about this.
Upvotes: 2