cf-java-client
cf-java-client copied to clipboard
Java Client Library for Cloud Foundry
Results
101
cf-java-client issues
Sort by
recently updated
recently updated
newest added
trafficstars
When running the integration tests of cf-java-client, some of them fail because they depend on the [routing-api](https://docs.cloudfoundry.org/concepts/cf-routing-architecture.html). The routing-api is [optional](https://github.com/cloudfoundry/capi-release/blob/46bd541c3c99599dc0d0369a89c001532ef1ce06/jobs/cloud_controller_ng/spec#L1052) and by default not installed. The tests should be...