CloudFoundry client 3.14.0.RELEASE API not updated for multiple buildpacks


Shetty, Viraj S [CTR]
 

We have a zero downtime restage capability that we have added to our apps which make use of the ApplicationManifest class. However, this fails for multiple buildpacks because no method exists to retrieve multiple buildpacks. Currently the only method in the classes below is the getBuidpack() which returns the first buildpack. 

org.cloudfoundry.operations.applications.ApplicationManifest
org.cloudfoundry.operations.applications.ApplicationDetail

When will the classes be updated to get a List instead of a String ? Ist here any other Java class that I can use to get the list of buildpacks assocated wth an app deployment ?