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
As far as I can see, the attribute is there since CAPI 3.141.0.
It is currently unclear whether - due to this attribute missing - instances can be contained in the ProcessResponse list, which appear to the consumer as "surprising duplicates" (only this attribute changed). This might lead to semantic difficulties and cause debugging issues.
The text was updated successfully, but these errors were encountered:
Out of an analysis, I saw that the attribute
version
ofProcess
(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 there since CAPI 3.141.0.
It is currently unclear whether - due to this attribute missing - instances can be contained in the ProcessResponse list, which appear to the consumer as "surprising duplicates" (only this attribute changed). This might lead to semantic difficulties and cause debugging issues.
The text was updated successfully, but these errors were encountered: