cf-java-client icon indicating copy to clipboard operation
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

Hi Friends, we recently noticed a strange behaviour when creating/deleting service instances using `cf-java-client` that leads to `OutOfMemoryException` and really slow performance. The issue occurs upon unsuccessful service creation/deletion, when...

reactor
triaged
enhancement

i want to fetch the UserProviderService credentials by using DefaultCloudFoundryOperations or CloudFoundryClient, how i can do this. for example i have cassandra db UPS ineed to have the map of...

client
triaged
enhancement

Missing implementation of http://v3-apidocs.cloudfoundry.org/version/3.92.0/index.html#service-plan-visibility

triaged
enhancement

We recently experienced issues with the cf-java-client where the cache duration was set to indefinite by default as detailed in the issue https://github.com/cloudfoundry/cf-java-client/issues/749. However, this happened in an able that...

reactor
triaged

https://github.com/cloudfoundry/cf-java-client/issues/939

bug
client
uaa
triaged

Report from a customer: "We’re trying to use client credentials auth everywhere as opposed to CF users. I hit a problem when trying to create an Org after making that...

bug
operations
triaged

When an ClientV3Exception is thrown there is more details available in the message than exposed through the Error object. Specifically it would be useful to get the content `test_mode_info` which...

client
triaged

Current it is complicated to extend or mock ``AbstractUaaTokenProvider`` because it is locked by ``final`` and package-protected methods. Add an intermediate interface for UAA token providers to allow extending and...

uaa
triaged

token handling for the below mentioned issue issue link: https://github.com/cloudfoundry/cf-java-client/issues/960

bug
uaa
triaged