You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've just upgraded our project from spring-boot-starter-parent 3.5.4 to 3.5.5.
While there are no failing tests nor before nor after the upgrade, after the upgrade the surefire plugin hangs for 30 seconds after the tests: [ERROR] Surefire is going to kill self fork JVM. The exit has elapsed 30 seconds after System.exit(0).
Could this be due to some non-demon thread that has been spawned by spring?