Georg Lokowandt
Georg Lokowandt
Fixes cloudfoundry#1249 and cloudfoundry#1229
I totally agree. Who can do the review and merge? When this (and hopefully my other changes) are in, I will continue. For sure a lot of changes are required...
> @Lokowandtg : > > * What version of CAPI are you testing against? must have been CAPI 1.183.0 CC API Version: 2.232.0 > > * What JDK version are...
I will try to replace the internal usages of /v2/info with corresponding calls in /3/info and in "/". Here is the mapping for calls I have found: ``` /v2/info.name /v3/info.name...
Fixed with [cloudfoundry#1250](https://github.com/cloudfoundry/cf-java-client/pull/1250) for class ApplicationsTest. Working on verification for other tests.
Fixed in this [pr](https://github.com/cloudfoundry/log-cache-release/pull/603).
Rebased. Thanks for taking care of it.
We have the same coding in class ApplicationManifestUtilsCommon. Could you apply the changes there as well?
> Question: have you run the integration tests with your changes? Usually I execute this integration-test: org.cloudfoundry.client.v2.InfoTest, but I did not try all JDKs. Will try tomorrow...
Good that you asked for running the tests. Now the v2.infoTest runs in all tested JDKs: 8, 11, 17, 21, 22, 24, 25. The additional dependency-declarations where required for building...