Omar Sood
Omar Sood
I want to modify the runtime image. I need to place a couple of additional files into the image directory that should not be placed in the jars, because you...
We'v a job that requires a creationDate as date parameter. While JobParamUtil checks for date parameters, the issue seems to be that the properties map is never filled with date...
I'm referring to [5.1.5. Configuring Skip Logic](https://docs.spring.io/spring-batch/docs/current/reference/html/index-single.html#configuringSkip) and [5.1.7. Controlling Rollback](https://docs.spring.io/spring-batch/docs/current/reference/html/index-single.html#controllingRollback) of the Spring batch reference documentation. I think, the current documentation does not accurately document the current functionality and...
**Scale Version** 3.0.0.beta-140 **Framework and version** Vue with the standard scale webcomponents **Current Behavior** The segmented button does not respect changes to selected attribute of its children. This means that...
### 📚 Description This PR introduces postgraphile in library mode together with revisited authentication logic. Both concepts are closely coupled. contains https://github.com/maevsi/maevsi/pull/1512 ### 🦾 ToDos short - [ ] csp...
### 📚 Description Docker swarm does only support secrets as files. Nuxt reads env vars automatically and populates the typed runtimeConfig with it. At the moment this is handled in...
**Is your feature request related to a problem? Please describe.** Currently, the first run of a new image match defines the baseline and passes by default. I would like a...
#### Feature summary I propose the additional of a unwrap method to get the actual value of the current Assert #### Example ```java String objName = assertThat(obj).extracting(MyClass::getName).isNotNull().unwrap() ``` #### Reasoning...
**Describe the use case:** Testing / code base related / DX improvement **Describe the enhancement/feature:** Replace the existing unit testing based on go terratest with [helm unittest](https://github.com/helm-unittest/helm-unittest/) **Desired outcome and...