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
The generated class ListSecurityGroupsRequest also has the wrong imports, but I am guessing if we fix the import in _ListSecurityGroupsRequest.java that will automatically fix the generated code
CF Java Client Version: 5.12.2.RELEASE
CF API version: 3.166.0
The text was updated successfully, but these errors were encountered:
Version 3 List Security Groups is extending the wrong version of pagination request
import org.cloudfoundry.client.v2.PaginatedRequest;
See _ListSecurityGroupsRequest.java#L17
Error when using the client to make a ListSecurityGroupRequest
The generated class
ListSecurityGroupsRequest
also has the wrong imports, but I am guessing if we fix the import in_ListSecurityGroupsRequest.java
that will automatically fix the generated codeCF Java Client Version: 5.12.2.RELEASE
CF API version: 3.166.0
The text was updated successfully, but these errors were encountered: