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

With [loggregator-release v107.0.0](https://github.com/cloudfoundry/loggregator-release/releases/tag/v107.0.0) the RecentLogsHandler was removed from the trafficcontroller and is therefore not available anymore in the doppler endpoint. Users of the cf-java-client using the [DopplerClient](https://github.com/cloudfoundry/cf-java-client/blob/434ac050419d7c4e8c11e16b9818a0be3c451daf/cloudfoundry-client/src/main/java/org/cloudfoundry/doppler/DopplerClient.java#L48) should use the...

Hello everyone. Currently I am working on contribution for the get() operation for applicatons. The essence of contrubution is to migrate client implementation from v2 CF APIs to v3. In...

question
triaged

Hi I have a selenium java testng framework for web application which i need to run in pcf space I added ccf-maven-plugin but getting error java.util.map.size() because envMap is null...

question

Hi guys, I am upgrading java client API from v2 to v3. I am using cloudfoundry-client-5.9.0.RELEASE.jar lib. But I found some functions missing in V3 version, but available in V2....

client
triaged
enhancement

Hello, Could someone assist me in grasping why the invocation of v3 API functions such as organizationsV3(), spacesV3(), or routesV3() etc., triggers the automatic invocation of v2/info when I create...

Hi, this PR adds support for the "include" query parameter to the [list roles request API v3](https://v3-apidocs.cloudfoundry.org/version/3.160.0/index.html#list-roles). This is my first contribution to this repository. Please let me know in...

Hi, I have observed below error related to Publisher Spec. Rule 1.3, while trying to get token in AbstractUaaTokenProvider.token(…) method - reactor.core.Exceptions$ErrorCallbackNotImplemented: reactor.core.publisher.Sinks$EmissionException: Spec. Rule 1.3 - onSubscribe, onNext, onError...

Hi, I have been using the cf-java-client to fetch application logs from PCF. The code was running fine until now, I am not sure what has changed. Currently when I...

We are on version 5.12.1-RELEASE. The default ObjectMapper is [configured with `setSerializationInclusion(NON_NULL)` ](https://github.com/cloudfoundry/cf-java-client/blob/main/cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/_DefaultConnectionContext.java#L124). When removing a timeout the request should set it explicitly to `null`, which is not possible using...