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

Currently, nothing is automatically filtered from an application when it is pushed. This diverges from the CLI’s behavior which filters out source control directories and possibly all hidden directories. The...

operations
triaged
enhancement

https://docs.cloudfoundry.org/api/uaa/version/4.6.0/index.html#list-with-attribute-filtering allows for querying UAAs `/Users` endpoint with filters based on attributes. However I don't see a way to make use of it via the cf-java-client API for UAA, based...

uaa
triaged
enhancement

Hi, I am trying to query the /v1/events api using the java client, but there is no provision to query for a particular range with timestamp. Below is the code,...

client
triaged
enhancement

New commands added in cf cli 6.35.0: ```NAME: share-service - Share a service instance with another space USAGE: cf share-service SERVICE_INSTANCE -s OTHER_SPACE [-o OTHER_ORG] OPTIONS: -o Org of the...

client
operations
triaged
enhancement

Somewhat related to https://github.com/cloudfoundry/cf-java-client/issues/851 but I thought this deserved a different issue. The Loggregator team is moving fast with v2. They've recently added support for deterministic routing of metrics. Something...

doppler
triaged
enhancement

Does this Java client include support for Loggregator 2.x? I'm interested in extracting metrics through the nozzle. Currently using a client based off of your jmx-consumer project and have seen...

doppler
triaged
enhancement

hi, how to use java client to execute following command programatically. cf login -a "api of cf" -sso

uaa
triaged
enhancement

We're using cf-java-client in a multi-threaded application. Are `DefaultConnectionContext` etc. thread-safe? This is not documented right now, and they make heavy use of threading internally (with thread pools etc.), which...

documentation
triaged
enhancement

Please add support for a user to create a task using the task template feature in CAPI. Example request for this feature in CAPI ``` curl "https://api.example.org/v3/apps/[guid]/tasks" \ -X POST...

client
triaged
enhancement

As you can see from this [link](http://v3-apidocs.cloudfoundry.org/version/3.68.0/index.html#upload-package-bits) you can pass optionally list of Resouces which exist in Cloud Controller cache but in the _UploadPackageRequest class there is only fields for...

client
triaged
enhancement