This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256975 - Please add support for gracefully stopping a Spring-Boot application in the IDE
Summary: Please add support for gracefully stopping a Spring-Boot application in the IDE
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-04 09:51 UTC by gyszalai
Modified: 2015-12-04 12:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gyszalai 2015-12-04 09:51:16 UTC
After starting a Spring-Boot application with JAR packaging and pressing the red square icon in the Output window to stop the process, the application is not stopped gracefully, that is the Spring context is not destroyed properly. 
Probably a KILL signal is sent to the process instead of the TERM signal.