Spring-Boot asking Username and Password

I have got the same problem, the problem ist, that the SpringJobExecutor has no “processEngines” set and therefore the DetailsBuilder in the JobExecutorHealthIndicator has null value for processEngineNames.


The call for the HashSet Constructor results in a NPE. The server will startup and run but the health check for Spring Boot will say the status is “down”
I tried to set the process engine name but it doesn’t work