cf-java-client
cf-java-client copied to clipboard
Java Client Library for Cloud Foundry
Failure in deserializing CreateDeploymentResponse due to null value for guid in previous_droplet key
This issue is pretty much the same as [issue 1024](https://github.com/cloudfoundry/cf-java-client/issues/1042) which has been closed by [pull-request 1137](https://github.com/cloudfoundry/cf-java-client/pull/1137) but the fix is not enough. The PR is just making the relationship...
The method `ApplicationManifestUtilsV3#write` uses a static snakeyaml `Yaml` dumper to write all manifests into a byte array. This operation is inheritly not threadsafe, as the deserializer is not. This in...
Version 3 List Security Groups is extending the wrong version of pagination request import org.cloudfoundry.client.v2.PaginatedRequest; [See _ListSecurityGroupsRequest.java#L17](https://github.com/cloudfoundry/cf-java-client/blob/main/cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/securitygroups/_ListSecurityGroupsRequest.java#L17) Error when using the client to make a ListSecurityGroupRequest ``` org.cloudfoundry.client.v3.ClientV3Exception: CF-UnprocessableEntity(10008): Unknown...
…lication instance information See: https://github.com/cloudfoundry/cf-java-client/issues/1240
This issue is similar to - https://github.com/cloudfoundry/cf-java-client/issues/798 A foundation had resource issues several months ago and has numerous apps with package state InsufficientResources. The resource issue has been resolved but...
Hi, with this PR it becomes possible to import cf-java-client into Eclipse IDE. It is my first contribution to this repository. Please let me know if I missed something. Thanks,...
When importing cf-java-client into eclipse (File --> Import --> Existing maven project) a lot of compile errors show up. These can be fixed with some trivial changes and minor refactorings....
This PR updates CAPI v2 docs links from `apidocs.cloudfoundry.org` to `v2-apidocs.cloudfoundry.org`. The goal is to signal that v3 is the primary API, also a necessary step in eventually sunsetting v2....