Spring Run/debug configuration with red "X"
Answered
Hi,
what could be the reason for the red "X" (cross) over Java Spring run/debug configuration, which comes up once I enable "On Update action: Hot-swap classes and update trigger file if failed". The application runs, hot-swapping is working, so I don't understand (and can't get rid of) that "X"

I'm using IntelliJ IDEA 2022.3.2 Ultimate. The Application is using OpenJDK 8. There is no error shown in the configuration edit or Project Errors.
Thanks
Please sign in to leave a comment.
Open run configuration and see if it reports any problems. If you don't see any problems reported, please file a bug at https://youtrack.jetbrains.com/newIssue?project=IDEA with a sample project and the steps to reproduce it.
Reproduced with Spring Initializr generated empty project, loaded into IDEA, changed On update action to hot-swap.
Ticket opened:
https://youtrack.jetbrains.com/issue/IDEA-313382/Red-X-over-run-debug-Spring-configuration-once-hot-swap-is-enabled
Thanks