Description
When running spring-boot 2.2.0 in debug mode in both Eclipse 2019-06 and IntelliJ 2019.2, attempts to terminate the process via the IDE look like they kill the process (per the IDE), however, the java process is still running (verified by ps -ef | grep java).
When running non debug mode in Eclipse, the process can be terminated but Eclipse displays a message stating "terminate failed".
I've tried all sorts of older post options including: -Dspring-boot:run.fork=false -Dfork=false
Running spring at cmd line using mvn spring-boot:run terminates normally with ctrl-c.
I'm using the following core dependencies in my pom:
spring-boot-starter-parent
spring-boot-starter-web
spring-boot-starter-jersey
spring-boot-starter-security
I'm not using any spring plugins in Eclipse. I'm using open jdk 11.0.3+7 on centos 7.
Everything worked normally in spring-boot 2.1.7, 2.1.8 and 2.1.9