cf-java-client
cf-java-client copied to clipboard
Java Client Library for Cloud Foundry
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...
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...
Missing implementation of http://v3-apidocs.cloudfoundry.org/version/3.92.0/index.html#service-plan-visibility
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...
https://github.com/cloudfoundry/cf-java-client/issues/939
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...
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...
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...
token handling for the below mentioned issue issue link: https://github.com/cloudfoundry/cf-java-client/issues/960