cloudfoundry / java-buildpack-auto-reconfiguration

Auto-reconfiguration functionality for the Java Buildpack
Apache License 2.0
219 stars 103 forks source link

Auto-reconfiguration of Spring and Play services only works with run.pivotal.io services. #37

Closed scottfrederick closed 10 years ago

scottfrederick commented 10 years ago

Auto-reconfiguration of Spring and Play services relies on detection of services based on the labels used for run.pivotal.io marketplace services. Services deployed locally using BOSH services releases or Pivotal CF will not be detected by auto-reconfiguration.

nebhale commented 10 years ago

@scottfrederick Have you checked whether this is still in issue in the latest versions of the auto-reconfiguration behavior?

scottfrederick commented 10 years ago

I just tested a Play app pushed to Pivotal CF, and the db connection is getting auto-reconfigured properly. Looks like we can close this.