Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

2.0.0

Choose a tag to compare

@nictas nictas released this 19 Oct 08:58
· 334 commits to master since this release

Note: Don't use this release! Use 2.0.1 instead, as it changes the artifact ID to something consistent with the official CF Java client (see 6499070).

  • Merge the parent and child modules into a single Maven module: cloudfoundry-java-client-facade
  • Rename Java packages to avoid classpath conflicts with the official CF Java client: org.cloudfoundry.client.lib -> com.sap.cloudfoundry.client.facade
  • Remove workaround for /v2/apps/:guid/summary issue (#176).

Previous artifacts:

<dependency>
    <groupId>com.sap.cloud.lm.sl</groupId>
    <artifactId>cf-java-client</artifactId>
    <version>...</version>
</dependency>
<dependency>
    <groupId>com.sap.cloud.lm.sl</groupId>
    <artifactId>cloudfoundry-client-lib</artifactId>
    <version>...</version>
</dependency>

New artifact:

<dependency>
    <groupId>com.sap.cloud.lm.sl</groupId>
    <artifactId>cloudfoundry-client-facade</artifactId>
    <version>...</version>
</dependency>