Oliver Gondža
Oliver Gondža
I am building the container to give it a try. The `./kdc build` fails for me with following: ``` ... Setting up krb5-config (2.3) ... debconf: unable to initialize frontend:...
We are continuing the project development in [openstack4j/openstack4j](https://github.com/openstack4j/openstack4j/) for the lack of traction here[1]. I am filing this to help users to easily locate the active upstream. @auhlig, @gondor, please...
As the development in ContainX/openstack4j has stalled and the owner cannot be reached, the development has moved to https://github.com/openstack4j/openstack4j.
Using default main template: ```jinja2 app = FastAPI( {% if info %} {% for key,value in info.items() %} {{ key }} = "{{ value }}", {% endfor %} {% endif...
I am describing a schema for uploading files, and hence using `multipart/form-data` content type for `requestBody`. The generated function have no argument provided. Note that the `request: Request` is correctly...
I run into an issue that some schema I was working on, caused no files to be generated (and old files not overwritten, as one would expect). It appears to...
Build needs to be fixed. ## Current Behavior ``` [ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.7.0.1746:sonar (default-cli) on project openstack4j-parent: [ERROR] [ERROR] The version of Java (1.8.0_242) you have used to...
# PR description Replace custom written LICENSE file with official text of the license. *THIS DOES NOT MODIFY THE LICENSE OF THE PROJECT*. The benefit here is in getting GitHub...
This might have worked in the past[1], but need to be resurrected. Not sure what kind of automation accounts are available for Sonatype... [1] https://github.com/openstack4j/openstack4j/blob/34dfea2cd6e3d5e6fff1d4897afef588a1794eb1/.travis.yml#L36
Plain old testng leads to assertions with no defect localization: ```java assertTrue(getRequest.getPath().matches("/v[123]/\\p{XDigit}*/backups/"+id)); assertTrue(requestBody.contains("\"snapshot_id\" : \"b4b3258d-555a-4fce-8f53-69cc2ae96d3c\"")); assertTrue(session().useConfig(Config.DEFAULT).getEndpoint(ServiceType.COMPUTE).contains("/v2/"), "Endpoint was not version 2"); ``` Hamcrest is my recommendation based on personal experience,...