Holger Stolzenberg

Results 12 issues of Holger Stolzenberg

**Describe the bug** Yesterday our auto-dep update pipeline upgraded all dependency check Gradle plugin versions to `7.1.1`. As of administrative problems we had to re-init the external postgres database by...

bug

## Summary The diff output when using the `set-pipeline` step exposes sensitive data in the web UI. ## Steps to reproduce Use the `set-pipeline` step in one of your builds...

bug
needs-repro

## Summary We introduced a new pipeline for building hotfixes leveraging the new instanced pipeline feature. Everything works so far, the issue arose as we gave the new instance pipeline...

bug

## Summary Having a pipeline with a task file whose `container_limits` are hard coded is working for us. When we try to make the container limits configurable, the build breaks...

bug

We are running into very often. I tried to overcome this by adding a `STARTUP_TIMEOUT` to the put steps params, but it seems to have no effect. ```yaml - put:...

### The problem We currently facing a very special problem using Spring Security OAuth in conjunction with Keycloak in a container cluster (OKD) in a high regulated and networking constraint...

type: enhancement
in: oauth2

It would be really great to not have to import specific classes into the build script via `import` statements. We see the following advantages: * Have a more uncluttered build...

enhancement

I am currently working on a Spring Boot 3 project where I need to use spring-cloud stuff in _test_ scope. The project uses Spring Boots native image support via Gradle....

We are using this library within a container environment and it works great so far. The problem is, it seems that the connection does not recover if the targeted ClamAV...