Andreas Grub

Results 26 issues of 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: ... -...

checks
stale
k8s

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...

enhancement
documentation
config

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`?

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...

enhancement

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...

enhancement

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...