camel-tooling / camel-tooling/camel-idea-plugin

camel spring boot run configuration problems

Open
#1,190 6 comments 0 reactions 1 assignee Claimed by @rastislavpapp View on GitHub
Dominant language
Java
Stars
210
Forks
59
Avg merge
6d 19h
Merged PRs (30d)
6

Description

* When running a 'normal' run configuration, IDEA changes the icon (to a X icon), giving the user feedback that it's trying to close it gracefully, and offering the user the possibility to kill it immediately with the X icon.
* This seems to be the case for our spring boot run configuration as well, but the icon does not change. The functionality works though, the second press of the button kills the app
* The first press of the stop button does not kill the app. When running via 'normal' Application run configuration, it does.
* debugging the app does work, but **_only_** our camel debugger works, the 'normal' debugging does not
* several times I've encountered a situation that after stopping the run configuration (or maybe the IDE itself) there remained a java process running, probably related to the debugger, and I've had to kill it to use the camel debugger again (there was a port conflict or something like that)-
* the camel debugger resumes the route when the breakpoint is toggled off

It's likely this applies to all the rest of the camel run configurations

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.