Hi Scab team, I'm wondering how the scab project team is preparing to handle CF CAPI V2 EOL tracked in https://github.com/cloudfoundry/community/issues/1001. The CAPI V2 removal from codebase is planned mid/end 2026 according to [RFC0032 - CF API v2 End of Life](https://github.com/cloudfoundry/community/blob/main/toc/rfc/rfc-0032-cfapiv2-eol.md) > Phase 3 (after Checkpoint 2, ~mid/end 2026) > Turn CF API v2 permanently off for CAPI/cf-deployment. > Engineering work to remove CF API v2 from CAPI. I see the cloudfoundry deployer is [relying on some remaining V2 api](https://github.com/spring-cloud/spring-cloud-app-broker/blob/d7ff012931faee07fe750c2812138e56d06eb1f1/spring-cloud-app-broker-deployer-cloudfoundry/src/main/java/org/springframework/cloud/appbroker/deployer/cloudfoundry/CloudFoundryAppDeployer.java#L43-L53) I see the acceptance tests are [fully using V2 API](https://github.com/spring-cloud/spring-cloud-app-broker/blob/d7ff012931faee07fe750c2812138e56d06eb1f1/spring-cloud-app-broker-acceptance-tests/src/test/java/org/springframework/cloud/appbroker/acceptance/fixtures/cf/CloudFoundryService.java#L38-L64) CF java client support for V3 seems mostly lacking cloudfoundry-operations support, see https://github.com/cloudfoundry/cf-java-client/issues/1312 Is there plans in SCAB to migrate acceptance tests to cloudfoundry-client instead of cloudfoundr-operations ? Thanks in advance for insights
Hi Scab team, I'm wondering how the scab project team is preparing to handle CF CAPI V2 EOL tracked in cloudfoundry/community#1001.
The CAPI V2 removal from codebase is planned mid/end 2026 according to RFC0032 - CF API v2 End of Life
I see the cloudfoundry deployer is relying on some remaining V2 api
I see the acceptance tests are fully using V2 API
CF java client support for V3 seems mostly lacking cloudfoundry-operations support, see cloudfoundry/cf-java-client#1312
Is there plans in SCAB to migrate acceptance tests to cloudfoundry-client instead of cloudfoundr-operations ?
Thanks in advance for insights