Waldemar Rittscher

Results 5 issues of Waldemar Rittscher

Hi. I am trying to find a way to implement a task with max retries. I have checked your examples especially the max retry example but the problem is that...

enhancement

At the moment only a failure handler is able to mark a run a failed. So this means if some condition is bad I have to throw a exception so...

enhancement

Enhacement: I'd like to contribute and add ,as soon as I have time, a spring integration. For example a LambdaBehaveSpringRunner that starts a spring context that provides to inject spring...

enhancement

Hi. I am trying to create a custom authentication flow. This is my terraform file: ``` resource "keycloak_authentication_flow" "vpp_authentication_flow" { realm_id = keycloak_realm.vpp.id alias = "vpp browser" } resource "keycloak_authentication_bindings"...

### Current Behavior We have updated our keycloak to the latest version 26.0.5. Now our configuration job in our pipeline fails with: `jakarta.ws.rs.ProcessingException: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "bruteForceStrategy"` We are using...

bug