cf-java-client
cf-java-client copied to clipboard
Java Client Library for Cloud Foundry
**fix:** #1181 & #1230 **TODO:** - [ ] Test the change - [ ] Add unit tests
Hello, our service used this client for a long time and we didn't have any problems. We were using Java 11 but recently we migrated to Java 17. With that...
Adding support to pass deployment strategy when creating new V3 deployment
These changes are required to make this call succeed: ./mvnw -Pintegration-test clean test -Dtest=org.cloudfoundry.operations.ApplicationsTest#pushNoRoute I did not run the complete integration test suite. My test environment is Linux Subsystem for...
Bumps [com.squareup.wire:wire-runtime](https://github.com/square/wire) from 3.7.1 to 5.2.0. Changelog Sourced from com.squareup.wire:wire-runtime's changelog. Version 5.2.0 2025-01-06 Common Enforce recursion limit when parsing nested groups. (#3119) CLI wire-compiler It is now possible to...
Replace calls to /v2/info endpoint with calls to root endpoint of API version 3. Skip integration tests that depend on routing if server does not provide it.
The CF API V3 defines [app-features](https://v3-apidocs.cloudfoundry.org/version/3.190.0/index.html#app-features) resource, which gets more and more adoption. E.g. the [RFC-0030](https://github.com/cloudfoundry/community/blob/main/toc/rfc/rfc-0030-add-support-for-file-based-service-binding.md) is making use of this but there are also other use cases. That is...
Hello, I'm planning to migrate an existing application to Spring Boot 3 and my application uses several cf-java-client libraries. From a cursory analysis, it seems possible to use certain artifacts...
I would like to be able to configure the default delay parameters used by the `DefaultAppications` to reduce the load on our CF instance.