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 All, This issue is same as related to one opened on CF CLI https://github.com/cloudfoundry/cli/issues/1582 CF CC has a rate limit of unauthenticated calls per IP. In our situation some...

triaged
enhancement

Documented in the case of https://github.com/promregator/promregator/issues/96#issuecomment-490585118, Promregator (a consumer of cf-java-client) encountered the situation that the CF Cloud Controller did not respond with a proper response, but only returned the...

triaged
enhancement

Hi, I am using disable service access and encountered certain issues. Here are few combinations that are **not working.** 1. When I use the following command to **enable a particular...

bug
client
triaged

Make the logging more informative for the developer. Change simply the code from ``` public UaaException(Integer statusCode, String error, String errorDescription) { super(statusCode, String.format("%s: %s", error, errorDescription)); this.error = error;...

triaged
enhancement

The include parameter would allow to fetch all the needed information in one call: https://v3-apidocs.cloudfoundry.org/version/3.75.0/index.html#include

client
triaged
enhancement

Support for the following resource would be really useful when applying bulk changes to apps: https://v3-apidocs.cloudfoundry.org/version/3.75.0/index.html#app-manifest

client
triaged
enhancement

CC API version 2.135 supports a feature to upgrade on demand deployments created with an on demand broker. This has been added to the cli https://github.com/cloudfoundry/cli/releases/tag/v6.46.0 and it would be...

client
operations
triaged
enhancement

UAA changes now to standard oauth encoding: The RFC for OAuth requires an URL encode in authorization header, see https://tools.ietf.org/html/rfc6749#section-2.3 The authorization header needs to be Authorization: Basic base64Encode(urlencode(client_id):urlencode(client_secret)) UAAC...

triaged
enhancement

We're using the CF Java client under a fairly high load (tens of thousands of requests per day) and we would like to enable the metrics feature of reactor-netty, so...

reactor
triaged
enhancement

* As a cf-java-client user, * in order to interact with service whose name is declared from multiple brokers, * I need the methods accepting a serviceName to accept an...

client
operations
triaged
enhancement