cf-java-client
cf-java-client copied to clipboard
Java Client Library for Cloud Foundry
Hello, As a consumer of this cloud foundry client, I noticed that for v3 some of the APIs are lacking, which includes some of the major functional apis for operations...
We are trying to create a service instance using v3 api from cf-java-client. We couldn't find an implementation for v3 in the latest version 5.6.0.RELEASE of Cloud-foundry-operations. We also noticed...
At https://github.com/promregator/promregator/issues/222 we are again tracking down a very ugly issue with JWT handling at the UAA using `cf-java-client`. We are currently on 5.7.0. I believe to have it tracked...
Dependency Security Scans of [our project](https://github.com/promregator/promregator) indicate that through `org.cloudfoundry:cloudfoundry-client:5.6.0-RELEASE` (most recent version as of writing) the dependency `com.squareup.wire:wire-runtime:2.2.0` is [declared](https://github.com/cloudfoundry/cf-java-client/blob/6e94919cfa2a36a887a56f446dce9e975dea9821/pom.xml#L86). This version is known to be subject to (at...
Requirement: Passing cloud foundry user related data from the application with each cloud foundry requests and need to send the respective response headers back to the calling application. For Example:...
Hello, I want to report this error when we push an app manifest with binding parameters. It seems that the manifest yaml doesn't get parsed correctly because the format is...
We are using ``ReactorCloudFoundryClient`` to connect to the CF-API. Version used: ``` xml org.cloudfoundry cloudfoundry-client-reactor 5.6.0.RELEASE ``` We provide this class with its connection context by building an instance of...
What I mean is the JVM hosting the client, if executing in a proxied environment will probably be already configured to work with the proxy. For example by having system...
The Cloud Controller has received [a new API](https://github.com/cloudfoundry/cli/issues/746) to enable Delete Orphaned Routes to be atomic. This issue should sit in the backlog and wait for that API to percolate...
In cloud foundry documentation https://docs.cloudfoundry.org/devguide/deploy-apps/prepare-to-deploy.html we can find following sentence: "By default, when you push an application, all files in the application’s project directory tree are uploaded to your Cloud...