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

If a _null_ value is sent in **UpdateApplicationEnvironmentVariableRequest** for **ApplicationsV3().updateEnvironmentVariables**, it does not delete the variable form the application. It even does not changes the value of the variable.

Please update `com.squareup.wire:wire-runtime`. I had to manual add the dependency: ``` org.cloudfoundry cloudfoundry-client-reactor 5.10.0.RELEASE com.squareup.wire wire-runtime com.squareup.wire wire-runtime 4.9.1 ```

Hello, do you plan to make this lib native compatible?

[Out of an analysis](https://github.com/promregator/promregator/issues/232#issuecomment-1703789711), I saw that the attribute `version` of `Process` (V3) in version 5.10.0 is missing. See also https://github.com/cloudfoundry/cf-java-client/blob/v5.10.0.RELEASE/cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/processes/Process.java#L26. As far as I can see, the attribute is...

Hello, When i try to set labels and annotations in the manifestV3 the generated yaml is incorrect: ``` "env" -> {Collections$UnmodifiableMap@13701} size = 5 "health-check-http-endpoint" -> "/actuator/health" "health-check-type" -> "http"...

Hello, Just to be sure, is it currently possible to do a pushManifestV3 with a no-start parameter? It seems that it's possible with the pushManifest method but I need the...

The following code results in a memory leak: Main.java ``` package org.example; import org.cloudfoundry.client.v2.users.GetUserResponse; import org.cloudfoundry.client.v3.roles.RoleType; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import java.util.List; @SpringBootApplication public class Main { public static void...

Hi guys, There are 2 new properties which are not documented and are not part of the objects supposed to include them. First property is `log_rate_limit` - which was introduced...

Hello everyone, we are using the cloud foundry V2 client for creating/updating Hana Cloud service instances. The error is `unauthorized: {"error":"invalid_grant","error_description":"User authentication failed: Unauthorized"}` We have a spring boot app...

@twoseat I am tagging you directly as the [issue](https://github.com/cloudfoundry/cf-java-client/issues/1054) still exists. we have about 70 microservices running in the cloud foundry & we would like to monitor all the microservices...