cf-java-client
cf-java-client copied to clipboard
Java Client Library for Cloud Foundry
Hi, https://cli.cloudfoundry.org/it-IT/v7/restage.html provides a way to restage applications using rolling strategy. Is there any increment planned to provide this API? If this is already supported, kindly let me know.
Implements: * objects and logic required for reading and writing CC API V3 manifests * client interface and reactor implementation to apply the manifest * resource matching for v3 packages...
Hi, I got a NullPointerException when using `DefaultApplications.getEnvironments`: ``` Exception in thread "main" java.lang.NullPointerException at org.cloudfoundry.operations.applications.ApplicationEnvironments$Builder.putAllUserProvided(ApplicationEnvironments.java:346) Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: Assembly trace from producer [reactor.core.publisher.MonoMapFuseable] : reactor.core.publisher.Mono.checkpoint(Mono.java:1902) org.cloudfoundry.operations.applications.DefaultApplications.getEnvironments(DefaultApplications.java:300) Error has been observed...
Hi guys, I need to perform several commands synchronously and return the response, but all commands after block return 'null', for instance: `CreateServiceInstanceResponse createServiceInstanceResponse = cloudFoundryOperations.services().createInstance(serviceInstanceRequestObj).cast(CreateServiceInstanceResponse.class).block();` As I see in...
Hi, I would like to know if there is any API for adding new ports to an app. The curl command for this is as below- cf8 curl /v2/apps/01fd1030-e03a-469c-b4ef-5f8e25cb8e6c -X...
https://nvd.nist.gov/vuln/detail/CVE-2024-25710 CVSS 3 Score: 8.1 https://nvd.nist.gov/vuln/detail/CVE-2024-26308 CVSS 3 Score: 5.5 Upgrade to version org.apache.commons:commons-compress:1.26.0
Dear community, could anyone paste a snippet of e2e working sample. I find it really difficult for myself. Really basic one so I could make my very first steps with...
Fixes #1188 This change will correctly write annotations and labels to a v3 manifest. When using v3 push labels and annotations were not correctly applied/serialized. This change consists of 2...
**Given:** - I try to use v3 api to receive all space roles assignments. - In v2 it was retrieved using this endpoint: https://apidocs.cloudfoundry.org/16.22.0/spaces/retrieving_the_roles_of_all_users_in_the_space.html The response contains all the required...