-
### Feature epic details
- For the title of this issue, type: Documentation, _Development epic name_
- Link to development epic: OpenLiberty/open-liberty#27311
- Target GA release: 24.0.0.12
…
-
I was using Traefik with these match rules.
```
Host(`domain.com`) && PathPrefix (`/api`)
```
This will route all `domain.com` with the prefix `/api` to the desired service which is our backen…
-
Open API 3.0 supports nullable types by setting the `nullable: true` field on schemas that contain a `type`.
Open API 3.1 drops support for the `nullable` field, instead going all in on adding `type:…
-
Currently the library does not support breaking changes made in the Openapi.Net 2.0 library.
This causes Hidi to fail when transforming documents when using the Openapi.Net 2.0 library.
https://gi…
-
### Description of Problem / Feature Request
I've noticed that the [current published OpenAPI document](https://github.com/quay/clair/blob/0a3a4611964014c0c9846d8c79acdd062af9c17d/openapi.yaml) is …
-
*Description*:
I'm trying to use kubeconform to validate BackendTrafficPolicy
I get this error:
```
stdin - BackendTrafficPolicy my-policy is invalid: problem validating schema. Check JSON for…
nicks updated
17 hours ago
-
### What happened?
I ran `krusty.(*Kustomizer).Run()` in two goroutines with the Go race detector enabled, and a data race was reported. The two goroutines access `globalSchema.namespaceabilityByRe…
-
### Issue Summary
Seemingly incomplete or incorrect api specs.
#### V1
openApi spec for V1 is incorrect in many places. we have to use a modified version in order to generate working API clie…
-
## Description
Part of #6130
While implementing the new OpenAPI to Java generator plugin, there are some variables that are now in snake case.
Check `kubernetes-model-generator/openshift-mod…
-
**Version:**
- listmonk: [ v4.0.0]
- OS: [-]
**Description of the bug and steps to reproduce:**
Miss match OpenApi specs on /import/subscribers POST
Current OpenApi spec is:
```yaml
/i…