Andreas Grub
Andreas Grub
**Describe the issue** When using the following Kubernetes yaml: ``` apiVersion: batch/v1 kind: CronJob ... spec: ... jobTemplate: spec: template: ... spec: securityContext: ... seccompProfile: type: RuntimeDefault containers: ... -...
I was trying to extend the Gitlab terraform provider to support "optional" Gitlab project variables. I came up with the code below, using a `for...if` expression to filter out entries...
When I run the `nsenter-node.sh` script without this change, I get the following error: ``` /home/agr/.bin/nsenter-node.sh: 9: Bad substitution ``` I think that's because `/bin/sh` is not bash on my...
`kubeval` seems to be a nice tool to be added here: https://kubeval.instrumenta.dev/installation/
JSR305 shouldn't be used anymore, as it's unmaintained. Also generate `package-info.java` to tell that all APIs are `org.springframework.lang.NonNullApi` See also #3.
* Check that `javaType.getKeyType()` is `String` schema in `de.qaware.openapigeneratorforspring.common.schema.resolver.type.TypeResolverForMapLikeType#build` * Also add more edge cases and respect `@ArraySchema` maybe for values of `Map`?
See #10
In `DefaultOperationParameterCustomizer` parameter ordering is chosen such that required parameters always go first (this is useful for certain code generators). Also parameters from handler methods are preferred over parameters from...
Open points: * The `RouterFunctionAnalysis` does not handle nesting of router functions, also the integration test `App27` only tests very simple router function definitions. * The competition library springdoc-open-api has...
The `$ref` property of swagger annotation as suggested identifier. This is accessible in the following code places (incomplete list): * DefaultApiResponseAnnotationMapper * DefaultHeaderAnnotationMapper * DefaultRequestBodyAnnotationMapper / DefaultRequestBodyOperationCustomizer The string provided...