openstack4j icon indicating copy to clipboard operation
openstack4j copied to clipboard

A Fluent OpenStack SDK / Client Library for Java

Results 103 openstack4j issues
Sort by recently updated
recently updated
newest added

1.add BaseListOptions; 2.add list options [network/subnet/port];

I added a TimeEntity to the common package to provide created_time and updated_time When the API call needs the values of these two fields, it can be obtained by inheriting...

When creating a network or subnet, I want to get the created time field and updated time field, but openstack4j does not provide it. Can I fix the problem?

I am using openstack4j java .sdk. My account has around than 2000 vms with below code i am able to get only 1000 vms. osClient.get().compute().servers().list(true). i checked for pagination apis.i...

I have done an in-depth reading of the source code of this framework, and feel that it is well written. Therefore, I also hope to join your team to develop...

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Hello, We are using version 3.2.0. When we moved to JDK 11 platform, we are seeing the following exception: 2020-07-25 05:44:35,273 ERROR [ajp-nio-0.0.0.0-8009-exec-8] **UnsupportedDeviceVersionExceptionMapper - clientBuilder.sslSocketFactory(SSLSocketFactory) not supported on JDK...

I'm using security groups to implement the whitelist feature, which requires delete security group rules in batches but is not implemented in openstack 4J, so submit the request.If there are...

Why when trying to get the projects i am getting the following exception: com.fasterxml.jackson.databind.JsonMappingException: Can not deserialize instance of java.lang.String out of START_OBJECT token i am using the latest 3.2.0...

when i want to use the api call to get the port list and filter results by using query string parameters, but find it unavailable because it's not perfect about...