cloudfoundry-community / autosleep

Auto sleep service for CloudFoundry
Apache License 2.0
39 stars 21 forks source link

Migrate to CC API V3 #296

Open gberche-orange opened 5 years ago

gberche-orange commented 5 years ago

CC API V2 deprecation draft plan has been published. A 6 month overlap is planned by the time the CF CLI is not using CC API V2 anymore. See related mailing list thread at https://lists.cloudfoundry.org/g/cf-dev/message/8494?p=,,,20,0,0,0::Created,,v2+deprecation,20,2,0,29809681

autosleep makes uses of CC API endpoints: see https://github.com/cloudfoundry-community/autosleep/blob/develop/common/src/main/java/org/cloudfoundry/autosleep/access/cloudfoundry/CloudFoundryApiService.java

Corresponding Cf java client support

Missing Cf java client support: