JavaBuildpack versioned external configuration


Svetlin Zarev
 

Hello!

Does the JavaBuildpack supports versioned external configurations ? Imagine I have in my index.yml:

1.1.0: https://repository.example.org/config-1.1.0.tar.gz
1.0.0: https://repository.example.org/config-1.0.0.tar.gz

And the following env variable: JBP_CONFIG_TOMCAT: "{ tomcat: { external_configuration_enabled: true }, external_configuration: { repository_root: \" https://repository.example.org/\" } }"

Then is there a way to tell the buildpack to pick 1.0.0 or 1.1.0 ? Is there something like specifying { version: 1.0.0 } in the env variable ?

Kind regards,
Svetlin

Join {cf-dev@lists.cloudfoundry.org to automatically receive all group messages.