zargarf
zargarf
Configuring Default Events in spring-security. According to the documentation on page: https://docs.spring.io/spring-security/reference/servlet/authentication/events.html it is possible to configure a catch all event. However, the referenced class GenericAuthenticationFailureEvent does not seem to...
Hi I have a number of spring-boot services running in kubernetes. The same traceId for a request is generally propagated between services. However when a "task-launcher" service launches a spring-cloud-task...
Hi It would be really useful to be able to query tasks by external execution ID - ie get all task details for tasks that have an external execution id...
Hi I have a spring-cloud task application that is triggered as expected by a TaskLaunchRequest via spring-cloud-stream. The pod is dynamically created on kubernetes and, once the task has completed,...
Similarly to [Issue 861](https://github.com/spring-cloud/spring-cloud-task/issues/861), if you create a `TaskExecution` externally using the `TaskRepository.createTaskExecution(TaskExecution)` , where the app name of the `TaskExecution` is "applicationA". When the task is updated by the...
Hi I am using a spring-cloud-task taskLauncherSink to launch a pod via spring-cloud-deployer-kubernetes in kubernetes 1.25. However after upgrading to use spring-boot-3, spring-cloud-task 3.3 and spring-cloud-deployer 2.8.3, I get the...
Hi I'm trying to swap out using spring-session-data-redis for spring-session-data-mongo in a Webflux spring-cloud-gateway. Previously with the redis implementation session information in redis was correctly auto deleted after expiry. However...
Hi I am trying to use the r2dbc java client to integrate with Spring webflux and send statements to clickhouse as I am evaluating swapping out Druid for Clickhouse. I...