cf-java-client icon indicating copy to clipboard operation
cf-java-client copied to clipboard

Migrate Operations to use V3 API

Open Kehrlann opened this issue 2 months ago • 1 comments

To address CAPI v2 EOL (#1312), we need to migrate all Operations classes to use the v3 API. This work will induce breaking changes.

This issue tracks all the operations individually to follow what has been ported

To port

  • [ ] DefaultApplications
  • [ ] DefaultServices
  • [ ] DefaultOrganizationAdmin
  • [ ] DefaultOrganizations.java
  • [ ] DefaultServiceAdmin
  • [ ] DefaultSpaceAdmin
  • [ ] DefaultSpaces
  • [ ] DefaultStacks
  • [ ] DefaultUserAdmin
  • [ ] DefaultNetworkPolicies
  • [ ] DefaultRoutes

Done

  • [x] DefaultBuildPacks (#1323)
  • [x] DefaultDomains (#1327 )

Delivered

None

Kehrlann avatar Dec 10 '25 09:12 Kehrlann