You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The `cf-java-client` project is a Java language binding for interacting with a C
15
15
*`cloudfoundry-operations` – An API and implementation that corresponds to the [Cloud Foundry CLI][c] operations. This project builds on the `cloudfoundry-client` and therefore has a single implementation.
16
16
17
17
## Versions
18
-
The Cloud Foundry Java Client has two active versions. The `5.x` line is compatible with Spring Boot `2.4.x - 2.6.x` just to manage its dependencies, while the `4.x` line uses Spring Boot `2.3.x`.
18
+
The Cloud Foundry Java Client has two active versions. The `6.x` line includes breaking changes (see below), while the `5.x` line maintains backward compatibility.
19
19
20
20
## Breaking Changes (6.x)
21
21
@@ -48,6 +48,18 @@ The Cloud Foundry Java Client has two active versions. The `5.x` line is compati
48
48
> .envelopeTypes(EnvelopeType.LOG)
49
49
> .build());
50
50
> ```
51
+
>
52
+
>Thereturn type and envelope objects differ between the two APIs:
0 commit comments