Reputation: 209
The documentation is very clear on how to manage different versions of JRE but do you know how Bluemix manage the change of websphere release?
To be concrete, if I launch today my java application on the current websphere 8.5, can I be confident that, if websphere is upgraded to 9.x, I will still have access to the release 8.5?
Upvotes: 3
Views: 136
Reputation: 3546
You can choose between the current liberty buildpack version and a previous version. If the previous buildpack is based on an older version of Liberty, you can get the back level Liberty. However this would be temporary until another buildpack version is released. There is no permanent guarantee that you will have access to older Liberty versions, unless it's a feature introduced by the buildpack - like the ability to choose the Liberty beta. Stay tuned.
'cf buildpacks' command will show you all the buildpacks.
Upvotes: 4